chore: 0.3.0 changeset (account setup + dot update)#14
Merged
UtkarshBhardwaj007 merged 1 commit intomainfrom Apr 16, 2026
Merged
chore: 0.3.0 changeset (account setup + dot update)#14UtkarshBhardwaj007 merged 1 commit intomainfrom
UtkarshBhardwaj007 merged 1 commit intomainfrom
Conversation
- Changeset cuts the release for the account-setup / dot-update / vitest work that merged in #13 (which shipped without a changeset, so release.yml exited on merge to main without cutting a release). - CLAUDE.md now states that every user-facing PR must include a changeset — release.yml is a no-op otherwise.
Contributor
|
Dev build ready — try this branch: |
UtkarshBhardwaj007
added a commit
that referenced
this pull request
Apr 18, 2026
…ation on dot init. All screens now render through `src/utils/ui/theme/` — one folder holds every color, glyph, and layout token used anywhere in the CLI. Swap the folder to reskin; stub the exports to strip styling. No color literals, glyph literals, or spacing constants live outside this directory. `dot init` now queries bulletin attestation on every run — even for already-signed-in users — and renders how long the upload quota is valid for in human form (e.g. `~13d 4h · #14,582,331`), switching to warning color under 24h and danger color when expired. Terminal tab title updates during long deploys via OSC 0 (building → uploading → publishing → ✓/✕), so `dot deploy` shows progress in the tab strip while the user tabs away. TTY-gated so CI/pipe output stays clean; cleared on process shutdown.
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
minorchangeset for the work that landed in Add account setup, dot update, and vitest suite #13 sorelease.ymlcan cutv0.3.0with binaries when this merges.CLAUDE.md— future PRs with user-visible changes must include a changeset, otherwiserelease.ymlruns on merge but exits without doing anything (which is what happened with Add account setup, dot update, and vitest suite #13).Test plan
pnpm format:checkcleanrelease.ymlbumpsplayground-clito0.3.0, creates thev0.3.0tag withdot-{linux,darwin}-{x64,arm64}binaries attached, and commitschore: version packagesback tomain.