@akagilnc/pi-workflow-roles 0.1.2379 → 0.1.2381
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/src/auditor-soul.ts
CHANGED
|
@@ -21,7 +21,12 @@ function auditorSoulRelativePath(role: AuditorSoulRole): string {
|
|
|
21
21
|
* not (御批四: 参审四席 = 大理寺/御史台主会话 + 两审计席; 太医线不动).
|
|
22
22
|
*/
|
|
23
23
|
export const AUDITOR_SESSION_MATERIALS = {
|
|
24
|
-
judge: [
|
|
24
|
+
judge: [
|
|
25
|
+
"CLAUDE.md",
|
|
26
|
+
"souls/judge-auditor.md",
|
|
27
|
+
"souls/audit-law.md",
|
|
28
|
+
"souls/quality-law.md",
|
|
29
|
+
],
|
|
25
30
|
reviewer: ["CLAUDE.md", "souls/reviewer-auditor.md", "souls/audit-law.md"],
|
|
26
31
|
doctor: ["CLAUDE.md", "souls/doctor-auditor.md"],
|
|
27
32
|
} as const satisfies Record<
|
|
@@ -29,7 +29,13 @@ export async function joinPackageMaterials(
|
|
|
29
29
|
|
|
30
30
|
/** Seven public main roles + Navigator. Ticket #443 injection roster. */
|
|
31
31
|
export const MAIN_ROLE_SESSION_MATERIALS = {
|
|
32
|
-
judge: [
|
|
32
|
+
judge: [
|
|
33
|
+
"CLAUDE.md",
|
|
34
|
+
"souls/judge.md",
|
|
35
|
+
"souls/audit-law.md",
|
|
36
|
+
"souls/quality-law.md",
|
|
37
|
+
"souls/judge-output-guide.md",
|
|
38
|
+
],
|
|
33
39
|
fixer: [
|
|
34
40
|
"CLAUDE.md",
|
|
35
41
|
"souls/fixer.md",
|