@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.
- package/dist/cli/tutorial/sm-master/references/fixture-templates.md +206 -0
- package/dist/cli/tutorial/sm-master/references/tour-authoring.md +296 -0
- package/dist/cli/tutorial/sm-master/references/tour-plugins.md +209 -0
- package/dist/cli/tutorial/sm-master/references/tour-settings.md +170 -0
- package/dist/cli.js +593 -259
- package/dist/cli.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/kernel/index.d.ts +1 -1
- package/dist/kernel/index.js +1 -1
- package/dist/kernel/index.js.map +1 -1
- package/dist/ui/chunk-BCQZKYOD.js +1 -0
- package/dist/ui/chunk-WCE7MTK5.js +123 -0
- package/dist/ui/index.html +1 -1
- package/dist/ui/main-LJIHL73M.js +2 -0
- package/package.json +2 -2
- package/dist/ui/chunk-HOJFYUH4.js +0 -123
- package/dist/ui/chunk-LNRQ7VKE.js +0 -1
- package/dist/ui/main-X5YGJFU6.js +0 -2
- /package/dist/cli/tutorial/{sm-master.md → sm-master/SKILL.md} +0 -0
- /package/dist/cli/tutorial/{sm-tutorial.md → sm-tutorial/SKILL.md} +0 -0
package/dist/kernel/index.d.ts
CHANGED
|
@@ -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
|
-
* `
|
|
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).
|
package/dist/kernel/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.
|
|
103
|
+
version: "0.32.0",
|
|
104
104
|
description: "skill-map reference implementation \u2014 kernel + CLI + adapters.",
|
|
105
105
|
license: "MIT",
|
|
106
106
|
type: "module",
|