@heihei0299/matt-skills 2.1.8 → 2.1.9
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/package.json +1 -1
- package/template/AGENTS.md +0 -2
package/package.json
CHANGED
package/template/AGENTS.md
CHANGED
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
* 理解 / 定位 / 调用链 → `codegraph explore`
|
|
8
8
|
* 多来源调研 / 方案比较 / 技术选型 → `research`
|
|
9
9
|
* 原型 / PoC → `prototype`
|
|
10
|
-
* 实现 + 独立验收 → `implement-review-loop`
|
|
11
10
|
* 代码审查 → `code-review`
|
|
12
11
|
* 设计质询 → `grilling`
|
|
13
12
|
* 领域建模 → `domain-modeling`
|
|
@@ -52,7 +51,6 @@ codegraph node "<符号>"
|
|
|
52
51
|
* 先建立最小测试或复现,再做最小实现。
|
|
53
52
|
* 优先复用现有抽象、接口和依赖方向。
|
|
54
53
|
* 不创建平行实现,不扩大任务范围。
|
|
55
|
-
* `implement-review-loop` 的实现阶段同样使用 `tdd`。
|
|
56
54
|
* 文案、格式、注释、机械重命名及不改变行为的配置可直接实现。
|
|
57
55
|
|
|
58
56
|
## Validation
|