@karmaniverous/stan-core 0.9.0 → 0.9.2

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/README.md CHANGED
@@ -158,13 +158,13 @@ Core file selection applies in this order:
158
158
  - `includes` are additive and can re-include paths ignored by `.gitignore`.
159
159
  - `excludes` are hard denials and override `includes`.
160
160
 
161
- ## Meta archive (context-mode thread opener)
161
+ ## Meta archive (context-mode thread opener; written as archive.tar)
162
162
 
163
- When dependency graph mode is enabled, the engine can create a small `archive.meta.tar` (via `createMetaArchive`) intended as a thread opener:
163
+ When dependency graph mode is enabled, the engine can create a small meta archive” (via `createMetaArchive`) intended as a thread opener. In `stan run --context --meta`, the host writes this archive as `archive.tar` (and does not write a diff archive).
164
164
 
165
165
  - Includes `<stanPath>/system/**` (excluding `<stanPath>/system/.docs.meta.json`)
166
166
  - Includes `<stanPath>/context/dependency.meta.json` (required)
167
- - Omits `<stanPath>/context/dependency.state.json` always (clean slate for selections)
167
+ - Includes `<stanPath>/context/dependency.state.json` (v2) when present (the host writes `{ "v": 2, "i": [] }` before archiving for a clean-slate selection)
168
168
  - Includes repo-root (top-level) base files selected by current selection config
169
169
  - Optionally includes `<stanPath>/output/**` when `includeOutputDir: true` (combine mode); archive files are still excluded by tar filter
170
170
  - Excludes staged payloads under `<stanPath>/context/{npm,abs}/**` by omission