chore: add project config
This commit is contained in:
@@ -0,0 +1,41 @@
|
|||||||
|
{
|
||||||
|
"mode": "yolo",
|
||||||
|
"granularity": "standard",
|
||||||
|
"parallelization": true,
|
||||||
|
"commit_docs": true,
|
||||||
|
"model_profile": "balanced",
|
||||||
|
"workflow": {
|
||||||
|
"research": true,
|
||||||
|
"plan_check": true,
|
||||||
|
"verifier": true,
|
||||||
|
"nyquist_validation": true,
|
||||||
|
"auto_advance": false
|
||||||
|
},
|
||||||
|
"ship": {
|
||||||
|
"pr_body_sections": [
|
||||||
|
{
|
||||||
|
"heading": "User Stories & Acceptance Criteria",
|
||||||
|
"enabled": false,
|
||||||
|
"source": "REQUIREMENTS.md ## User Stories || REQUIREMENTS.md ## Acceptance Criteria",
|
||||||
|
"fallback": "- Acceptance criteria are covered by the linked requirements and verification evidence."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"heading": "Risks & Dependencies",
|
||||||
|
"enabled": true,
|
||||||
|
"source": "PLAN.md ## Risks || PLAN.md ## Dependencies",
|
||||||
|
"fallback": "- No known high-risk rollout dependencies."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"heading": "Success Metrics & Release Criteria",
|
||||||
|
"enabled": true,
|
||||||
|
"source": "REQUIREMENTS.md ## Definition of Done || VERIFICATION.md ## Release Criteria",
|
||||||
|
"fallback": "- Release when automated verification and required manual checks pass."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"heading": "Stakeholder Review & Approval",
|
||||||
|
"enabled": false,
|
||||||
|
"template": "- Product owner approval pending for {phase_name}."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user