Harden rehost queue stop rules

This commit is contained in:
Jan Petykiewicz 2026-04-19 15:49:08 -07:00
commit 2158d1e39e
4 changed files with 14 additions and 2 deletions

View file

@ -7,6 +7,10 @@ Working rule:
- Only stop if the queue is empty, the remaining work cannot be advanced by any further non-hook
work without guessing, or you need approval.
- Before any final response, state which stop condition is true. If none is true, continue.
- `final` responses are stop-only.
- Do not send placeholder or status-only `final` responses such as `Continuing.` or `Working on
it.`.
- If no stop condition is true, keep working and use `commentary` updates only.
## Next