docs(publishing): local tarball dry-run procedure#54
Merged
pablostanley merged 1 commit intomainfrom Apr 19, 2026
Merged
Conversation
Ran `pnpm pack` against every workspace package + the root CLI before any NPM_TOKEN is set, verified each tarball contents and the workspace:* → semver rewrite. Documented the procedure in PUBLISHING.md so operators (or Pablo) can reproduce the check before tagging: - File list — dist/* + package.json + README.md only - No workspace: strings in any published package.json - @designteam/core → 0.3.1, @designteam/adapter-utils → 0.1.0, etc. - Sizes: 4-10 KB adapters, 250 KB core, 11 files for CLI TASKS.md T-830: first publish remains todo (needs NPM_TOKEN + tag), but the local dry-run verification portion is done — marked in the entry with a 2026-04-19 date so future readers know how fresh the check was. Pure doc. No code change. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Before any
NPM_TOKENis configured, you can confirm every workspace tarball is well-formed locally viapnpm pack. Ran this now against every package + the root CLI and verified theworkspace:*→ semver rewrite is correct:@designteam/core→ 0.3.1@designteam/adapter-utils→ 0.1.0@designteam/adapter-local-script→ 0.1.0@designteam/adapter-claude-cli→ 0.1.0@designteam/adapter-anthropic-api→ 0.1.0@designteam/adapter-efecto→ 0.1.0designteamCLI → 0.5.1 (with all six deps rewritten)Every tarball contents are the expected set (dist/* + package.json + README.md, nothing stray). Sizes: 4–10 KB adapters, 250 KB core, 11 files for the CLI tarball.
What changed
doc/PUBLISHING.md: new Dry-run verification section with the exact shell loop + what to look for (file list,workspace:residue, version alignment).doc/TASKS.md: T-830 entry notes the local dry-run is done (2026-04-19); the token + tag are the only remaining steps.Test plan
🤖 Generated with Claude Code