ai-spec-dev 0.24.0 → 0.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/package.json +1 -1
- package/.claude/settings.local.json +0 -13
package/README.md
CHANGED
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
> AI 驱动的功能开发编排工具 — 从一句话需求到可运行代码的完整流水线,支持单 Repo 及多 Repo 跨端联动
|
|
4
4
|
|
|
5
|
+
[](https://github.com/hzhongzhong/ai-spec)
|
|
6
|
+
[](https://github.com/hzhongzhong)
|
|
7
|
+
|
|
5
8
|
**单 Repo 模式:**
|
|
6
9
|
```
|
|
7
10
|
需求描述 → 项目宪法 → 项目感知 → Spec+Tasks → 交互式润色(Diff预览) → Spec质量预评估 → Approval Gate → DSL提取+校验 → Git 隔离 → 代码生成(同层并行) → TDD测试(--tdd) / 测试骨架 → 错误反馈自动修复 → 2-pass 代码审查 → 经验积累(宪法§9)
|
package/package.json
CHANGED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"permissions": {
|
|
3
|
-
"allow": [
|
|
4
|
-
"Bash(npm run:*)",
|
|
5
|
-
"Bash(python3 -c \":*)",
|
|
6
|
-
"Bash(grep -E \"^./\\\\w+/|^./\\\\w+\\\\.ts$\")",
|
|
7
|
-
"Bash(wc -l core/*.ts prompts/*.ts)",
|
|
8
|
-
"Bash(ls:*)",
|
|
9
|
-
"Bash(ls \"D:/Document/xwechat_files/wxid_01h824wams3o22_fdb0/msg/file/2026-03/ai-spec-dev-poc\\(2\\)/ai-spec-dev-poc/dist\")",
|
|
10
|
-
"Bash(npm whoami:*)"
|
|
11
|
-
]
|
|
12
|
-
}
|
|
13
|
-
}
|