feat: add init-new-project

This commit is contained in:
2026-07-07 09:50:04 +08:00
parent 61ef55c514
commit af823e867f
4 changed files with 189 additions and 2 deletions
+4
View File
@@ -21,6 +21,7 @@
ack/
VERSION # kit 版本,接入时记入项目
README.md
init-new-project.md # 给 Agent 的新项目初始化手册
adoption-checklist.md
core/ # 稳定核心:跨项目通用,随 kit 升级,尽量别改
kickoff.md # 如何开始一个需求(启动手册 + 开场指令模板)
@@ -84,6 +85,8 @@ ln -s <此框架绝对路径> <project>/docs/ack/kit
## 快速接入
让 Agent 在新项目执行初始化时,优先给它 `init-new-project.md`
1.`docs/ack/`,按方式 A 建单软链接 `kit`
2. 复制 `kit/templates/project.template.md``docs/ack/project.md`,填项目差异与模型档位,记 `kitVersion`
3. 复制 `kit/templates/tasks.template.yaml``docs/ack/tasks.yaml`,填 `project`(含 `overlayFile`)与首个任务。
@@ -150,6 +153,7 @@ python3 docs/ack/kit/scripts/validate_tasks.py docs/ack/tasks.yaml
| 验收信号写法、三轮失败策略 | `core/optimization-method.md` |
| 派发/复测/回报的 prompt 文案 | `core/prompt-templates.md` |
| Orca 具体命令 | `core/orca-adapter.md` |
| 让 Agent 在新项目初始化 ack | `init-new-project.md` |
| 新项目接入步骤 | `adoption-checklist.md` |
---