mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 13:43:26 +08:00
fix: rename opencode package from opencode-ecc to ecc-universal
Update all references in .opencode/ to use the published npm package name ecc-universal instead of the old opencode-ecc name.
This commit is contained in:
@@ -7,14 +7,14 @@ Everything Claude Code (ECC) plugin for OpenCode - agents, commands, hooks, and
|
||||
### Option 1: npm Package
|
||||
|
||||
```bash
|
||||
npm install opencode-ecc
|
||||
npm install ecc-universal
|
||||
```
|
||||
|
||||
Add to your `opencode.json`:
|
||||
|
||||
```json
|
||||
{
|
||||
"plugin": ["opencode-ecc"]
|
||||
"plugin": ["ecc-universal"]
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user