mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-05-01 06:23:28 +08:00
docs: clarify loop-status exit-code watch constraint
This commit is contained in:
committed by
Affaan Mustafa
parent
85dfb5e5fc
commit
4c8499d509
@@ -42,6 +42,8 @@ tool calls that have no matching `tool_result`.
|
|||||||
threshold.
|
threshold.
|
||||||
- `ecc loop-status --exit-code` exits `2` when stale loop or tool signals are
|
- `ecc loop-status --exit-code` exits `2` when stale loop or tool signals are
|
||||||
found, or `1` when transcripts cannot be scanned.
|
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` refreshes status until interrupted.
|
||||||
- `ecc loop-status --watch --watch-count 3 --exit-code` refreshes a bounded
|
- `ecc loop-status --watch --watch-count 3 --exit-code` refreshes a bounded
|
||||||
number of times, then exits with the highest status seen.
|
number of times, then exits with the highest status seen.
|
||||||
|
|||||||
Reference in New Issue
Block a user