multica/src/agent/subagent
yushen a3f5a21561 fix(subagent): clear run records immediately after successful announcement
Instead of keeping announced runs in the registry for 60 minutes
(archive sweeper), delete them right after findings are delivered
to the parent. This prevents stale completed tasks from appearing
in sessions_list on subsequent parent turns.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 19:53:31 +08:00
..
announce-findings.test.ts fix(subagent): capture latest non-empty findings from child runs 2026-02-06 19:10:44 +08:00
announce.test.ts fix(subagent): require coalesced announce to include all findings 2026-02-06 19:12:51 +08:00
announce.ts fix(subagent): persist LLM summary after internal announce to parent context 2026-02-06 19:38:18 +08:00
index.ts feat(subagent): coalesce announcements into single parent notification 2026-02-06 17:24:39 +08:00
registry-recovery.test.ts fix(subagent): recover delete cleanup after crash 2026-02-06 17:31:21 +08:00
registry-store.test.ts test(subagent): add coalescing announcement tests 2026-02-06 17:24:44 +08:00
registry-store.ts feat(agent): add subagent orchestration core 2026-02-03 16:48:49 +08:00
registry.test.ts fix(subagent): clear run records immediately after successful announcement 2026-02-06 19:53:31 +08:00
registry.ts fix(subagent): clear run records immediately after successful announcement 2026-02-06 19:53:31 +08:00
types.ts feat(subagent): coalesce announcements into single parent notification 2026-02-06 17:24:39 +08:00