How this command is triggered — by the user, by Claude, or both
Slash command
/midnight-tooling:sync-releasesThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Download the latest Midnight release notes from GitHub to the local cache. ## Process 1. Inform the user what will happen: - Sparse clone of midnight-docs repository - Only the release notes directory is downloaded - Cached to `~/.cache/midnight-tooling/release-notes/` 2. Run the sync script: 3. Parse the output and report: - Number of files downloaded - Cache location - Timestamp of update - Git commit SHA 4. Confirm success with summary: - "Release notes cache updated successfully" - "X release note files cached" - "Cache valid for version checking for ...
Download the latest Midnight release notes from GitHub to the local cache.
Inform the user what will happen:
~/.cache/midnight-tooling/release-notes/Run the sync script:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/sync-release-notes.sh
Parse the output and report:
Confirm success with summary:
If the sync fails:
The cache is used by:
/midnight:versions - to show current recommended versions/midnight:changelog - to show what changed between versions/midnight:doctor - to compare installed vs current versionsmidnight-debugging skill - for version mismatch resolutionCache location: ~/.cache/midnight-tooling/
metadata.json - tracks when cache was last updatedrelease-notes/ - the actual release note filesnpx claudepluginhub aaronbassett/midnight-knowledgebase --plugin midnight-tooling/view-release-notesView Midnight component release notes from the official documentation
/updateRe-fetches cached documentation from original sources using Context7, WebFetch, or Playwright browser, preserving old versions and creating new files for version changes.
/releaseAutomates complete release workflow: analyzes git changes for semantic version bump, updates files/docs/changelog, commits/tags/pushes to remote, creates release on GitHub/GitLab/Bitbucket.
/docs-updateSyncs documentation across README files and wiki articles by locating wiki repo, analyzing main repo changes, interactively confirming updates, and committing to both.
/sync-claude-mdFetches the latest CLAUDE.md from fcakyon/claude-codex-settings GitHub repo and updates ~/.claude/CLAUDE.md, confirming successful sync.
/releaseGenerates user-facing App Store/Play release notes from git commits and changelog for frontend/mobile apps. Also supports changelog, docs checks, and sync actions. Defaults to notes.