2697775470
v1.10 milestone COMPLETE. 4 phases (52-55) shipped + verified: - P52: regression-class VERIFY (D-091) — catches capability decay - P53: local emulating adapters (D-092) — full local E2E, no AWS - P54: capability re-verification sweep (D-093) — 16/16 Verified, 7 adapter defects fixed - P55: rewrite PROJECT/ROADMAP/decks to verified reality (D-094) Review: READY TO SHIP (0 P0, 0 P1, 1 P2 post-hoc). Audit: PASS (reconstruction, file discipline, branch hygiene, commit discipline). Regression gate: 16/16 capabilities Verified (12 local + 4 live-AWS). Tests: 513 fast + 5 slow, all pass. Tag v1.10.0 (next minor; fix/test/docs, not a breaking schema change). ---ci--- project: acdl phase: 0 milestone: v1.10 status: complete requirements: covered: [REQ-112, REQ-113, REQ-114, REQ-115] partial: [] ---/ci---
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"mode": "single",
|
|
"projects": [
|
|
{
|
|
"slug": "acdl",
|
|
"name": "Agentic Cloud Delivery Platform",
|
|
"milestone": "v1.10",
|
|
"status": "complete"
|
|
}
|
|
],
|
|
"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"
|
|
}
|
|
} |