Skip to content

Commit 2166d80

Browse files
authored
Merge pull request #762 from affaan-m/feat/ecc2-tui-scaffold
feat: ECC 2.0 — Rust TUI agentic IDE control plane
2 parents df4f2df + 67306c2 commit 2166d80

20 files changed

Lines changed: 3110 additions & 12 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ temp/
8383
*.bak
8484
*.backup
8585

86+
# Rust build artifacts
87+
ecc2/target/
88+
8689
# Bootstrap pipeline outputs
8790
# Generated lock files in tool subdirectories
8891
.opencode/package-lock.json

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Everything Claude Code (ECC) — Agent Instructions
22

3-
This is a **production-ready AI coding plugin** providing 28 specialized agents, 119 skills, 60 commands, and automated hook workflows for software development.
3+
This is a **production-ready AI coding plugin** providing 28 specialized agents, 125 skills, 60 commands, and automated hook workflows for software development.
44

55
**Version:** 1.9.0
66

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ For manual install instructions see the README in the `rules/` folder.
212212
/plugin list everything-claude-code@everything-claude-code
213213
```
214214

215-
**That's it!** You now have access to 28 agents, 119 skills, and 60 commands.
215+
**That's it!** You now have access to 28 agents, 125 skills, and 60 commands.
216216

217217
---
218218

@@ -1085,7 +1085,7 @@ The configuration is automatically detected from `.opencode/opencode.json`.
10851085
|---------|-------------|----------|--------|
10861086
| Agents | ✅ 28 agents | ✅ 12 agents | **Claude Code leads** |
10871087
| Commands | ✅ 60 commands | ✅ 31 commands | **Claude Code leads** |
1088-
| Skills |119 skills | ✅ 37 skills | **Claude Code leads** |
1088+
| Skills |125 skills | ✅ 37 skills | **Claude Code leads** |
10891089
| Hooks | ✅ 8 event types | ✅ 11 events | **OpenCode has more!** |
10901090
| Rules | ✅ 29 rules | ✅ 13 instructions | **Claude Code leads** |
10911091
| MCP Servers | ✅ 14 servers | ✅ Full | **Full parity** |

0 commit comments

Comments
 (0)