chore(qy-lty-admin): 初始化 GSD config.json
镜像 qy_lty 的工作流配置(YOLO + coarse + 并行 + balanced 模型 + 全部 workflow agent 启用), 保持 qy-lty-admin 与 qy_lty 双仓库的 GSD 行为一致。
This commit is contained in:
parent
a85b6a79a8
commit
2ac4af8a9a
49
qy-lty-admin/.planning/config.json
Normal file
49
qy-lty-admin/.planning/config.json
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
{
|
||||||
|
"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": false,
|
||||||
|
"auto_advance": true,
|
||||||
|
"node_repair": true,
|
||||||
|
"node_repair_budget": 2,
|
||||||
|
"ui_phase": true,
|
||||||
|
"ui_safety_gate": true,
|
||||||
|
"ai_integration_phase": true,
|
||||||
|
"tdd_mode": false,
|
||||||
|
"text_mode": false,
|
||||||
|
"research_before_questions": false,
|
||||||
|
"discuss_mode": "discuss",
|
||||||
|
"skip_discuss": false,
|
||||||
|
"code_review": true,
|
||||||
|
"code_review_depth": "standard",
|
||||||
|
"code_review_command": null,
|
||||||
|
"pattern_mapper": true,
|
||||||
|
"plan_bounce": false,
|
||||||
|
"plan_bounce_script": null,
|
||||||
|
"plan_bounce_passes": 2,
|
||||||
|
"auto_prune_state": false
|
||||||
|
},
|
||||||
|
"hooks": {
|
||||||
|
"context_warnings": true
|
||||||
|
},
|
||||||
|
"project_code": null,
|
||||||
|
"phase_naming": "sequential",
|
||||||
|
"agent_skills": {},
|
||||||
|
"claude_md_path": "./CLAUDE.md",
|
||||||
|
"mode": "yolo",
|
||||||
|
"granularity": "coarse"
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user