mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-05-19 23:33:07 +08:00
12 KiB
12 KiB
ECC v2.0.0-rc.1 Naming And Publication Matrix
Snapshot date: 2026-05-18.
This matrix answers the release question "ship as Everything Claude Code, ECC, or a renamed surface?" for the rc.1 lane. It is evidence for planning, not a publication action.
Decision
For v2.0.0-rc.1, keep the public identity as Everything Claude Code (ECC).
Use ECC as the short product name in copy, plugin slugs, status surfaces,
and diagrams, but do not rename the GitHub repo, npm package, or package entry
points before the rc.1 release.
Reason:
- the current install surface already works as
ecc-universalplus theeccplugin slug; - the exact npm package name
eccis already occupied by an unrelated elliptic curve cryptography package; - the repo name
affaan-m/eccis not present, but renamingaffaan-m/everything-claude-codebefore rc.1 would create avoidable URL, package, docs, and marketplace churn; - Claude and Codex plugin surfaces are already short enough as
ecc; - rc.1 should prove the release, plugin, and publication pipeline before any broader brand migration.
Current Values
| Surface | Current value | Evidence command | 2026-05-18 result | Release decision |
|---|---|---|---|---|
| Product display name | Everything Claude Code |
rg -n "Everything Claude Code" README.md CHANGELOG.md docs/releases/2.0.0-rc.1 |
Present across README, release notes, launch copy, and plugin manifests | Keep for rc.1 |
| Short name | ECC |
README/release docs | Used as the short cross-harness brand | Keep and prefer in tight copy |
| GitHub repo | affaan-m/everything-claude-code |
git remote get-url origin |
https://github.com/affaan-m/everything-claude-code.git |
Keep for rc.1 |
| Possible short repo | affaan-m/ecc |
gh repo view affaan-m/ecc |
Not found with current auth | Candidate after rc.1 only |
| npm package | ecc-universal |
node -p "require('./package.json').name" |
ecc-universal |
Keep for rc.1 |
| npm package version | 2.0.0-rc.1 local, 1.10.0 registry latest |
node -p "require('./package.json').version" and npm view ecc-universal name version dist-tags --json |
Local rc.1 is ready; registry latest remains 1.10.0 and no next dist-tag exists yet |
Publish rc as next, not latest |
| Exact npm short name | ecc |
npm view ecc name version description repository.url --json |
Occupied by ecc@0.0.2, "Elliptic curve cryptography functions." |
Do not use |
| Scoped npm short name | @affaan-m/ecc |
npm view @affaan-m/ecc name version --json |
Registry 404 | Possible future scoped package if npm scope policy permits |
| Former package name | everything-claude-code |
npm view everything-claude-code name version dist-tags --json |
Registry reports unpublished on 2026-02-07 | Do not revive for rc.1 |
| Claude plugin slug | ecc |
node -p "require('./.claude-plugin/plugin.json').name" |
ecc |
Keep |
| Claude plugin version | 2.0.0-rc.1 |
claude plugin validate .claude-plugin/plugin.json; claude plugin tag .claude-plugin --dry-run |
Validation passed on Claude Code 2.1.143; dry run would create ecc--v2.0.0-rc.1 |
Ready for release-tag gate |
| Claude marketplace entry | ecc |
.claude-plugin/marketplace.json; claude plugin marketplace add --help; Anthropic plugin marketplace docs |
Version and repo point at current rc.1 surface; GitHub, git URL, remote marketplace JSON, and local path marketplace sources are supported | Keep |
| Codex plugin slug | ecc |
node -p "require('./.codex-plugin/plugin.json').name" |
ecc |
Keep |
| Codex plugin version | 2.0.0-rc.1 |
node tests/plugin-manifest.test.js; node tests/docs/ecc2-release-surface.test.js |
Plugin manifest passed 54/54; release surface passed 21/21 on Codex CLI 0.131.0 |
Ready for Codex marketplace/manual marketplace gate |
| Codex repo marketplace | ecc |
.agents/plugins/marketplace.json; codex plugin marketplace add --help; OpenAI Codex plugin docs |
Repo marketplace add supports GitHub shorthand, Git URLs, SSH URLs, local roots, --ref, and --sparse; local and GitHub-ref temp-home add smokes passed |
Use as rc.1 Codex distribution path |
| OpenCode package | ecc-universal |
node -p "require('./.opencode/package.json').name" |
ecc-universal |
Keep |
| OpenCode build | Generated package output | npm run build:opencode |
Passed | Ready for package dry-run gate |
| npm pack surface | Reduced runtime package | NPM_CONFIG_USERCONFIG=/dev/null npm pack --dry-run --json |
Produced ecc-universal-2.0.0-rc.1.tgz, 2228 entries, 4,348,504 bytes packed, 13,024,929 bytes unpacked |
Needs final release-commit rerun |
Publication Paths
| Path | Current evidence | Required next action | Blocker |
|---|---|---|---|
| GitHub release | docs/releases/2.0.0-rc.1/ and release notes are in-tree |
Re-run required command evidence from the final release commit, then create/verify v2.0.0-rc.1 prerelease |
No tag/release yet |
| npm | ecc-universal local package version is 2.0.0-rc.1; registry latest is 1.10.0 |
Publish rc with npm publish --tag next after final npm pack --dry-run and release tests |
Do not publish before final release commit |
| Claude plugin | claude plugin validate .claude-plugin/plugin.json passed; claude plugin tag --help confirms the release tag flow creates {name}--v{version} tags and can push them |
Run claude plugin tag .claude-plugin --dry-run from the clean release commit, then tag/push only after release approval |
No plugin release tag created in this pass |
| Claude marketplace | .claude-plugin/marketplace.json points at ecc and the public repo |
Verify marketplace update/install path after tag exists | External marketplace propagation not verified |
| Codex plugin | codex plugin marketplace supports local and Git marketplace sources; .codex-plugin/plugin.json is present; .agents/plugins/marketplace.json exposes ecc from the repo root; temp-home local and GitHub-ref marketplace adds passed |
Publish rc.1 docs with the repo-marketplace command, then monitor OpenAI's official Plugin Directory path | Do not claim official Plugin Directory listing before OpenAI submission evidence |
| OpenCode package | .opencode/package.json builds from source and ships inside npm package |
Re-run npm run build:opencode and package dry-run from release commit |
OpenCode CLI 1.2.21 does not expose a separate plugin publication command in this pass |
| ECC Tools billing claim | README and launch copy mention ECC Tools / marketplace context | ECC-Tools #73 adds /api/billing/readiness announcementGate; run it against a Marketplace-managed test account before any payment announcement |
Billing announcement code gate exists; live Marketplace account readback still pending |
| Social and longform copy | X thread, LinkedIn copy, article outline, GitHub release copy exist | Replace any stale URLs, then publish only after release/npm/plugin URLs work | Public URLs not final until release actions complete |
ITO-46 Blocker Register
| Channel | Current status | Required metadata/evidence | Owner | Blocker or follow-up |
|---|---|---|---|---|
| GitHub release | Approval-gated; no v2.0.0-rc.1 prerelease yet |
Tag, release URL, prerelease flag, final release notes, URL ledger | Release owner | Create only after final clean-checkout evidence |
| npm | ecc-universal@2.0.0-rc.1 dry-run passed; registry latest is 1.10.0 |
Pack summary, publish dry-run, next dist-tag readback, registry signature evidence |
Package owner | Do not publish before approval and final release commit |
| Short npm name | ecc is occupied; @affaan-m/ecc returns 404 |
Name availability outputs and migration plan | Release owner | Keep ecc-universal for rc.1; scoped rename is post-rc only |
| Claude plugin | ecc@2.0.0-rc.1 validates; tag dry run would create ecc--v2.0.0-rc.1 |
claude plugin validate ., claude plugin tag .claude-plugin --dry-run, marketplace install/update smoke |
Plugin owner | Real tag push and marketplace propagation require release approval |
| Claude marketplace | Docs and CLI support GitHub, git URL, remote marketplace JSON, and local path sources | Public repo marketplace JSON, support/contact metadata, post-tag install smoke | Plugin owner | No external official listing has been submitted in this pass |
| Codex repo marketplace | Local and GitHub-ref temp-home marketplace add smokes passed on Codex CLI 0.131.0 |
.codex-plugin/plugin.json, .agents/plugins/marketplace.json, repo/personal marketplace evidence |
Plugin owner | Official Plugin Directory listing requires OpenAI submission/listing evidence |
| Codex official Plugin Directory | OpenAI docs describe the curated official directory; ECC has not submitted or received listing evidence | Directory submission link or OpenAI approval path once available | Plugin owner | Track as an ITO-56/ITO-46 follow-up; do not claim an official listing |
| OpenCode package | npm run build:opencode passed |
Built .opencode package metadata inside npm tarball |
Package owner | No separate public plugin channel identified; follows npm |
| Billing/native payments | Announcement remains blocked by ITO-61 | Marketplace Pro target readback, webhook provenance, INTERNAL_API_SECRET, announcement gate |
ECC Tools owner | Do not include native-payments claim in rc.1 announcement |
| Social/longform copy | Drafts exist | Final live GitHub, npm, Claude, Codex, billing URLs | Release owner | Publish only after release/package/plugin URLs exist |
Rename After rc.1
If the project moves from "Everything Claude Code" toward "ECC" after rc.1, do it as a staged migration:
- Keep
ecc-universalas the npm package until a replacement package has a verified owner, deprecation plan, and install migration. - Keep
affaan-m/everything-claude-codeas the canonical repo until release notes, docs, plugin marketplace entries, npm metadata, and external links are prepared for redirects. - Use
ECCas the product name in new diagrams, status payloads, and cross-harness docs immediately. - Reserve or create any new GitHub/npm/package surfaces before announcing the rename.
- Ship a compatibility guide that maps old commands, package names, plugin slugs, and docs URLs to the new names.
Evidence Captured In This Pass
git rev-parse HEAD
67e63e63f9bfd074bd6a21bf6bac71f3dfefa58b
node -p "require('./package.json').name + '@' + require('./package.json').version"
ecc-universal@2.0.0-rc.1
node -p "require('./.claude-plugin/plugin.json').name + '@' + require('./.claude-plugin/plugin.json').version"
ecc@2.0.0-rc.1
node -p "require('./.codex-plugin/plugin.json').name + '@' + require('./.codex-plugin/plugin.json').version"
ecc@2.0.0-rc.1
node -p "require('./.opencode/package.json').name + '@' + require('./.opencode/package.json').version"
ecc-universal@2.0.0-rc.1
npm view ecc name version description repository.url --json
ecc@0.0.2 is occupied by an unrelated elliptic curve cryptography package.
npm view ecc-universal name version dist-tags --json
registry latest is 1.10.0; no rc dist-tag exists yet.
claude plugin validate .claude-plugin/plugin.json
Validation passed on Claude Code 2.1.143.
claude plugin validate .
Validation passed with one warning: root CLAUDE.md is not loaded as plugin
context; ship plugin context through skills instead.
claude plugin tag .claude-plugin --dry-run
Would create and push tag ecc--v2.0.0-rc.1.
node tests/docs/ecc2-release-surface.test.js
21 release-surface checks passed.
node tests/plugin-manifest.test.js
54 plugin-manifest checks passed.
npm run build:opencode
Passed.
npm pack --dry-run --json
Produced ecc-universal-2.0.0-rc.1.tgz, 2228 entries, 4,348,504 bytes
packed, and 13,024,929 bytes unpacked.
npm publish --tag next --dry-run
Dry run would publish ecc-universal@2.0.0-rc.1 to npm with tag next.
codex plugin marketplace add --help
Supports GitHub shorthand, HTTP(S) Git URLs, SSH URLs, local marketplace roots,
--ref, and Git-only --sparse.
HOME="$(mktemp -d)" codex plugin marketplace add <local-checkout>
Added marketplace ecc and recorded the installed marketplace root as
<local-checkout> without touching the real Codex config.
HOME="$(mktemp -d)" codex plugin marketplace add affaan-m/everything-claude-code --ref "$(git rev-parse HEAD)"
Added marketplace ecc from the GitHub repo pinned to
67e63e63f9bfd074bd6a21bf6bac71f3dfefa58b without touching the real Codex
config.