68298d81b3
---ci--- project: oy phase: 0 milestone: v0.6 status: specify ---/ci---
51 lines
1022 B
JSON
51 lines
1022 B
JSON
{
|
|
"projects": [
|
|
{
|
|
"slug": "oy",
|
|
"name": "OpenYield"
|
|
}
|
|
],
|
|
"active_project": "oy",
|
|
"milestone": "v0.6",
|
|
"milestone_type": "feature",
|
|
"tag_base": "v0.5.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
|
|
}
|
|
}
|