From 9b2a6bcd583d7d6bf7e5377c3632f601692df209 Mon Sep 17 00:00:00 2001 From: alexion Date: Sun, 2 Aug 2026 14:23:44 -0400 Subject: [PATCH] Clear reconciled wayfinder subagents --- skills/wayfinder/SKILL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/skills/wayfinder/SKILL.md b/skills/wayfinder/SKILL.md index 14e6d15..33c40ae 100644 --- a/skills/wayfinder/SKILL.md +++ b/skills/wayfinder/SKILL.md @@ -167,7 +167,8 @@ Do not auto-consume HITL tickets without user participation. 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). 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.** Recompute the Frontier after reconciliation, not before. Mark the map `complete` only when no live ticket or fog remains.