@skill-map/cli 0.47.1 → 0.49.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.
Files changed (37) hide show
  1. package/dist/cli/tutorial/sm-master/SKILL.md +3 -2
  2. package/dist/cli/tutorial/sm-tutorial/SKILL.md +2 -2
  3. package/dist/cli.js +441 -108
  4. package/dist/index.js +7 -5
  5. package/dist/kernel/index.d.ts +23 -28
  6. package/dist/kernel/index.js +7 -5
  7. package/dist/ui/chunk-7EVKMO5A.js +1110 -0
  8. package/dist/ui/chunk-FDJ5FDGM.js +2 -0
  9. package/dist/ui/chunk-LBYK5DLL.js +123 -0
  10. package/dist/ui/chunk-MO37AU3M.js +1 -0
  11. package/dist/ui/{chunk-HAWX5WNM.js → chunk-NV5DRQPL.js} +2 -2
  12. package/dist/ui/chunk-OUNBYGMY.js +1 -0
  13. package/dist/ui/{chunk-CRWK2NFZ.js → chunk-QKL5B4RS.js} +1 -1
  14. package/dist/ui/chunk-RDYHTZW7.js +1066 -0
  15. package/dist/ui/{chunk-RT7E4S5B.js → chunk-YA64YJXF.js} +1 -1
  16. package/dist/ui/chunk-YRBZKMG6.js +2610 -0
  17. package/dist/ui/{chunk-22CKFAEU.js → chunk-YV7KWLC4.js} +1 -1
  18. package/dist/ui/index.html +2 -2
  19. package/dist/ui/main-EVGVBPDA.js +4 -0
  20. package/dist/ui/{styles-HI4A6IWA.css → styles-HWRPHKTJ.css} +1 -1
  21. package/package.json +5 -3
  22. package/dist/ui/chunk-3AKR33GE.js +0 -1
  23. package/dist/ui/chunk-3HLMBEDX.js +0 -124
  24. package/dist/ui/chunk-7K36273M.js +0 -809
  25. package/dist/ui/chunk-CO2ZOUSD.js +0 -90
  26. package/dist/ui/chunk-EPBUSS3I.js +0 -2
  27. package/dist/ui/chunk-K365TVPA.js +0 -1
  28. package/dist/ui/chunk-QCMLB44L.js +0 -123
  29. package/dist/ui/chunk-UIUGLD7F.js +0 -107
  30. package/dist/ui/chunk-UV3QRBRR.js +0 -135
  31. package/dist/ui/chunk-VNA3TMIO.js +0 -1
  32. package/dist/ui/chunk-VW2A6WZ3.js +0 -1
  33. package/dist/ui/chunk-WPUUCIS3.js +0 -1021
  34. package/dist/ui/chunk-XWU3YFSM.js +0 -315
  35. package/dist/ui/chunk-YOF6HQCQ.js +0 -2190
  36. package/dist/ui/chunk-ZZJ7XWDX.js +0 -1
  37. package/dist/ui/main-M4W7H6RY.js +0 -4
@@ -10,8 +10,9 @@ description: |
10
10
  `sm plugins create` / `sm plugins upgrade`, and (3) settings and
11
11
  view-slots at depth. The skill is invoked from an empty directory,
12
12
  lays its own fixture, and tracks progress in `master-state.yml` for
13
- pause/resume. Triggers: "sm-master", "advanced tutorial", "master
14
- tutorial", "tutorial avanzado", "tutorial maestro", "go deeper".
13
+ pause/resume. Triggers: "sm-master", "advanced tutorial", "run the
14
+ master tutorial", "tutorial avanzado", "ejecuta el tutorial maestro",
15
+ "go deeper".
15
16
  ---
16
17
 
17
18
  # sm-master: advanced walkthrough for skill-map
@@ -10,8 +10,8 @@ description: |
10
10
  advanced verbs. The skill is invoked from an empty directory and
11
11
  lays the fixture and tutorial files there directly (no wrapper).
12
12
  State persists in `tutorial-state.yml` for pause/resume. Triggers:
13
- "tutorial", "sm-tutorial", "tutorial me", "start the tutorial",
14
- "test skill-map".
13
+ "tutorial", "sm-tutorial", "tutorial me", "run the tutorial",
14
+ "ejecuta el tutorial", "test skill-map".
15
15
  ---
16
16
 
17
17
  # sm-tutorial: interactive walkthrough for skill-map