You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Newline-delimited JSON events from watch: one JSON object per emitted value (key, value, timestamp from the injected APSClock). Combines with --count/--timeout.
Acceptance criteria
Each emitted line is a self-contained valid JSON object
Event shape documented and asserted in tests
Non-TTY stdout still flushes per event (FileHandle write path)
Part of GOAL.md workstream B.
Newline-delimited JSON events from
watch: one JSON object per emitted value (key, value, timestamp from the injected APSClock). Combines with --count/--timeout.Acceptance criteria