@heihei0299/matt-skills 3.0.4 → 3.0.7

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.
@@ -65,7 +65,7 @@ disable-model-invocation: true
65
65
 
66
66
  ## Finalize
67
67
 
68
- Verify 与 Review 通过后读取 [finalize.md](references/finalize.md),完成当前 issue 的必要同步、tracker/progress 与仓库 Git policy 收尾。
68
+ Verify 与 Review 通过后读取 [finalize.md](references/finalize.md),完成当前 issue 的必要同步、独立 commit 与 tracker/progress 收尾。
69
69
 
70
70
  Finalize 不新增产品 Behavior;若发现实现或验证遗漏,回到对应 Step 完成后再收尾。
71
71
 
@@ -75,7 +75,7 @@ Finalize 不新增产品 Behavior;若发现实现或验证遗漏,回到对
75
75
  - 一个 Behavior 完成后继续下一个 Behavior,直到 Step ① 出口满足。
76
76
  - Verify 只做当前 issue 必要的最终验证;已通过的等价验证不机械重复。
77
77
  - 每个 issue 的完整双轴 Review 只允许从 `full_review_done = false` 进入一次;之后只处理 `open_findings` 的增量 Review。
78
- - Git 提交数量与粒度服从当前仓库规则和用户指令,本技能不另行规定。
78
+ - 每个 issue 的完整 Review 通过后创建一个独立 commit;该 commit 完成后才能进入下一个 issue。
79
79
  - 当前 Step 达到出口后继续进入下一 Step;仅在需要用户决策或存在外部阻塞时暂停。
80
80
 
81
81
  ## References
@@ -1,16 +1,16 @@
1
1
  # Finalize
2
2
 
3
- 仅在 Verify 与 Review 通过后执行;不新增产品 Behavior。Git 提交数量与粒度由当前仓库规则和用户指令决定,本文件不另行规定。
3
+ 仅在 Verify 与 Review 通过后执行;不新增产品 Behavior。
4
4
 
5
5
  1. 完成实现要求的必要 docs/config 同步。
6
- 2. 更新 Acceptance Criteria 与 progress/tracker,记录 Review、验证与运行结果;若当前仓库策略已产生 commit,可记录对应 commit
7
- 3. issue 标记 `resolved`,并解除已满足的 blockers。
8
- 4. 若当前仓库规则或用户指令要求提交,按其 Git policy 执行。
6
+ 2. 为当前 issue 创建一个独立 commit。
7
+ 3. 更新 Acceptance Criteria progress/tracker,记录 commit、Review、验证与运行结果。
8
+ 4. 收尾状态同步成功后,将 issue 标记 `resolved`,并解除已满足的 blockers。
9
9
 
10
10
  若发现实现或验证遗漏,返回对应 Step 完成后再收尾。
11
11
 
12
12
  ## 出口
13
13
 
14
+ - 当前 issue 的独立 commit 已创建;
14
15
  - Acceptance Criteria 全部通过;
15
- - issue、blockers 与 tracker/progress 和实际完成状态一致;
16
- - Git 行为符合当前仓库规则与用户指令。
16
+ - issue、blockers 与 tracker/progress 和实际完成状态一致。
@@ -19,7 +19,7 @@ for each layer:
19
19
  for each issue:
20
20
  Red-Green
21
21
  Verify
22
- Finalize
22
+ Finalize # 包含当前 issue 独立 commit
23
23
  更新 issue 与 progress
24
24
  ```
25
25
 
@@ -35,9 +35,9 @@ for each layer:
35
35
  - Review 状态;
36
36
  - 验证结果;
37
37
  - 已解除的 blockers;
38
- - commit(仅当当前仓库 Git policy 已产生对应 commit 时)。
38
+ - 当前 issue 的独立 commit
39
39
 
40
- 当前层所有 issue 完成后进入下一层。全部层完成后,确认 issue 与 progress 状态一致即可结束;不额外扩大验证范围,也不再次执行完整 Review。Git 提交数量与粒度始终服从当前仓库规则和用户指令。
40
+ 当前 issue 的完整 Review 通过并完成独立 commit 后,才进入下一个 issue。当前层所有 issue 完成后进入下一层。全部层完成后,确认 issue 与 progress 状态一致即可结束;不额外扩大验证范围,也不再次执行完整 Review。
41
41
 
42
42
  ## 冲突与失败
43
43
 
@@ -50,5 +50,5 @@ for each layer:
50
50
 
51
51
  - 所有可执行 issue 均按依赖顺序完成;
52
52
  - issue、依赖状态与 progress 一致;
53
- - Git 行为符合当前仓库规则与用户指令;
53
+ - 每个完成的 issue 均有独立 commit;
54
54
  - 不存在被误当作已完成的 blocked issue。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heihei0299/matt-skills",
3
- "version": "3.0.4",
3
+ "version": "3.0.7",
4
4
  "description": "Agent skills + 项目配置模板:一条命令初始化 opencode / pi-agent 项目(含 mattpocock/skills 上游技能)",
5
5
  "type": "module",
6
6
  "bin": {
@@ -75,7 +75,6 @@ codegraph node "<符号>"
75
75
  ## Git
76
76
 
77
77
  * 仅在用户要求时 commit。
78
- * 同一请求最多一个 commit。
79
78
  * commit 前检查 diff。
80
79
  * 只 stage 本次任务文件。
81
80
  * 不使用 `git add .` / `git add -A`。