chore(release): prepare signed 2.2.1 patch (#2920)

This commit is contained in:
haelyra
2026-08-31 18:14:22 -04:00
committed by GitHub
parent a104765bf2
commit ca185ef5f7
24 changed files with 442 additions and 27 deletions
+16 -3
View File
@@ -1,6 +1,6 @@
{
"name": "ecc",
"version": "2.2.0",
"version": "2.2.1",
"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",
@@ -10,7 +10,16 @@
"homepage": "https://ecc.tools",
"repository": "https://github.com/affaan-m/ECC",
"license": "MIT",
"keywords": ["codex", "agents", "skills", "tdd", "code-review", "security", "workflow", "automation"],
"keywords": [
"codex",
"agents",
"skills",
"tdd",
"code-review",
"security",
"workflow",
"automation"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"hooks": "./hooks/codex-hooks.json",
@@ -20,7 +29,11 @@
"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"],
"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",