@markii/bundle 0.2.0 → 0.3.1

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.
@@ -34,7 +34,7 @@ export type ManifestParseResult = {
34
34
  /** The current spec version this package's default manifests declare. */
35
35
  export declare const CURRENT_SPEC_VERSION = "0.1.0";
36
36
  /**
37
- * Hand-rolled `manifest.json` validation (no schema library — see CLAUDE.md
37
+ * Hand-rolled `manifest.json` validation (no schema library — see AGENTS.md
38
38
  * dependency policy). Never throws: malformed JSON, a non-object root, or
39
39
  * any other malformed input all come back as `{ ok: false, errors }`.
40
40
  *
package/dist/manifest.js CHANGED
@@ -16,7 +16,7 @@ function isPlainObject(value) {
16
16
  return value !== null && typeof value === 'object' && !Array.isArray(value);
17
17
  }
18
18
  /**
19
- * Hand-rolled `manifest.json` validation (no schema library — see CLAUDE.md
19
+ * Hand-rolled `manifest.json` validation (no schema library — see AGENTS.md
20
20
  * dependency policy). Never throws: malformed JSON, a non-object root, or
21
21
  * any other malformed input all come back as `{ ok: false, errors }`.
22
22
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markii/bundle",
3
- "version": "0.2.0",
3
+ "version": "0.3.1",
4
4
  "description": "Bundle (.mkbundle) storage and policy layer for Mark: manifest handling, the bundle-relative path-jail, zip (fflate) and Node directory storage forms, and a capability-restricted script view. No React, no parsing.",
5
5
  "keywords": [
6
6
  "markdown",