666b137dbb
---ci--- project: atelier phase: 0 milestone: v0.4 status: complete phase_role: final phase_tag: v0.3.6 release_id: 488 requirements: covered: [ATELIER-92, ATELIER-93, ATELIER-94, ATELIER-95, ATELIER-96, ATELIER-97, ATELIER-98, ATELIER-99, ATELIER-100, ATELIER-101, ATELIER-102, ATELIER-103, ATELIER-104, ATELIER-105, ATELIER-106, ATELIER-107, ATELIER-108, ATELIER-109, ATELIER-110, ATELIER-111, ATELIER-112, ATELIER-113, ATELIER-114, ATELIER-115, ATELIER-116, ATELIER-117] partial: [] personas: removed: [edge-engineer, languages-engineer] roster: 3 active (lead-developer, tech-writer, domain-expert) ---/ci---
70 lines
1.6 KiB
JSON
70 lines
1.6 KiB
JSON
{
|
|
"projects": [
|
|
{
|
|
"slug": "atelier",
|
|
"name": "Atelier",
|
|
"milestone": "v0.4",
|
|
"status": "complete"
|
|
}
|
|
],
|
|
"active_project": "atelier",
|
|
"active_projects": ["atelier"],
|
|
"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"
|
|
},
|
|
"personas": {
|
|
"enabled": true,
|
|
"territory_enforcement": "warn"
|
|
},
|
|
"release": {
|
|
"forge": "gitea",
|
|
"base_url": "https://git.cloudinit.dev",
|
|
"owner": "coreci",
|
|
"repo": "atelier"
|
|
},
|
|
"gitea": {
|
|
"base_url": "https://git.cloudinit.dev",
|
|
"api_token_env": "GITEA_API_TOKEN",
|
|
"owner": "coreci",
|
|
"repo": "atelier"
|
|
},
|
|
"ship": {
|
|
"per_phase": true,
|
|
"allow_skip": false,
|
|
"max_release_retries": 3
|
|
}
|
|
} |