efa2227972
Audit (ciagent-audit) found 2 stale-state issues after the v0.7 milestone ship. Both fixed: 1. config.json: milestone v0.6 -> v0.7, tag_base v0.5.x -> v0.6.x (the config was not bumped at P0 SPECIFY; the milestone completed at v0.6.6 but config still pointed at the v0.6 baseline). 2. oy-state: header 'IN PROGRESS (P0 SPECIFY)' -> 'COMPLETE', tag 'v0.6.x patch line' -> 'v0.6.6 (milestone release)'. §1 Current position updated: last shipped = v0.7 v0.6.6 (release_id 789); next queued = none (awaiting v0.8 oy-spec §7). Milestone history table: v0.7 row marked COMPLETE. Reconstruction test PASS (checkpoint matches git log). Branch hygiene PASS (all phase/milestone branches deleted). Commit discipline PASS (128/139 ---ci---; 11 no-ci = 8 merge + 1 PO spec + 2 historical checkpoints; 1 auto-resolved v0.1 escalation). G-003/G-006/G-028 intact. ---ci--- project: oy status: audit ---/ci---
51 lines
1022 B
JSON
51 lines
1022 B
JSON
{
|
|
"projects": [
|
|
{
|
|
"slug": "oy",
|
|
"name": "OpenYield"
|
|
}
|
|
],
|
|
"active_project": "oy",
|
|
"milestone": "v0.7",
|
|
"milestone_type": "feature",
|
|
"tag_base": "v0.6.x",
|
|
"autonomy": {
|
|
"level": "full",
|
|
"escalation_hooks": ["deploy", "delete_data", "merge_to_main"],
|
|
"decision_confidence_threshold": 0.6,
|
|
"max_revision_iterations": 3,
|
|
"clarify_budget": 10
|
|
},
|
|
"release": {
|
|
"forge": "gitea",
|
|
"base_url": "git.cloudinit.dev",
|
|
"owner": "oy",
|
|
"repo": "openyield",
|
|
"remote": "origin",
|
|
"bootstrapped": true
|
|
},
|
|
"secrets": {
|
|
"scopes": {
|
|
"gitea": ["GITEA_TOKEN"]
|
|
},
|
|
"env_file": ".ciagent/.env.secrets"
|
|
},
|
|
"ship": {
|
|
"per_phase": true,
|
|
"allow_skip": false,
|
|
"release_blocking": false,
|
|
"max_release_retries": 3
|
|
},
|
|
"personas": {
|
|
"enabled": true,
|
|
"territory_enforcement": "warn"
|
|
},
|
|
"sessions": {
|
|
"session_isolation": "branch"
|
|
},
|
|
"parallelization": {
|
|
"enabled": false,
|
|
"max_concurrent_agents": 1
|
|
}
|
|
}
|