@akagilnc/pi-workflow-roles 0.1.4649 → 0.1.4659

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.
@@ -2,6 +2,7 @@
2
2
  * Unique dossier-resolution seam for 审刑院 (#233).
3
3
  * Machine pointers only: cwd + per-turn HostContext (Pi child env fallback).
4
4
  * No latest-run / mtime / global scan.
5
+ * See ADR 0085(先立卷后审卷).
5
6
  */
6
7
  import { existsSync, statSync } from "node:fs";
7
8
  import { resolve } from "node:path";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akagilnc/pi-workflow-roles",
3
- "version": "0.1.4649",
3
+ "version": "0.1.4659",
4
4
  "description": "Soul-bound workflow roles for Pi",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -2,6 +2,7 @@
2
2
  * Unique dossier-resolution seam for 审刑院 (#233).
3
3
  * Machine pointers only: cwd + per-turn HostContext (Pi child env fallback).
4
4
  * No latest-run / mtime / global scan.
5
+ * See ADR 0085(先立卷后审卷).
5
6
  */
6
7
  import { existsSync, statSync } from "node:fs";
7
8
  import { resolve } from "node:path";