From b7519cb5458cfa6715785a09786ea8ab38c71b53 Mon Sep 17 00:00:00 2001 From: Affaan Mustafa Date: Thu, 12 Feb 2026 13:50:47 -0800 Subject: [PATCH] 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 --- .npmignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..64cf134 --- /dev/null +++ b/.npmignore @@ -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