mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
fix: require bounded loop-status exit-code watch
This commit is contained in:
parent
fbd441b448
commit
7b03a60503
3 changed files with 13 additions and 0 deletions
|
|
@ -43,6 +43,8 @@ tool calls that have no matching `tool_result`.
|
|||
- `ecc loop-status --exit-code` exits `2` when stale loop or tool signals are
|
||||
found, or `1` when transcripts cannot be scanned.
|
||||
- `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.
|
||||
- `ecc loop-status --watch --watch-count 3` emits a bounded watch stream for
|
||||
scripts and handoffs.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue