mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 05:33:27 +08:00
- 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
9 lines
233 B
Plaintext
9 lines
233 B
Plaintext
# 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
|