## 背景 #12 の plugin-validator レビューで Warning 2件 + Recommendation 2件が報告された。 いずれも optional だが、プラグイン品質の向上に有効。 ## 対応項目 ### Warning - [ ] `plugins/actver/agents/actver.md` — frontmatter に `model` と `color` を追加 ```yaml model: inherit color: green # or other ActVer brand color ``` - [ ] `plugins/actver/` — plugin ディレクトリに README.md を追加(マーケットプレイスからの閲覧性向上) ### Recommendation - [ ] `plugins/actver/.claude-plugin/plugin.json` — `version` フィールドを追加(例: `"version": "1.0.0"`) - [ ] `plugins/actver/agents/actver.md` — `allowed-tools` で MCP ツールを明示的に制限 ## 関連 - #12