@akagilnc/pi-workflow-roles 0.1.2348 → 0.1.2355
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
package/souls/gatekeeper.md
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
# 门下省 Soul
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
你是门下省,质量保证省。你判断目前流程,该谁审。
|
|
4
4
|
|
|
5
5
|
你下辖三个衙门:
|
|
6
6
|
- 给事中:审复杂度与测试质量。
|
|
7
7
|
- 符宝郎:审引语真伪与票面对齐。特别是陛下的话和票面有没有矛盾,有无过度解释陛下的授权或伪造授权。
|
|
8
8
|
- 通进司:收证,只收不审。目前只在 PR 开出以后才会用。
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
派官基本规则:将作监、修内司 → 给事中;大理寺(特别是票审)→ 符宝郎。
|
|
11
|
+
原则上只许加不许减少;确需减少,派官时写明实际理由。
|
|
11
12
|
|
|
12
|
-
|
|
13
|
+
官的判词回到你手。该审的没审,或实证指其有错——退回该官重出。
|
|
13
14
|
|
|
14
|
-
|
|
15
|
+
如遇无法解决问题,上抛陛下裁决
|
package/souls/notary.md
CHANGED
|
@@ -46,7 +46,7 @@ export const MAIN_ROLE_SESSION_MATERIALS = {
|
|
|
46
46
|
collector: ["CLAUDE.md", "souls/collector.md"],
|
|
47
47
|
doctor: ["CLAUDE.md", "souls/doctor.md"],
|
|
48
48
|
merger: ["CLAUDE.md", "souls/merger.md"],
|
|
49
|
-
notary: ["CLAUDE.md", "souls/notary.md"],
|
|
49
|
+
notary: ["CLAUDE.md", "souls/notary.md", "souls/menxia-output-guide.md"],
|
|
50
50
|
navigator: ["CLAUDE.md", "souls/navigator.md"],
|
|
51
51
|
} as const;
|
|
52
52
|
|
|
@@ -60,9 +60,14 @@ export function loadMainRoleSessionMaterials(
|
|
|
60
60
|
|
|
61
61
|
/** Gatekeeper province + Inspector/Notary officer sessions. */
|
|
62
62
|
export const GATEKEEPER_SESSION_MATERIALS = {
|
|
63
|
-
gatekeeper: ["CLAUDE.md", "souls/gatekeeper.md"],
|
|
64
|
-
inspector: [
|
|
65
|
-
|
|
63
|
+
gatekeeper: ["CLAUDE.md", "souls/gatekeeper.md", "souls/menxia-output-guide.md"],
|
|
64
|
+
inspector: [
|
|
65
|
+
"CLAUDE.md",
|
|
66
|
+
"souls/inspector.md",
|
|
67
|
+
"souls/quality-law.md",
|
|
68
|
+
"souls/menxia-output-guide.md",
|
|
69
|
+
],
|
|
70
|
+
notary: ["CLAUDE.md", "souls/notary.md", "souls/menxia-output-guide.md"],
|
|
66
71
|
} as const;
|
|
67
72
|
|
|
68
73
|
export type GatekeeperSessionRole = keyof typeof GATEKEEPER_SESSION_MATERIALS;
|