feat: 添加 code-drive 自定义 schema 与参考资料重组
- 新增 code-drive schema(5 阶段:requirements -> design -> plan -> tasks -> apply) - 每阶段含 instruction、self-review、用户确认门和工具集成指引 - apply 支持阻塞回退机制(blocker.md + blocker-revise.md skill) - apply 支持 subagent 并行执行独立任务 - TodoWrite 职责区分:撰写阶段跟踪文档撰写流程,apply 跟踪执行进度 - 将 OpenSpec 子模块移至 references/,新增 superpowers 和 spec-kit 参考 - 添加项目规范 AGENT.md
This commit is contained in:
10
.gitmodules
vendored
10
.gitmodules
vendored
@@ -1,3 +1,9 @@
|
||||
[submodule "OpenSpec"]
|
||||
path = OpenSpec
|
||||
[submodule "references/superpowers"]
|
||||
path = references/superpowers
|
||||
url = https://github.com/obra/superpowers.git
|
||||
[submodule "references/spec-kit"]
|
||||
path = references/spec-kit
|
||||
url = https://github.com/github/spec-kit.git
|
||||
[submodule "references/OpenSpec"]
|
||||
path = references/OpenSpec
|
||||
url = https://github.com/Fission-AI/OpenSpec.git
|
||||
|
||||
Reference in New Issue
Block a user