@skill-map/cli 0.57.0 → 0.59.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.
@@ -104,7 +104,7 @@ CREATE TABLE scan_links (
104
104
  -- `.claude/agents/real-agent.md`.
105
105
  resolved_target TEXT,
106
106
  raw TEXT,
107
- CONSTRAINT ck_scan_links_kind CHECK (kind IN ('invokes','references','mentions','supersedes','points')),
107
+ CONSTRAINT ck_scan_links_kind CHECK (kind IN ('invokes','references','mentions','points')),
108
108
  CONSTRAINT ck_scan_links_confidence CHECK (confidence >= 0.0 AND confidence <= 1.0)
109
109
  );
110
110
  CREATE INDEX ix_scan_links_source_path ON scan_links(source_path);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skill-map/cli",
3
- "version": "0.57.0",
3
+ "version": "0.59.0",
4
4
  "description": "skill-map reference implementation — kernel + CLI + adapters.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -61,7 +61,7 @@
61
61
  "smol-toml": "1.6.1",
62
62
  "typanion": "3.14.0",
63
63
  "ws": "8.21.0",
64
- "@skill-map/spec": "0.51.0"
64
+ "@skill-map/spec": "0.53.0"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@eslint/js": "10.0.1",