From 2ac4af8a9a49b30f9fb07d201fb5155ba5d0cceb Mon Sep 17 00:00:00 2001 From: pmc <740076875@qq.com> Date: Thu, 7 May 2026 14:32:45 +0800 Subject: [PATCH] =?UTF-8?q?chore(qy-lty-admin):=20=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96=20GSD=20config.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 镜像 qy_lty 的工作流配置(YOLO + coarse + 并行 + balanced 模型 + 全部 workflow agent 启用), 保持 qy-lty-admin 与 qy_lty 双仓库的 GSD 行为一致。 --- qy-lty-admin/.planning/config.json | 49 ++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 qy-lty-admin/.planning/config.json diff --git a/qy-lty-admin/.planning/config.json b/qy-lty-admin/.planning/config.json new file mode 100644 index 0000000..b679586 --- /dev/null +++ b/qy-lty-admin/.planning/config.json @@ -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" +} \ No newline at end of file