mirror of
https://github.com/affaan-m/ECC.git
synced 2026-08-17 21:15:40 +02:00
* feat(install): add guided Claude plugin setup * fix: support Claude command shims on Windows * feat: support safe Claude plugin scope migration * fix(install): preserve interactive setup terminal * fix(install): auto-migrate setup scope changes * feat(install): add guided multi-harness installer * fix(install): sync Yarn binary metadata * fix(install): handle wizard EOF on Node 18 * ci: allow installer matrix tests to finish * test(install): allow slower PowerShell delegation * fix(install): harden guided provider reconciliation * test(install): harden packaged and local compatibility * chore: prepare guided installer release 2.2.0 * fix(install): report refreshed Codex marketplace state * fix(install): verify managed content provenance * test(install): allow empty Yarn smoke fixture * test(install): invoke Windows package shims safely * fix(install): close cross-platform release gaps * fix(install): require trusted GitHub origins * fix(install): preserve hook profile precedence * refactor(install): centralize trusted GitHub origins * ci: retrigger workflow run after merge of main Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
37 lines
1.9 KiB
JSON
37 lines
1.9 KiB
JSON
{
|
|
"name": "ecc",
|
|
"version": "2.2.0",
|
|
"description": "Harness-native ECC workflows for Codex: shared skills, production-ready MCP configs, and selective-install-aligned conventions for TDD, security scanning, code review, and autonomous development.",
|
|
"author": {
|
|
"name": "Affaan Mustafa",
|
|
"email": "me@affaanmustafa.com",
|
|
"url": "https://x.com/affaanmustafa"
|
|
},
|
|
"homepage": "https://ecc.tools",
|
|
"repository": "https://github.com/affaan-m/ECC",
|
|
"license": "MIT",
|
|
"keywords": ["codex", "agents", "skills", "tdd", "code-review", "security", "workflow", "automation"],
|
|
"skills": "../../skills/",
|
|
"mcpServers": "../../.mcp.json",
|
|
"interface": {
|
|
"displayName": "ECC",
|
|
"shortDescription": "249 ECC skills plus MCP configs for TDD, security, code review, and autonomous development.",
|
|
"longDescription": "ECC is a harness-native operator system for Codex and adjacent agent harnesses. It packages reusable skills, MCP configs, TDD workflows, security scanning, code review, architecture decisions, operator workflows, and release gates in one installable plugin.",
|
|
"developerName": "Affaan Mustafa",
|
|
"category": "Coding",
|
|
"capabilities": ["Interactive", "Read", "Write"],
|
|
"websiteURL": "https://ecc.tools",
|
|
"privacyPolicyURL": "https://docs.github.com/en/site-policy/privacy-policies/github-general-privacy-statement",
|
|
"termsOfServiceURL": "https://docs.github.com/en/site-policy/github-terms/github-terms-of-service",
|
|
"brandColor": "#E07856",
|
|
"composerIcon": "../../assets/ecc-icon.svg",
|
|
"logo": "../../assets/hero.png",
|
|
"screenshots": [],
|
|
"defaultPrompt": [
|
|
"Use the tdd-workflow skill to write tests before implementation.",
|
|
"Use the security-review skill to scan for OWASP Top 10 vulnerabilities.",
|
|
"Use the verification-loop skill to verify correctness before shipping changes."
|
|
]
|
|
}
|
|
}
|