docs: clarify opencode npm plugin scope

This commit is contained in:
Affaan Mustafa
2026-03-09 21:10:46 -07:00
committed by Affaan Mustafa
parent 440178d697
commit d66bd6439b
4 changed files with 34 additions and 5 deletions

View File

@@ -1050,6 +1050,13 @@ Then add to your `opencode.json`:
}
```
That npm plugin entry enables ECC's published OpenCode plugin module (hooks/events and plugin tools).
It does **not** automatically add ECC's full command/agent/instruction catalog to your project config.
For the full ECC OpenCode setup, either:
- run OpenCode inside this repository, or
- copy the bundled `.opencode/` config assets into your project and wire the `agent` / `command` entries in `opencode.json`
### Documentation
- **Migration Guide**: `.opencode/MIGRATION.md`