every.channel/evolution/proposals/ECP-0050-delete-ts-chunk-cli.md
2026-02-15 16:17:27 -05:00

22 lines
652 B
Markdown

# ECP-0050: Delete `ts-chunk` CLI Command
## Why
`ts-chunk` produces and persists TS chunks, which violates the CMAF-canonical constraint (ECP-0041, ECP-0049).
We want fewer codepaths that accidentally become "real" over time.
If we need to debug TS timing, we keep `ts-sync` (analysis) and `stream-dump` (capture), but we do not keep a TS
chunking/publishing workflow.
## Decision
- Remove the `every.channel ts-chunk` command from `ec-cli`.
## Scope
- CLI surface only. Node ingest still supports TS as an input format.
## Reversibility
High. We can reintroduce a debugging tool later behind an explicit non-default feature flag if needed.