@skill-map/cli 0.55.0 → 0.57.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-tutorial/references/part-cli.md +1 -1
- package/dist/cli.js +2108 -1477
- package/dist/index.js +140 -33
- package/dist/kernel/index.d.ts +181 -66
- package/dist/kernel/index.js +140 -33
- package/dist/migrations/001_initial.sql +45 -0
- package/dist/ui/chunk-5MK5Y6FQ.js +1844 -0
- package/dist/ui/{chunk-LREXXX7T.js → chunk-EEDP2D5A.js} +1 -1
- package/dist/ui/chunk-EL6RUV24.js +3 -0
- package/dist/ui/{chunk-GBKHMJ4B.js → chunk-H6O2DYVT.js} +13 -13
- package/dist/ui/chunk-HDKR6XHG.js +917 -0
- package/dist/ui/{chunk-GEI6INVH.js → chunk-JA4Z74I3.js} +1 -1
- package/dist/ui/chunk-P3SSH5JE.js +1 -0
- package/dist/ui/chunk-PTNXJKIX.js +2 -0
- package/dist/ui/chunk-RS3ANRT5.js +1 -0
- package/dist/ui/chunk-YHJL5LP3.js +913 -0
- package/dist/ui/index.html +2 -2
- package/dist/ui/{main-7YXBWYHE.js → main-ZNXBC7R5.js} +3 -3
- package/dist/ui/{styles-HRJG67XW.css → styles-RHEEXRHQ.css} +1 -1
- package/migrations/001_initial.sql +45 -0
- package/package.json +2 -2
- package/dist/ui/chunk-CN6IOM67.js +0 -2
- package/dist/ui/chunk-HPKRDGLH.js +0 -123
- package/dist/ui/chunk-JXRIGHET.js +0 -552
- package/dist/ui/chunk-RGB5FBZL.js +0 -2205
- package/dist/ui/chunk-WFLPMCK4.js +0 -392
- package/dist/ui/chunk-XAM6VKXM.js +0 -1
|
@@ -39,7 +39,7 @@ Mark `graph-export`: done.
|
|
|
39
39
|
> different families: `core/name-reserved` (a file shadows a vendor
|
|
40
40
|
> built-in like `/help`), `core/link-self-loop` (a node links to itself),
|
|
41
41
|
> `core/reference-redundant` (two surfaces in the same body
|
|
42
|
-
> point at the same target), `core/
|
|
42
|
+
> point at the same target), `core/extractor-collision` (two extractors
|
|
43
43
|
> detected the SAME byte range with different interpretations, the
|
|
44
44
|
> resolver picked one and the warning explains who lost and why).
|
|
45
45
|
> Same `sm check --analyzers <id>` pattern works for any of them.
|