Fix plugin manifest validation errors (#75)

Fixes plugin manifest validation errors caused by explicit agents field and incorrect tools format. Fixes #74
This commit is contained in:
Jeff Scott Ward
2026-01-25 20:38:25 -05:00
committed by GitHub
parent 1c9fa0b8f8
commit 5670fcd34f
12 changed files with 67 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
---
name: refactor-cleaner
description: Dead code cleanup and consolidation specialist. Use PROACTIVELY for removing unused code, duplicates, and refactoring. Runs analysis tools (knip, depcheck, ts-prune) to identify dead code and safely removes it.
tools: Read, Write, Edit, Bash, Grep, Glob
tools: ["Read", "Write", "Edit", "Bash", "Grep", "Glob"]
model: opus
---