chore: version packages#100
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@skill-map/spec@0.48.0
Minor Changes
Adds the
core/backtick-pathextractor: relative.mdpaths written inside inline code spans and fenced blocks become edges, resolved like markdown links. The token grammar is pinned inspec/architecture.md(new section "Extractor: code-region file references"), unresolved targets surface viacore/reference-broken, and the kernel exportsextractCodeRegions, the exact inverse mask ofstripCodeBlocks.User-facing
Skills that tell the agent to read a bundled doc with a backtick path (like
references/rules.md) now show those arrows on the map, and a backtick path pointing at a missing file is flagged as a broken reference.Extensions can declare an optional
stabilitylifecycle label (experimental,beta,stable,deprecated) in their manifest. Presentation-only: non-default values render as a badge insm plugins list/sm plugins showand the Settings plugins panel; missing meansstableand the kernel never gates behaviour on it. Declared in the spec's extension base schema and threaded through the loader, the BFF, and the SPA.core/mcp-toolsis the first built-in flaggedexperimental.User-facing
Plugin maturity at a glance. Extensions can now carry an experimental, beta, or deprecated badge next to their name in the Settings plugins panel and in
sm plugins list, so you can tell which parts of a plugin are still settling before relying on them.Adds the
pointslink kind to the closed enum:core/backtick-pathnow emitspointsinstead ofreferences, so a backtick path and a markdown link to the same target persist as two coexisting edges instead of merging, andcore/link-conflicttreatspointsas compatible with every other kind (no false conflict warns).core/reference-brokenlabels the kind "pointer".User-facing
Backtick paths get their own "Points" connector kind: a new palette toggle with a backtick glyph, its own edge colour per theme, and arrows separate from markdown-link references on the map.
@skill-map/cli@0.54.0
Minor Changes
Adds the
core/backtick-pathextractor: relative.mdpaths written inside inline code spans and fenced blocks become edges, resolved like markdown links. The token grammar is pinned inspec/architecture.md(new section "Extractor: code-region file references"), unresolved targets surface viacore/reference-broken, and the kernel exportsextractCodeRegions, the exact inverse mask ofstripCodeBlocks.User-facing
Skills that tell the agent to read a bundled doc with a backtick path (like
references/rules.md) now show those arrows on the map, and a backtick path pointing at a missing file is flagged as a broken reference.Extensions can declare an optional
stabilitylifecycle label (experimental,beta,stable,deprecated) in their manifest. Presentation-only: non-default values render as a badge insm plugins list/sm plugins showand the Settings plugins panel; missing meansstableand the kernel never gates behaviour on it. Declared in the spec's extension base schema and threaded through the loader, the BFF, and the SPA.core/mcp-toolsis the first built-in flaggedexperimental.User-facing
Plugin maturity at a glance. Extensions can now carry an experimental, beta, or deprecated badge next to their name in the Settings plugins panel and in
sm plugins list, so you can tell which parts of a plugin are still settling before relying on them.Adds the
pointslink kind to the closed enum:core/backtick-pathnow emitspointsinstead ofreferences, so a backtick path and a markdown link to the same target persist as two coexisting edges instead of merging, andcore/link-conflicttreatspointsas compatible with every other kind (no false conflict warns).core/reference-brokenlabels the kind "pointer".User-facing
Backtick paths get their own "Points" connector kind: a new palette toggle with a backtick glyph, its own edge colour per theme, and arrows separate from markdown-link references on the map.
The
tools-counterextractor moved from thecoreplugin into theclaudeplugin: its qualified id is nowclaude/tools-counter(settings toggles keyedcore/tools-counterno longer match), and disabling theclaudeplugin now drops the agent tools chip together with the provider it serves.Patch Changes
Reworks every built-in analyzer message into a compact finding grammar: the involved artifact (target, trigger, sidecar) leads on its own line, followed by a short label, count, detail, and a
(line N)location suffix wherever the link records one (broken references, self-loops, reserved-name downgrades); duplicate occurrences group by trigger, and messages about the node itself drop the redundant path. The inspector renders the line break andsm checkflattens it to one row.User-facing
Findings are shorter and clearer: the file or trigger involved leads on its own line, duplicates collapse to
Duplicate reference (2): \refs/x.md` (124, 145)`, broken references name the line they sit on, and messages no longer repeat the node's own path.Downgrades the
core/reference-redundantanalyzer severity fromwarntoinfo: a multi-form reference to the same target is a consolidation hint, not a defect, so it no longer shares the visual bucket of actionable warnings likereference-broken.User-facing
Referencing the same file twice in different forms (a markdown link plus a backtick path, for example) now shows as an info note instead of a warning, so the warning chips on cards only count things worth fixing.
Decouples the workspace text search from the map:
FilterStoreService.apply()gains anincludeSearchoption and the graph view only applies the query when the new persistedsearchAffectsMappreference (toggle next to the rail search input, default off) is enabled. The files rail keeps filtering on every query.User-facing
Searching no longer rips nodes out of the map: by default the query narrows only the files list while the map keeps its layout. A new toggle next to the search box brings back the old filter-everything behavior, and your choice is remembered.