fix(agent-author): require plugin version bump after agent changes

## Why
Same gap as skill-author: no instruction to bump the plugin version after
creating or modifying an agent inside a plugin.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-28 15:21:35 +00:00
parent 671725e322
commit 5a6b2a4c8b
4 changed files with 8 additions and 3 deletions

View File

@@ -13,5 +13,5 @@
"skills": [
"skills/"
],
"version": "1.0.4"
"version": "1.0.5"
}