docs: record rc1 live package readbacks (#2117)

This commit is contained in:
Affaan Mustafa
2026-06-02 19:32:59 +08:00
committed by GitHub
parent 64cd1ba248
commit d86fadad0d
19 changed files with 171 additions and 90 deletions

View File

@@ -15,12 +15,18 @@
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "ECC",
"shortDescription": "207 battle-tested ECC skills plus MCP configs for TDD, security, code review, and autonomous development.",
"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": "Productivity",
"capabilities": ["Read", "Write"],
"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.",