chore: rename opencode plugin to ecc-universal and add .npmignore

- Rename opencode-ecc to ecc-universal across package.json, index.ts,
  README.md, and MIGRATION.md for consistent branding
- Add .npmignore to exclude translation READMEs, release scripts, and
  plugin dev notes from npm package
This commit is contained in:
Affaan Mustafa
2026-02-12 13:50:47 -08:00
parent 3e0a4147f1
commit b7519cb545

8
.npmignore Normal file
View File

@@ -0,0 +1,8 @@
# npm always includes README* — exclude translations from package
README.zh-CN.md
# Dev-only script (release is CI/local only)
scripts/release.sh
# Plugin dev notes (not needed by consumers)
.claude-plugin/PLUGIN_SCHEMA_NOTES.md