You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: rename package to @opensea/cli with stub redirect (#24)
Move from `opensea-cli` to the scoped `@opensea/cli` package name.
The old `opensea-cli` name becomes a minimal stub that warns users
to install `@opensea/cli` instead. Bumps version to 0.2.0.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: .agents/rules.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -228,3 +228,7 @@ All CI checks must pass before merging.
228
228
### Publishing
229
229
230
230
- GitHub Actions workflow (`.github/workflows/npm-publish.yml`) publishes to npm on GitHub release.
231
+
-**Dual-package publishing**: The workflow publishes two packages:
232
+
1.`@opensea/cli` — the main package (from repo root).
233
+
2.`opensea-cli` — a stub redirect package (from `packages/opensea-cli-stub/`) that warns users to install `@opensea/cli`. The stub publish uses `continue-on-error: true` since its version rarely changes.
234
+
- Auth uses OIDC via `id-token: write` + `setup-node` with `registry-url` + `--provenance` flag. No npm token secret needed.
0 commit comments