Skip to content

chore: version packages#154

Merged
crystian merged 1 commit into
mainfrom
changeset-release/main
Jul 7, 2026
Merged

chore: version packages#154
crystian merged 1 commit into
mainfrom
changeset-release/main

Conversation

@crystian

@crystian crystian commented Jul 7, 2026

Copy link
Copy Markdown
Owner

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.76.0

Minor Changes

  • External drop-in Providers now reach parity with built-ins. A kinds/<name>/kind.json may declare identifiers / identifierMismatch, and the provider manifest accepts resolution and reservedNames. The loader strips the activity capability's runtime-only fields from the validated view, so a drop-in can ship a live-activity adapter; the scan claims a drop-in lens's territory ahead of the markdown fallback; and sm activity resolves trusted drop-in Providers, not only built-ins.

  • The reference-broken verdict gains an on-disk existence probe: a path-style link whose target exists under any scan root no longer flags broken even when the file is not an indexed node (JSON schemas, images, ignored or oversized markdown). The lazy memoized probe runs in collectBrokenLinks, threaded by the scan runner, the watcher, and scan compare-with. With those false positives gone, BROKEN_PENALTY hardens from 0.5 to 0.75: a broken edge folds to 0.25, above the reserved 0.1.

    User-facing

    Links to files that really exist on disk (JSON, images, docs) no longer show as broken references. Only links pointing at genuinely missing files flag now, and they stand out more: their arrows render much fainter on the map.

  • The scan now folds the project root .gitignore into its ignore stack only when the new committed scan.respectGitignore key is enabled (default false): out of the box a git-ignored note is still indexed unless the bundled defaults, config.ignore, or .skillmapignore exclude it. The one-shot scan, sm scan compare-with, and the live watcher all honour the flag, and a team-shared toggle sits at the end of Settings > Project.

    User-facing

    Skill-map no longer skips the files your .gitignore skips by default, so notes you keep out of git now show up on the map. A new team-shared toggle at the end of Settings > Project ("Use .gitignore") turns the old behavior back on for the whole project.

Patch Changes

  • sm init now also adds .skill-map/backups/ to the project .gitignore, alongside settings.local.json, skill-map.db, and serve.json. The backups directory (pre-migrate DB snapshots and sm db backup output) is a per-machine runtime artifact and must never travel via the shared repo.

    User-facing

    sm init now keeps the .skill-map/backups/ folder out of git, so your local database backups never get committed to the shared repo.

@skill-map/cli@0.84.0

Minor Changes

  • External drop-in Providers now reach parity with built-ins. A kinds/<name>/kind.json may declare identifiers / identifierMismatch, and the provider manifest accepts resolution and reservedNames. The loader strips the activity capability's runtime-only fields from the validated view, so a drop-in can ship a live-activity adapter; the scan claims a drop-in lens's territory ahead of the markdown fallback; and sm activity resolves trusted drop-in Providers, not only built-ins.

  • The reference-broken verdict gains an on-disk existence probe: a path-style link whose target exists under any scan root no longer flags broken even when the file is not an indexed node (JSON schemas, images, ignored or oversized markdown). The lazy memoized probe runs in collectBrokenLinks, threaded by the scan runner, the watcher, and scan compare-with. With those false positives gone, BROKEN_PENALTY hardens from 0.5 to 0.75: a broken edge folds to 0.25, above the reserved 0.1.

    User-facing

    Links to files that really exist on disk (JSON, images, docs) no longer show as broken references. Only links pointing at genuinely missing files flag now, and they stand out more: their arrows render much fainter on the map.

  • The scan now folds the project root .gitignore into its ignore stack only when the new committed scan.respectGitignore key is enabled (default false): out of the box a git-ignored note is still indexed unless the bundled defaults, config.ignore, or .skillmapignore exclude it. The one-shot scan, sm scan compare-with, and the live watcher all honour the flag, and a team-shared toggle sits at the end of Settings > Project.

    User-facing

    Skill-map no longer skips the files your .gitignore skips by default, so notes you keep out of git now show up on the map. A new team-shared toggle at the end of Settings > Project ("Use .gitignore") turns the old behavior back on for the whole project.

Patch Changes

  • sm init now also adds .skill-map/backups/ to the project .gitignore, alongside settings.local.json, skill-map.db, and serve.json. The backups directory (pre-migrate DB snapshots and sm db backup output) is a per-machine runtime artifact and must never travel via the shared repo.

    User-facing

    sm init now keeps the .skill-map/backups/ folder out of git, so your local database backups never get committed to the shared repo.

@crystian crystian merged commit 7d8e6cd into main Jul 7, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant