@skill-map/cli 0.23.1 → 0.24.0

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/index.js CHANGED
@@ -100,7 +100,7 @@ import cl100k_base from "js-tiktoken/ranks/cl100k_base";
100
100
  // package.json
101
101
  var package_default = {
102
102
  name: "@skill-map/cli",
103
- version: "0.23.1",
103
+ version: "0.24.0",
104
104
  description: "skill-map reference implementation \u2014 kernel + CLI + adapters.",
105
105
  license: "MIT",
106
106
  type: "module",
@@ -167,7 +167,7 @@ var package_default = {
167
167
  },
168
168
  dependencies: {
169
169
  "@hono/node-server": "2.0.1",
170
- "@skill-map/spec": "0.23.0",
170
+ "@skill-map/spec": "0.24.0",
171
171
  ajv: "8.18.0",
172
172
  "ajv-formats": "3.0.1",
173
173
  chokidar: "5.0.0",
@@ -1534,7 +1534,7 @@ function readSidecarFor(mdAbsolutePath) {
1534
1534
  }
1535
1535
  let parsedYaml;
1536
1536
  try {
1537
- parsedYaml = yaml2.load(raw);
1537
+ parsedYaml = yaml2.load(raw, { schema: yaml2.JSON_SCHEMA });
1538
1538
  } catch (err) {
1539
1539
  return {
1540
1540
  parsed: null,