docs: clarify loop-status exit-code watch constraint

This commit is contained in:
Affaan Mustafa
2026-04-30 10:22:48 -04:00
committed by Affaan Mustafa
parent 85dfb5e5fc
commit 4c8499d509

View File

@@ -42,6 +42,8 @@ tool calls that have no matching `tool_result`.
threshold.
- `ecc loop-status --exit-code` exits `2` when stale loop or tool signals are
found, or `1` when transcripts cannot be scanned.
- `--exit-code` with `--watch` requires `--watch-count` so watchdog scripts do
not wait forever for a process exit.
- `ecc loop-status --watch` refreshes status until interrupted.
- `ecc loop-status --watch --watch-count 3 --exit-code` refreshes a bounded
number of times, then exits with the highest status seen.