Files
SubMiner/backlog/archive/tasks/task-48.1 - Add-streaming-CLI-flag-plumbing-and-option-wiring.md

1.1 KiB

id, title, status, assignee, created_date, updated_date, labels, dependencies, parent_task_id, priority
id title status assignee created_date updated_date labels dependencies parent_task_id priority
TASK-48.1 Add streaming CLI flag plumbing and option wiring To Do
2026-02-14 06:03 2026-02-14 08:19
stream
cli
TASK-48 medium

Description

Add the -s/--stream option end-to-end in SubMiner CLI and configuration handling, including defaults, help text, parsing/validation, and explicit routing so streaming mode is only enabled when requested.

Acceptance Criteria

  • #1 Introduce -s short option and --stream long option in CLI parsing without breaking existing flags.
  • #2 When set, the resulting config state reflects streaming mode enabled and is propagated to playback/session startup.
  • #3 When unset, behavior remains identical to current non-streaming flows.

Implementation Notes

Superseded by TASK-51. CLI stream mode work deferred until streaming architecture is revisited.