chore: add project config
This commit is contained in:
parent
3c26092ea3
commit
5ca38e1584
1 changed files with 38 additions and 0 deletions
38
.planning/config.json
Normal file
38
.planning/config.json
Normal file
|
|
@ -0,0 +1,38 @@
|
||||||
|
{
|
||||||
|
"model_profile": "balanced",
|
||||||
|
"commit_docs": true,
|
||||||
|
"parallelization": true,
|
||||||
|
"search_gitignored": false,
|
||||||
|
"brave_search": false,
|
||||||
|
"firecrawl": false,
|
||||||
|
"exa_search": false,
|
||||||
|
"git": {
|
||||||
|
"branching_strategy": "none",
|
||||||
|
"phase_branch_template": "gsd/phase-{phase}-{slug}",
|
||||||
|
"milestone_branch_template": "gsd/{milestone}-{slug}",
|
||||||
|
"quick_branch_template": null
|
||||||
|
},
|
||||||
|
"workflow": {
|
||||||
|
"research": true,
|
||||||
|
"plan_check": true,
|
||||||
|
"verifier": true,
|
||||||
|
"nyquist_validation": true,
|
||||||
|
"auto_advance": false,
|
||||||
|
"node_repair": true,
|
||||||
|
"node_repair_budget": 2,
|
||||||
|
"ui_phase": true,
|
||||||
|
"ui_safety_gate": true,
|
||||||
|
"text_mode": false,
|
||||||
|
"research_before_questions": false,
|
||||||
|
"discuss_mode": "discuss",
|
||||||
|
"skip_discuss": false
|
||||||
|
},
|
||||||
|
"hooks": {
|
||||||
|
"context_warnings": true
|
||||||
|
},
|
||||||
|
"project_code": null,
|
||||||
|
"phase_naming": "sequential",
|
||||||
|
"agent_skills": {},
|
||||||
|
"mode": "yolo",
|
||||||
|
"granularity": "standard"
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue