@skill-map/cli 0.16.5 → 0.16.6

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/cli.js CHANGED
@@ -7374,7 +7374,7 @@ import { Command as Command8, Option as Option8 } from "clipanion";
7374
7374
  // package.json
7375
7375
  var package_default = {
7376
7376
  name: "@skill-map/cli",
7377
- version: "0.16.5",
7377
+ version: "0.16.6",
7378
7378
  description: "skill-map reference implementation \u2014 kernel + CLI + adapters.",
7379
7379
  license: "MIT",
7380
7380
  type: "module",
@@ -7421,10 +7421,13 @@ var package_default = {
7421
7421
  scripts: {
7422
7422
  build: "tsup",
7423
7423
  dev: "tsup --watch",
7424
- "dev:serve": "node ../scripts/dev-serve.js",
7424
+ "dev:serve": "node scripts/dev-serve.js",
7425
7425
  typecheck: "tsc --noEmit",
7426
7426
  lint: "eslint .",
7427
7427
  "lint:fix": "eslint . --fix",
7428
+ reference: "node scripts/build-reference.js",
7429
+ "reference:check": "node scripts/build-reference.js --check",
7430
+ validate: "npm run typecheck && npm run lint && npm run build && npm run test:ci && npm run reference:check",
7428
7431
  pretest: "tsup",
7429
7432
  "pretest:ci": "tsup",
7430
7433
  "pretest:coverage": "tsup",