mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-10 15:32:31 +02:00
fix: add missing agents and hooks declarations to plugin.json
- Added agents field pointing to ./agents directory (10 agents) - Added hooks field pointing to ./hooks/hooks.json - These were supported but not declared, potentially causing agents not to load when installed as a plugin Addresses part of #88 (rules still need manual install per upstream limitation - filed anthropics/claude-code#21163)
This commit is contained in:
parent
5e1835a759
commit
779085e272
1 changed files with 3 additions and 1 deletions
|
|
@ -23,5 +23,7 @@
|
|||
"best-practices"
|
||||
],
|
||||
"commands": "./commands",
|
||||
"skills": "./skills"
|
||||
"skills": "./skills",
|
||||
"agents": "./agents",
|
||||
"hooks": "./hooks/hooks.json"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue