fix: bump save-doc version to 1.1.0 to invalidate plugin cache

Cache was stuck at 1.0.0 and not picking up the 3 new commands
added in b87017f (release-notes, session, troubleshooting).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Cal Corum 2026-03-20 23:00:07 -05:00
parent b87017f080
commit 87640c65d5

View File

@ -1,5 +1,5 @@
{
"name": "save-doc",
"description": "Save documentation to the knowledge base. Writes properly-formatted docs with frontmatter to the claude-home KB for auto-indexing.",
"version": "1.0.0"
"version": "1.1.0"
}