mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
fix: multiple community-reported issues
- feat(plugin.json): add agents declaration to make 9 agents visible in /agents command (fixes #66, closes PR #67) - fix(backend-patterns): correct requirePermission HOF pattern to properly wrap handlers instead of expecting Request directly (fixes #54, closes PR #63) - docs(user-CLAUDE): add privacy guideline about redacting secrets from logs before sharing (fixes #38, closes PR #39) - fix(eval-harness): add mandatory frontmatter with name, description, and tools fields (closes PR #58)
This commit is contained in:
parent
660e0d3bad
commit
b9b7831ef5
4 changed files with 26 additions and 10 deletions
|
|
@ -22,6 +22,7 @@
|
|||
"automation",
|
||||
"best-practices"
|
||||
],
|
||||
"agents": "./agents",
|
||||
"commands": "./commands",
|
||||
"skills": "./skills"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue