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:
Affaan Mustafa
2026-02-12 13:50:39 -08:00
parent a756602523
commit 3e0a4147f1
4 changed files with 8 additions and 8 deletions

View File

@@ -12,13 +12,13 @@
*
* Option 1: Install via npm
* ```bash
* npm install opencode-ecc
* npm install ecc-universal
* ```
*
* Then add to your opencode.json:
* ```json
* {
* "plugin": ["opencode-ecc"]
* "plugin": ["ecc-universal"]
* }
* ```
*
@@ -43,7 +43,7 @@ export const VERSION = "1.0.0"
// Plugin metadata
export const metadata = {
name: "opencode-ecc",
name: "ecc-universal",
version: VERSION,
description: "Everything Claude Code plugin for OpenCode",
author: "affaan-m",