process: require main to forward worker updates to Tao

This commit is contained in:
2026-03-07 21:45:44 +10:00
parent f0ed738453
commit 0d0b7f2369
3 changed files with 18 additions and 1 deletions
+1
View File
@@ -96,3 +96,4 @@
- keep long-lived role-based agents for reuse
- delete or archive project-specific temporary agents after the project ends to avoid an “agent graveyard”
- Next improvement approved: add a standardized execution-agent dispatch / handoff protocol so workers receive clearer task packets and report blockers/results consistently.
- New hard reporting rule approved: when a worker reports acceptance, milestone, blocker, or completion, main must update Tao before continuing other downstream work. A worker completion that is not forwarded counts as a main-process failure, not “still in progress”.