Merge pull request #2236 from Victor-Casado/feat/github-native-coordination

feat: add github-native coordination (epic-* commands + scripts + tests). Command registry + catalog reconciled.
This commit is contained in:
Affaan Mustafa
2026-06-15 14:08:05 -04:00
27 changed files with 2311 additions and 24 deletions
+77 -11
View File
@@ -1,6 +1,6 @@
{
"schemaVersion": 1,
"totalCommands": 85,
"totalCommands": 92,
"commands": [
{
"command": "aside",
@@ -111,6 +111,72 @@
],
"path": "commands/ecc-guide.md"
},
{
"command": "epic-claim",
"description": "Claim an epic issue, stamp coordination state, and sync local ownership.",
"type": "review",
"primaryAgents": [],
"allAgents": [],
"skills": [
"orch-add-feature",
"orch-change-feature"
],
"path": "commands/epic-claim.md"
},
{
"command": "epic-decompose",
"description": "Break an epic into task children without creating task branches.",
"type": "review",
"primaryAgents": [],
"allAgents": [],
"skills": [],
"path": "commands/epic-decompose.md"
},
{
"command": "epic-publish",
"description": "Publish a validated epic update back to the issue and local cache.",
"type": "general",
"primaryAgents": [],
"allAgents": [],
"skills": [],
"path": "commands/epic-publish.md"
},
{
"command": "epic-review",
"description": "Mark epic review requested, approved, or changes requested.",
"type": "review",
"primaryAgents": [],
"allAgents": [],
"skills": [],
"path": "commands/epic-review.md"
},
{
"command": "epic-sync",
"description": "Sync epic issue bodies, labels, and local coordination snapshots from GitHub.",
"type": "general",
"primaryAgents": [],
"allAgents": [],
"skills": [],
"path": "commands/epic-sync.md"
},
{
"command": "epic-unblock",
"description": "Sweep blocked epic issues and reopen anything whose dependencies are closed.",
"type": "general",
"primaryAgents": [],
"allAgents": [],
"skills": [],
"path": "commands/epic-unblock.md"
},
{
"command": "epic-validate",
"description": "Validate epic readiness, dependencies, and coordination policy.",
"type": "review",
"primaryAgents": [],
"allAgents": [],
"skills": [],
"path": "commands/epic-validate.md"
},
{
"command": "evolve",
"description": "Analyze instincts and suggest or generate evolved structures",
@@ -941,11 +1007,11 @@
"statistics": {
"byType": {
"build": 2,
"general": 7,
"general": 10,
"orchestration": 11,
"planning": 2,
"refactoring": 1,
"review": 9,
"review": 13,
"testing": 53
},
"topAgents": [
@@ -995,6 +1061,14 @@
"skill": "continuous-learning-v2",
"count": 6
},
{
"skill": "orch-add-feature",
"count": 4
},
{
"skill": "orch-change-feature",
"count": 4
},
{
"skill": "tdd-workflow",
"count": 4
@@ -1007,14 +1081,6 @@
"skill": "flutter-dart-code-review",
"count": 3
},
{
"skill": "orch-add-feature",
"count": 3
},
{
"skill": "orch-change-feature",
"count": 3
},
{
"skill": "orch-fix-defect",
"count": 3
+2 -2
View File
@@ -1,6 +1,6 @@
# Everything Claude Code (ECC) — 智能体指令
这是一个**生产就绪的 AI 编码插件**,提供 67 个专业代理、269 项技能、85 条命令以及自动化钩子工作流,用于软件开发。
这是一个**生产就绪的 AI 编码插件**,提供 67 个专业代理、269 项技能、92 条命令以及自动化钩子工作流,用于软件开发。
**版本:** 2.0.0
@@ -148,7 +148,7 @@
```
agents/ — 67 个专业子代理
skills/ — 269 个工作流技能和领域知识
commands/ — 85 个斜杠命令
commands/ — 92 个斜杠命令
hooks/ — 基于触发的自动化
rules/ — 始终遵循的指导方针(通用 + 每种语言)
scripts/ — 跨平台 Node.js 实用工具
+3 -3
View File
@@ -228,7 +228,7 @@ Copy-Item -Recurse rules/typescript "$HOME/.claude/rules/"
/plugin list ecc@ecc
```
**搞定!** 你现在可以使用 67 个智能体、269 项技能和 85 个命令了。
**搞定!** 你现在可以使用 67 个智能体、269 项技能和 92 个命令了。
***
@@ -1141,7 +1141,7 @@ opencode
| 功能特性 | Claude Code | OpenCode | 状态 |
|---------|---------------|----------|--------|
| 智能体 | PASS: 67 个 | PASS: 12 个 | **Claude Code 领先** |
| 命令 | PASS: 85 个 | PASS: 35 个 | **Claude Code 领先** |
| 命令 | PASS: 92 个 | PASS: 35 个 | **Claude Code 领先** |
| 技能 | PASS: 269 项 | PASS: 37 项 | **Claude Code 领先** |
| 钩子 | PASS: 8 种事件类型 | PASS: 11 种事件 | **OpenCode 更多!** |
| 规则 | PASS: 29 条 | PASS: 13 条指令 | **Claude Code 领先** |
@@ -1249,7 +1249,7 @@ ECC 是**第一个最大化利用每个主要 AI 编码工具的插件**。以
| 功能特性 | Claude Code | Cursor IDE | Codex CLI | OpenCode |
|---------|-----------------------|------------|-----------|----------|
| **智能体** | 67 | 共享 (AGENTS.md) | 共享 (AGENTS.md) | 12 |
| **命令** | 85 | 共享 | 基于指令 | 35 |
| **命令** | 92 | 共享 | 基于指令 | 35 |
| **技能** | 269 | 共享 | 10 (原生格式) | 37 |
| **钩子事件** | 8 种类型 | 15 种类型 | 暂无 | 11 种类型 |
| **钩子脚本** | 20+ 个脚本 | 16 个脚本 (DRY 适配器) | N/A | 插件钩子 |