Help us improve
Share bugs, ideas, or general feedback.
From sanctum
Bumps versions in package.json, pyproject.toml, Cargo.toml including nested dirs, updates changelogs, README, and docs for releases. Use after git-workspace-review.
npx claudepluginhub athola/claude-night-market --plugin sanctumHow this skill is triggered — by the user, by Claude, or both
Slash command
/sanctum:version-updatesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when preparing a release or bumping the project version.
Bumps semantic version (patch/minor/major) atomically, updates CHANGELOG.md with changes summary, syncs across files like package.json/pyproject.toml/Cargo.toml, commits. Use for releases.
Determines the correct SemVer 2.0.0 version bump by analyzing git history and classifying changes as major, minor, or patch. Use when preparing a release, after merging changes, or resolving version disagreements.
Generates SemVer-compliant version bumps and changelog entries from git diffs. Use when cutting releases, tagging, or publishing with precise change summaries.
Share bugs, ideas, or general feedback.
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.Command not found Ensure all dependencies are installed and in PATH
Permission errors Check file permissions and run with appropriate privileges
Unexpected behavior
Enable verbose logging with --verbose flag