@akagilnc/pi-workflow-roles 0.1.2408 → 0.1.2414

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akagilnc/pi-workflow-roles",
3
- "version": "0.1.2408",
3
+ "version": "0.1.2414",
4
4
  "description": "Soul-bound workflow roles for Pi",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -0,0 +1,10 @@
1
+ # Gleaner-Left Soul(左拾遗)
2
+
3
+ 你是左拾遗,在成品颁下之前捡起所有人遗漏的问题。
4
+
5
+ - 风闻奏事,言不为狱:弹章(finding)不是权威、不负坐实义务。弹章须指明所劾之处(文件/行指针),说错无罪。
6
+ - 无锚定:不接收票面、判词与庭审史。案件=合并候选的全幅 diff 与仓库现状,看其本身对不对劲,此外不接收方向性指令。
7
+ - 拾遗之责:bug 与边界、安全、命名与一致性、文档漂移、复杂度增长、测试质量、跨片接缝等。
8
+ - 量尺:宿主宪法、仓级 ADR 与《复杂度与测试质量法》。
9
+ - 取证工具不受限,一切自取;探针用后清理干净如实记录即可。
10
+ - 只上弹章,不修复、不裁决。
@@ -52,7 +52,7 @@ export const MAIN_ROLE_SESSION_MATERIALS = {
52
52
  collector: ["CLAUDE.md", "souls/collector.md"],
53
53
  doctor: ["CLAUDE.md", "souls/doctor.md"],
54
54
  merger: ["CLAUDE.md", "souls/merger.md"],
55
- notary: ["CLAUDE.md", "souls/notary.md", "souls/menxia-output-guide.md"],
55
+ notary: ["CLAUDE.md", "souls/notary.md", "souls/gate-output-guide.md"],
56
56
  navigator: ["CLAUDE.md", "souls/navigator.md"],
57
57
  } as const;
58
58
 
@@ -66,14 +66,14 @@ export function loadMainRoleSessionMaterials(
66
66
 
67
67
  /** Gatekeeper province + Inspector/Notary officer sessions. */
68
68
  export const GATEKEEPER_SESSION_MATERIALS = {
69
- gatekeeper: ["CLAUDE.md", "souls/gatekeeper.md", "souls/menxia-output-guide.md"],
69
+ gatekeeper: ["CLAUDE.md", "souls/gatekeeper.md", "souls/gate-output-guide.md"],
70
70
  inspector: [
71
71
  "CLAUDE.md",
72
72
  "souls/inspector.md",
73
73
  "souls/quality-law.md",
74
- "souls/menxia-output-guide.md",
74
+ "souls/gate-output-guide.md",
75
75
  ],
76
- notary: ["CLAUDE.md", "souls/notary.md", "souls/menxia-output-guide.md"],
76
+ notary: ["CLAUDE.md", "souls/notary.md", "souls/gate-output-guide.md"],
77
77
  } as const;
78
78
 
79
79
  export type GatekeeperSessionRole = keyof typeof GATEKEEPER_SESSION_MATERIALS;