plugins/sanctum/skills/version-updates/SKILL.md
Bumps versions, updates changelogs, and coordinates version changes across files for releases. Use when preparing a release or bumping the project version.
npx skillsauth add athola/claude-night-market version-updatesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when preparing a release or bumping the project version.
Run Skill(sanctum:git-workspace-review) first to capture current changes.
version-update:context-collectedversion-update:target-filesversion-update:version-setversion-update:docs-updatedversion-update:verificationcontext-collected)Skill(sanctum:git-workspace-review) has already captured the repository status.target-files)Cargo.toml, package.json, pyproject.toml*/pyproject.toml, */Cargo.toml, */package.jsonplugins/memory-palace/hooks/pyproject.toml must be included.venv, node_modules, target/) using grep -vfind plugins -name "pyproject.toml" -o -name "Cargo.toml" | grep -v ".venv"version-set)plugins/sanctum/scripts/update_versions.py <version> to update all version files
plugins/memory-palace/hooks/pyproject.toml)--dry-run flag first to preview changesMAJOR.MINOR.PATCH or the specified formatdocs-updated)These files contain version numbers and MUST be checked during version bumps:
| File | Content |
|------|---------|
| docs/api-overview.md | Plugin inventory table with all plugin versions |
| CHANGELOG.md | Version history and release notes |
| book/src/reference/capabilities-reference.md | May reference version-specific features |
| Plugin READMEs | May mention plugin versions |
# Find all docs mentioning the OLD version
grep -r "1\.2\.6" docs/ book/ --include="*.md" | grep -v node_modules
# Common patterns to search:
# - "v1.2.6", "1.2.6", "(v1.2.6)"
# - Version tables in markdown
# - "Added in X.Y.Z" annotations
CHANGELOG.md - add new version sectiondocs/api-overview.md - update version table and plugin detailsverification)cargo test, npm test).git status -sb and git diff excerpts to confirm the version bumps.tools
Detect friction signals; graduate patterns into rules. Use for session retrospectives.
testing
Use when you need a diff-derived test plan for an MR — reads the diff, groups changes by area, runs targeted verifications, and proves revert-tests are genuine guards, not dead assertions.
development
Curate the web-capture index. Use when the capture backlog grows, captures sit unprocessed at seedling/pending, or to surface stored research during work.
testing
Probe memory/summary clarity via dual anchor questions: task progress, info gaps. Use when verifying session state or summary before handoff or compression.