aebc63127d
--- ci--- project: acdl phase: 66 milestone: v1.12 status: specify --- /ci--- --- ci--- project: acdl phase: 66 milestone: v1.12 status: research --- /ci--- Spec: validate v1.12 specification (presentation refinement, decks-only surface + one adapter fix + two probe fixes). REQUIREMENTS.md gains REQ-129..REQ-133. config.json milestone v1.11 -> v1.12, branch milestone/v1.12-presentation. Research: drift audit (9 items) comparing docs/presentations/* against v1.11-verified reality. Regression gate (D-091) re-run surfaced 3 Broken capabilities: CAP-013 (real adapter dedup defect, Class A), CAP-017 (probe over-strict re locals.tf, Class B/C), CAP-018 (probe stale LocalLambdaStub signature, Class B/C). PRE_MORTEM.md FM-3 requires decks to match verified reality; the inventory's 22/22 claim is overstated until CAP-013 is fixed. Decisions D-108 (fix defect inside v1.12), D-109 (deck version refs @v1.11 -> @v1.12 at Phase 70).
58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"mode": "single",
|
|
"projects": [
|
|
{
|
|
"slug": "acdl",
|
|
"name": "Agentic Cloud Delivery Platform",
|
|
"milestone": "v1.12",
|
|
"status": "active",
|
|
"restart": false,
|
|
"milestone_branch": "milestone/v1.12-presentation",
|
|
"milestone_base": "v1.11.0"
|
|
}
|
|
],
|
|
"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"
|
|
}
|
|
} |