bab2cf363b
---ci--- project: acdl phase: 0 milestone: v1.8 status: specify ---/ci--- v1.8 specification validated. 11 phases (28-38), 24 new requirements (REQ-76..99). Three tracks: P1 remediation (P1-3..P1-9 + S1), encryption + deletion protection by default + decommission alias, uptime monitoring + engineering standards + path documentation. Feature milestone, ship tag v1.8.0.
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"mode": "single",
|
|
"projects": [
|
|
{
|
|
"slug": "acdl",
|
|
"name": "Agentic Cloud Delivery Platform",
|
|
"milestone": "v1.8",
|
|
"status": "active"
|
|
}
|
|
],
|
|
"active_project": "acdl",
|
|
"autonomy": {
|
|
"level": "full",
|
|
"escalation_hooks": ["deploy", "delete_data", "merge_to_main"],
|
|
"clarify_budget": 10,
|
|
"decision_confidence_threshold": 0.6,
|
|
"max_revision_iterations": 3,
|
|
"max_verification_retries": 2,
|
|
"escalation_timeout_ms": 300000
|
|
},
|
|
"model_profile": "quality",
|
|
"parallelization": {
|
|
"enabled": true,
|
|
"max_concurrent_agents": 5,
|
|
"min_plans_for_parallel": 2,
|
|
"max_concurrent_projects": 3
|
|
},
|
|
"verification": {
|
|
"automated_only": true,
|
|
"escalate_visual": true,
|
|
"escalate_external_integration": true,
|
|
"test_first": false
|
|
},
|
|
"security": {
|
|
"auto_accept_low_severity": true,
|
|
"auto_mitigate_medium_severity": true,
|
|
"escalate_high_severity": true
|
|
},
|
|
"git": {
|
|
"branching_strategy": "phase",
|
|
"auto_commit": true,
|
|
"auto_push": true
|
|
},
|
|
"sessions": {
|
|
"max_concurrent_sessions": 3,
|
|
"session_timeout_ms": 3600000,
|
|
"session_isolation": "branch"
|
|
},
|
|
"gitea": {
|
|
"base_url": "https://git.cloudinit.dev",
|
|
"api_token_env": "ACDL_GITEA_TOKEN",
|
|
"owner": "continuous-intelligence",
|
|
"repo": "acdl"
|
|
}
|
|
} |