docs: align multi-agent config draft with schema

This commit is contained in:
Eve
2026-04-07 22:46:59 +08:00
parent 6b48b06bb3
commit da3eb34054
2 changed files with 52 additions and 39 deletions

View File

@@ -1,9 +1,4 @@
{
"meta": {
"note": "Draft only. Do not apply until Eric approves.",
"generatedAt": "2026-04-07T21:45:00+08:00",
"purpose": "First-pass multi-agent orchestrator config draft for Eve-centric workflow"
},
"agents": {
"defaults": {
"model": {
@@ -170,24 +165,5 @@
"ops"
]
}
},
"implementationNotes": {
"policy": [
"Each agent must use its own dedicated workspace; shared working directories are not allowed",
"Telegram DM stays on coder/Eve only",
"Child agents do not speak directly to Eric",
"Child agents report back to Eve only",
"Actual routing discipline is enforced by prompt rules in addition to allowlist"
],
"phase1RecommendedAgents": [
"coder",
"prompt-optimizer",
"reviewer",
"engineering"
],
"phase2RecommendedAgents": [
"research",
"ops"
]
}
}