@skill-map/cli 0.30.0 → 0.32.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.
@@ -8,7 +8,7 @@
8
8
  *
9
9
  * **Spec § A.6, qualified ids.** Every extension is keyed in the registry
10
10
  * by `<pluginId>/<id>` (e.g. `core/annotations`, `core/slash`,
11
- * `hello-world/greet`). `Extension.id` carries the **short** id as authored;
11
+ * `my-plugin/my-extractor`). `Extension.id` carries the **short** id as authored;
12
12
  * `Extension.pluginId` carries the namespace; the registry composes the
13
13
  * qualifier internally and exposes lookup APIs that operate on either form
14
14
  * (qualified for direct lookup, kind-scoped listing for enumeration).
@@ -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.30.0",
103
+ version: "0.32.0",
104
104
  description: "skill-map reference implementation \u2014 kernel + CLI + adapters.",
105
105
  license: "MIT",
106
106
  type: "module",