mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
docs: clarify loop-status exit-code watch constraint
This commit is contained in:
parent
85dfb5e5fc
commit
4c8499d509
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue