chore(release): back-merge v0.2.0 into develop#129
Merged
Conversation
First minor release on top of 0.1.13. Highlights: - Multi-instance registry + /api/instances + HealthBar switcher (PRD-027 / RFC-023 / SPEC-003 / ADR-004). - `init --scope user|project` with workspace-agnostic user scope (PRD-025 / RFC-021 / ADR-004). - `bin/` adopts citty (^0.2.2) and splits into cli/commands/lib (ADR-003). - Feature-flag + image system; bundle approach is now the universal artifact form for every dist*/ image. `--experimental` becomes a deprecated alias for `--image nightly` (removed in 0.3.0). - Multi-tab artifact viewing, Combobox primitive in shared/ui, adapter-node precompress disabled (smaller tarball). Refs: PRD-025, PRD-027, PRD-030 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Brings the 0.2.0 version bump (package.json, template/package.json, lockfiles, CHANGELOG) back into develop so the next feature work starts from the released version. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Back-merges the v0.2.0 version bump commit (
2415393) frommain(PR #128) intodevelop. Step 10 of the release procedure (CLAUDE.md → Release procedure):The original
release/v0.2.0branch was auto-deleted by GitHub on merge intomain, so this PR reuses achore/back-merge-v0.2.0branch with the same merge state.Why
release/v0.2.0was merged intomainvia PR #128 with--merge(commitea21d01). The version bump commit2415393is now only onmain; without this back-merge, the next feature work ondevelopwould start from0.1.13again.Test plan
package.jsonx2, lockfiles x2, andCHANGELOG.md(+47 / -0from the[0.2.0]entry).developHEAD reportsversion: 0.2.0in bothpackage.jsonandtemplate/package.json.developpost-merge.🤖 Generated with Claude Code