mirror of
https://github.com/dtzp555-max/memory-continuity.git
synced 2026-07-22 21:45:06 +00:00
1.7 KiB
1.7 KiB
2026-03-09
Geopolitical Turbulence Trapper workflow test marked failed
- Tao explicitly called out that main had fallen into a loop of sending long "in progress" updates without actual advancement.
- Re-check showed no live or recent execution evidence for the planned workers:
data_workerstrategy_workerdashboard_worker
subagents listreturned none, no subagent sessions were visible for this work, andCURRENT_STATE.mdhad to be corrected from a generic blocked/in-flight framing to a clearer failure framing.- Conclusion agreed with Tao: this was not a case of one worker getting stuck mid-execution; the workflow test failed earlier because execution agents never truly launched into evidenced work.
Workflow corrections agreed with Tao
- Add a hard distinction between
dispatchingandin_progress. - Require evidence before claiming a task is truly underway.
- Treat missing first evidence within 10 minutes as
blocked: launch failure. - Main should only proactively update Tao on: actual start with evidence, milestone, blocker, or completion.
- Long empty "in progress" status pages are now considered process noise, not progress.
Documentation updated
- Updated
skills/agent-workflow/SKILL.mdto strengthen thedispatchingvsin_progressrule and require conversion toblockedon launch failure. - Updated
skills/execution-agent-dispatch/SKILL.mdso worker replies must includestatus / summary / evidence / risk / next, and soaccepteddoes not get mistaken for meaningful execution. - Updated
memory/CURRENT_STATE.mdso the Geopolitical Turbulence Trapper entry is recorded as a failed workflow test rather than vague ongoing progress.