b1d293d218
---ci---
project: atelier
phase: 0
milestone: v0.4
status: complete
phase_role: pre_execution
decisions:
- id: D-054
decision: "v0.4 scope = edge + messaging + language-derived docs"
- id: D-055
decision: "NFR milestone type — all phases docs/chore"
- id: D-056
decision: "6 execution phases P1-P5 + final phase P6"
- id: D-057
decision: "Edge domain groups CDN + offline-first + IoT + sync"
- id: D-058
decision: "Messaging domain covers queues + pub/sub + streams + delivery-semantics"
- id: D-059
decision: "Language-derived docs trace to existing domain P-rules, no new matrix rows"
- id: D-060
decision: "4 derived docs per language, 16 total, per-language picks"
- id: D-061..D-069
decision: "9 clarify resolutions (boundary, persona, examples, manifest, matrix)"
- id: D-070..D-072
decision: "Research findings — edge P1-P10, messaging P1-P10, persona roster"
- id: D-073
decision: "13 ideation recommendations accepted (12 refinements + 1 new req ATELIER-117)"
- id: D-074..D-075
decision: "46-task vertical-slice plan, persona lifecycle"
- id: G-013..G-018
decision: "Grill conditional proceed — G-014 false-premise fix applied"
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: []
---/ci---
70 lines
1.6 KiB
JSON
70 lines
1.6 KiB
JSON
{
|
|
"projects": [
|
|
{
|
|
"slug": "atelier",
|
|
"name": "Atelier",
|
|
"milestone": "v0.4",
|
|
"status": "active"
|
|
}
|
|
],
|
|
"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
|
|
}
|
|
} |