npx claudepluginhub aaronbassett/midnight-knowledgebase --plugin midnight-toolingDownload 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 ...
Share bugs, ideas, or general feedback.
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 files