mirror of
https://github.com/affaan-m/ECC.git
synced 2026-08-17 21:15:40 +02:00
* feat(agents): add rag-pipeline-reviewer agent * fix: correct model field syntax * fix: address review feedback - add prompt defense baseline, fix context_recall gap, register in AGENTS.md * chore: update agent count to 68, add trailing newline * chore: fix agent count consistency in project structure section * fix: sync Turkish agent catalog count --------- Co-authored-by: haelyra <49814733+haelyra@users.noreply.github.com>
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "ecc",
|
|
"version": "2.2.0",
|
|
"description": "Harness-native ECC plugin for engineering teams - 68 agents, 285 skills, 94 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses",
|
|
"author": {
|
|
"name": "Affaan Mustafa",
|
|
"url": "https://x.com/affaanmustafa"
|
|
},
|
|
"homepage": "https://ecc.tools",
|
|
"repository": "https://github.com/affaan-m/ECC",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"claude-code",
|
|
"agents",
|
|
"skills",
|
|
"hooks",
|
|
"rules",
|
|
"tdd",
|
|
"code-review",
|
|
"security",
|
|
"workflow",
|
|
"automation",
|
|
"best-practices"
|
|
],
|
|
"userConfig": {
|
|
"hooks_enabled": {
|
|
"type": "boolean",
|
|
"title": "Enable ECC hooks",
|
|
"description": "Run ECC's local lifecycle, quality, and safety automation. Disable this to keep skills and commands without local hook automation.",
|
|
"default": true
|
|
},
|
|
"hook_profile": {
|
|
"type": "string",
|
|
"title": "ECC hook profile",
|
|
"description": "Choose minimal, standard, or strict. Invalid values safely fall back to standard.",
|
|
"default": "standard"
|
|
}
|
|
},
|
|
"mcpServers": {},
|
|
"skills": [
|
|
"./skills/"
|
|
],
|
|
"commands": [
|
|
"./commands/"
|
|
]
|
|
}
|