Relax stop rule for non-hook work

This commit is contained in:
Jan Petykiewicz 2026-04-18 13:14:28 -07:00
commit ec9df1eb5a
4 changed files with 7 additions and 10 deletions

View file

@ -4,9 +4,8 @@ Working rule:
- Do not stop after commits.
- After each commit, check this queue and continue.
- Only stop if the queue is empty, you hit a real blocker that cannot be advanced by targeted
static analysis or by expanding the rehosted probe/owner surface without guessing, or you need
approval.
- Only stop if the queue is empty, the remaining work cannot be advanced by any non-hook analysis
or rehosting path without guessing, or you need approval.
- Before any final response, state which stop condition is true. If none is true, continue.
## Next