mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
feat: add auto-update command
This commit is contained in:
parent
84ac76fa2b
commit
a7a56fa2a2
12 changed files with 817 additions and 11 deletions
|
|
@ -312,7 +312,7 @@ If you stacked methods, clean up in this order:
|
|||
/plugin list everything-claude-code@everything-claude-code
|
||||
```
|
||||
|
||||
**That's it!** You now have access to 48 agents, 184 skills, and 79 legacy command shims.
|
||||
**That's it!** You now have access to 48 agents, 184 skills, and 80 legacy command shims.
|
||||
|
||||
### Dashboard GUI
|
||||
|
||||
|
|
@ -1279,7 +1279,7 @@ The configuration is automatically detected from `.opencode/opencode.json`.
|
|||
| Feature | Claude Code | OpenCode | Status |
|
||||
|---------|-------------|----------|--------|
|
||||
| Agents | PASS: 48 agents | PASS: 12 agents | **Claude Code leads** |
|
||||
| Commands | PASS: 79 commands | PASS: 31 commands | **Claude Code leads** |
|
||||
| Commands | PASS: 80 commands | PASS: 31 commands | **Claude Code leads** |
|
||||
| Skills | PASS: 184 skills | PASS: 37 skills | **Claude Code leads** |
|
||||
| Hooks | PASS: 8 event types | PASS: 11 events | **OpenCode has more!** |
|
||||
| Rules | PASS: 29 rules | PASS: 13 instructions | **Claude Code leads** |
|
||||
|
|
@ -1388,7 +1388,7 @@ ECC is the **first plugin to maximize every major AI coding tool**. Here's how e
|
|||
| Feature | Claude Code | Cursor IDE | Codex CLI | OpenCode |
|
||||
|---------|------------|------------|-----------|----------|
|
||||
| **Agents** | 48 | Shared (AGENTS.md) | Shared (AGENTS.md) | 12 |
|
||||
| **Commands** | 79 | Shared | Instruction-based | 31 |
|
||||
| **Commands** | 80 | Shared | Instruction-based | 31 |
|
||||
| **Skills** | 184 | Shared | 10 (native format) | 37 |
|
||||
| **Hook Events** | 8 types | 15 types | None yet | 11 types |
|
||||
| **Hook Scripts** | 20+ scripts | 16 scripts (DRY adapter) | N/A | Plugin hooks |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue