@skill-map/cli 0.37.0 → 0.39.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.
@@ -540,6 +540,15 @@ sm-tutorial.md
540
540
  findings.md
541
541
  tutorial-state.yml
542
542
 
543
+ # sm-tutorial / sm-master skill installations. When the tester loaded
544
+ # the tutorial as a Claude Code (or agent-skills) project-local skill,
545
+ # its SKILL.md lives under the project's provider dir and would
546
+ # otherwise register as a phantom project node on the first scan.
547
+ .claude/skills/sm-tutorial/
548
+ .claude/skills/sm-master/
549
+ .agents/skills/sm-tutorial/
550
+ .agents/skills/sm-master/
551
+
543
552
  # Tutorial outputs that may land at the root if a step forgets to
544
553
  # clean up (sm export, sm db dump).
545
554
  export.*
@@ -917,9 +926,16 @@ Wait for confirmation. You MAY use `Read` on the file afterwards
917
926
  to verify the change landed (read-only, allowed under Inviolable
918
927
  rule #1) before moving on. Mark `4-live-edit: done`.
919
928
 
920
- ### Step 5: Live UI: the connectors light up (~1 min)
929
+ ### Step 5: Live UI: the connectors light up (~2 min)
930
+
931
+ Two beats. Beat 1 wires up the connectors (the arrows and their
932
+ kinds). Beat 2 calls out the per-node ↑/↓ chips that the same hub
933
+ edit lit up on every card. Each beat gets its own confirm so the
934
+ tester slows down on each surface instead of conflating them.
935
+
936
+ **Beat 1, connectors (the arrows themselves).**
921
937
 
922
- Now you edit `notes/todo.md` so it becomes the **hub** that points
938
+ You edit `notes/todo.md` so it becomes the **hub** that points
923
939
  to each of the other four nodes. Each bullet uses a syntax that
924
940
  maps to a specific **link kind**:
925
941
 
@@ -974,6 +990,20 @@ Tell the tester:
974
990
  > un vistazo: cuanto más sólido, más confiable es la inferencia, y
975
991
  > el badge numérico arriba del conector lo dice explícito.
976
992
  >
993
+ > Confirm. If a connector is missing, refresh the browser and tell
994
+ > me.
995
+
996
+ Wait for confirmation of the connectors before moving on to Beat 2.
997
+ If a connector is missing, do not advance, the chips below depend
998
+ on the same hub edit having landed.
999
+
1000
+ **Beat 2, the ↑/↓ chips on every card.**
1001
+
1002
+ The same edit also lit up a per-node link counter on each card.
1003
+ Call it out explicitly so the tester registers the surface before
1004
+ Step 6 changes topology, easier to notice the chips going up and
1005
+ down later if they saw the baseline now.
1006
+
977
1007
  > 🆕 Mirá también las cards de los nodos: ahora cada nodo muestra
978
1008
  > dos pequeñas chips abajo a la izquierda, ↑ y ↓, que cuentan los
979
1009
  > links entrantes y salientes. `notes/todo` ahora marca 0↑ / 4↓
@@ -983,12 +1013,12 @@ Tell the tester:
983
1013
  > `references`). Es la misma info que el grafo, resumida en la
984
1014
  > card por si trabajás desde la list view.
985
1015
  >
986
- > Confirm. If a connector is missing, refresh the browser and tell
987
- > me.
1016
+ > Confirm cuando las veas en las cinco cards.
988
1017
 
989
- Wait for confirmation. **Do NOT move on to Step 6** until the
990
- connectors are confirmed visible, Step 6 reuses the same live UI
991
- session. Mark `5-live-connectors: done`.
1018
+ Wait for confirmation. **Do NOT move on to Step 6** until both
1019
+ beats are confirmed, Step 6 reuses the same live UI session and
1020
+ the chip counts are the baseline the tester will watch change
1021
+ when the private node disappears. Mark `5-live-connectors: done`.
992
1022
 
993
1023
  ### Step 6: Live UI: silence a private file via `.skillmapignore` (~2 min)
994
1024