@karmaniverous/stan-core 0.9.3 → 0.9.4
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/dist/mjs/index.js +1 -1
- package/dist/stan.system.md +18 -0
- package/package.json +1 -1
package/dist/stan.system.md
CHANGED
|
@@ -984,6 +984,21 @@ Allowed exceptions:
|
|
|
984
984
|
- The user explicitly declines running another archive cycle and insists on manual paste.
|
|
985
985
|
- The target cannot be staged via dependency selection (outside the repo/graph).
|
|
986
986
|
|
|
987
|
+
## Target-file availability checklist (MANDATORY)
|
|
988
|
+
|
|
989
|
+
When dependency graph mode is active and your reply includes any Patch that targets a path outside `<stanPath>/system/**`, you MUST include a checklist under `## Input Data Changes`:
|
|
990
|
+
|
|
991
|
+
- Patch targets (outside `<stanPath>/system/**`; present in current archive):
|
|
992
|
+
- `<path>` — present: `yes|no`
|
|
993
|
+
- Dependency selection (seed entries only; do not expand closure):
|
|
994
|
+
- If you patch `<stanPath>/context/dependency.state.json` in this reply, list the include (`i`) and exclude (`x`) entries exactly as written (string or tuple forms).
|
|
995
|
+
- Otherwise include the exact line `dependency.state.json: no change`.
|
|
996
|
+
|
|
997
|
+
Hard gate:
|
|
998
|
+
|
|
999
|
+
- If any listed patch target is `present: no`, you MUST NOT emit patches for those files in this turn.
|
|
1000
|
+
- Instead, emit only patches for `<stanPath>/context/dependency.state.json` (to stage the missing files), `<stanPath>/system/stan.scratch.md` (WHY), `<stanPath>/system/stan.todo.md`, and a commit message, then request a new `stan run --context` archive/diff.
|
|
1001
|
+
|
|
987
1002
|
## State file schema (v2)
|
|
988
1003
|
|
|
989
1004
|
Concepts:
|
|
@@ -1281,6 +1296,9 @@ Use these headings exactly; wrap each Patch (and optional Full Listing, when app
|
|
|
1281
1296
|
## Input Data Changes
|
|
1282
1297
|
|
|
1283
1298
|
- Bullet points summarizing integrity, availability, and a short change list.
|
|
1299
|
+
- When dependency graph mode is active, include this checklist (do not expand dependency closure):
|
|
1300
|
+
- Patch targets (outside `<stanPath>/system/**`): `<path> — present: yes|no`
|
|
1301
|
+
- Dependency selection (seed entries): list `i`/`x` entries you are setting, or include the exact line `dependency.state.json: no change`
|
|
1284
1302
|
|
|
1285
1303
|
## CREATED: path/to/file/a.ts
|
|
1286
1304
|
|
package/package.json
CHANGED