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:
+15
-1
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user