Clear reconciled wayfinder subagents

This commit is contained in:
2026-08-02 14:23:44 -04:00
parent 13cf92f627
commit 9b2a6bcd58

View File

@@ -167,7 +167,8 @@ Do not auto-consume HITL tickets without user participation.
Validate each ticket's claim, status, and canonical result. Validate each ticket's claim, status, and canonical result.
Detect duplicate surfaced tickets or filenames, preserve pre-existing artifacts, and repair links according to [`ARTIFACTS.md`](ARTIFACTS.md). Detect duplicate surfaced tickets or filenames, preserve pre-existing artifacts, and repair links according to [`ARTIFACTS.md`](ARTIFACTS.md).
Record whether a failed worker's claim remains, was reopened, or needs human recovery. Record whether a failed worker's claim remains, was reopened, or needs human recovery.
Done when all returned work is reconciled and every failed or missing worker result has an honest artifact state. When Pi subagents supplied the worker results, call `subagent_clear` for each terminal child only after its findings have been reconciled into the artifacts or recovery record.
Done when all returned work is reconciled, every failed or missing worker result has an honest artifact state, and no reconciled terminal subagent remains in the visible work set.
5. **Advance the frontier.** 5. **Advance the frontier.**
Recompute the Frontier after reconciliation, not before. Recompute the Frontier after reconciliation, not before.
Mark the map `complete` only when no live ticket or fog remains. Mark the map `complete` only when no live ticket or fog remains.