feat: add loop-status exit-code mode

This commit is contained in:
Affaan Mustafa
2026-04-30 10:00:40 -04:00
committed by Affaan Mustafa
parent 99177e81ea
commit fbd441b448
3 changed files with 108 additions and 4 deletions

View File

@@ -40,6 +40,8 @@ tool calls that have no matching `tool_result`.
directly.
- `ecc loop-status --bash-timeout-seconds 1800` adjusts the stale Bash
threshold.
- `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` emits a bounded watch stream for
scripts and handoffs.