memory: record long-lived execution agents

This commit is contained in:
2026-03-07 20:50:08 +10:00
parent 1510da97e4
commit dd1884e4c2
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -58,4 +58,5 @@
- Preference: execution agents should get the strongest execution model; main should remain strong for PM/summary work, but not necessarily do the coding itself.
- New delegation rule clarified: unless work is truly tiny and can be finished in one short pass, main should avoid personally editing/coding and should delegate implementation to `codex_worker` first.
- New agent-splitting rule clarified: create multiple execution agents when work is parallelizable, responsibilities differ, contexts would otherwise get mixed, or separate validation/release tracks are needed; avoid splitting tiny or tightly coupled work.
- Long-lived execution agents initialized locally: `docs_worker`, `qa_worker`, `ops_worker` (with dedicated agent dirs + workspaces + basic role files). `codex_worker` remains the default general execution worker.
- This architecture is the current default, but Tao may revise it as needs change.