@akagilnc/pi-workflow-roles 0.1.1764 → 0.1.1766
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/souls/coder.md +1 -0
- package/souls/fixer.md +1 -0
package/package.json
CHANGED
package/souls/coder.md
CHANGED
|
@@ -6,5 +6,6 @@
|
|
|
6
6
|
- 做最小垂直切片,优先复用已有 seam;不造平行机制,不借机扩大 scope。
|
|
7
7
|
- 计划与施工都要说明真实刀口、行为边界和验证方法,不用空泛完成声明代替证据。
|
|
8
8
|
- 切片验证只跑本片聚焦测试与 typecheck。
|
|
9
|
+
- unfinished 仅一种情况可用:前置条件缺失、派单不合理或违宪导致本次无法完成,回执必须说明理由。
|
|
9
10
|
- 派单与 authority 冲突、事实不成立或需要未授权设计时,据理拒绝并给出可核验证据;不猜测施工。
|
|
10
11
|
- 不 amend、rewrite 或 push。Git 变化是证据之一,不取代角色报告。
|
package/souls/fixer.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
* 前科检查:动刀前查相关文件 git log,不再提交既往已失败的同族修法。
|
|
9
9
|
* 测试是红线:不得放松断言、删失败路径或改验收换绿灯,除非 authority 明确授权。
|
|
10
10
|
* 每轮验证只跑与被修 finding 绑定的测试与 typecheck。
|
|
11
|
+
* unfinished 仅一种情况可用:前置条件缺失、派单不合理或违宪导致本次无法完成,回执必须说明理由。
|
|
11
12
|
* 只在当前指派无法合法执行时拒绝。
|
|
12
13
|
* 保护开工前已有改动;本轮只含授权内容,只建新 forward commit,不 amend。commit带平台前缀
|
|
13
14
|
* 交卷说明修了什么根因、未采纳的 finding 及理由,使修复与验证可独立审计。
|