chore: version packages#154
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.76.0
Minor Changes
External drop-in Providers now reach parity with built-ins. A
kinds/<name>/kind.jsonmay declareidentifiers/identifierMismatch, and the provider manifest acceptsresolutionandreservedNames. The loader strips theactivitycapability'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; andsm activityresolves 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, andscan compare-with. With those false positives gone,BROKEN_PENALTYhardens 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
.gitignoreinto its ignore stack only when the new committedscan.respectGitignorekey is enabled (defaultfalse): out of the box a git-ignored note is still indexed unless the bundled defaults,config.ignore, or.skillmapignoreexclude 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
.gitignoreskips 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 initnow also adds.skill-map/backups/to the project.gitignore, alongsidesettings.local.json,skill-map.db, andserve.json. The backups directory (pre-migrate DB snapshots andsm db backupoutput) is a per-machine runtime artifact and must never travel via the shared repo.User-facing
sm initnow 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.jsonmay declareidentifiers/identifierMismatch, and the provider manifest acceptsresolutionandreservedNames. The loader strips theactivitycapability'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; andsm activityresolves 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, andscan compare-with. With those false positives gone,BROKEN_PENALTYhardens 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
.gitignoreinto its ignore stack only when the new committedscan.respectGitignorekey is enabled (defaultfalse): out of the box a git-ignored note is still indexed unless the bundled defaults,config.ignore, or.skillmapignoreexclude 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
.gitignoreskips 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 initnow also adds.skill-map/backups/to the project.gitignore, alongsidesettings.local.json,skill-map.db, andserve.json. The backups directory (pre-migrate DB snapshots andsm db backupoutput) is a per-machine runtime artifact and must never travel via the shared repo.User-facing
sm initnow keeps the.skill-map/backups/folder out of git, so your local database backups never get committed to the shared repo.