chore(config): populate ciagent config with standard settings

---ci---
project: orch-engine
phase: 0
milestone: v1.0
status: execute
---/ci---
This commit is contained in:
Jon Chery
2026-06-03 11:08:48 +00:00
parent 8774008c3e
commit 8c086def69
+15 -1
View File
@@ -5,5 +5,19 @@
"name": "Orchestration Engine"
}
],
"active_project": "orch-engine"
"active_project": "orch-engine",
"settings": {
"autonomy_level": "supervised",
"parallelization": {
"enabled": false,
"max_concurrent_agents": 2
},
"personas": {
"enabled": true,
"territory_enforcement": "warn"
},
"sessions": {
"session_isolation": "branch"
}
}
}