bc15516eea
---ci--- project: oy milestone: v0.1 status: complete ---/ci--- Forge bootstrap complete: - Organization 'oy' created on git.cloudinit.dev - Repository 'oy/openyield' created (public, default branch: main) - Git remote 'origin' configured (HTTPS with credential helper) - GITEA_TOKEN stored in .ciagent/.env.secrets (mode 0600, gitignored) - main branch + 10 tags (v0.0.0-v0.0.9) pushed to origin - Release v0.1 (Pre-MVP Foundation) created on Gitea (tag v0.0.9) - config.json updated: release.bootstrapped=true, secrets scopes, ship config
37 lines
730 B
JSON
37 lines
730 B
JSON
{
|
|
"projects": [
|
|
{
|
|
"slug": "oy",
|
|
"name": "OpenYield"
|
|
}
|
|
],
|
|
"active_project": "oy",
|
|
"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
|
|
}
|
|
}
|