@skill-map/cli 0.17.0 → 0.18.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.
@@ -863,6 +863,14 @@ Mark `2-ui-live: done`.
863
863
  > UI sees it instantly. In **~10 minutes** you've already seen the
864
864
  > full flow.
865
865
  >
866
+ > One thing worth knowing for later: alongside every `.md` skill-map
867
+ > can write a sibling `.sm` file (same basename, different extension)
868
+ > that holds the concrete metadata — version, stability, supersession,
869
+ > tags, audit trail. The `.md` stays vendor-pure; the `.sm` is where
870
+ > skill-map writes. Both travel via git like the rest of your scope.
871
+ > You'll see them appear once you start using `sm bump` or
872
+ > `sm sidecar annotate`.
873
+ >
866
874
  > If you want, **we can keep going deeper**: I'll walk you through
867
875
  > the CLI verbs and flags (`list`, `graph`, `export`, `orphans`,
868
876
  > `plugins`, `db ops`, etc.). About ~20-30 min more, pausable