chore(release): v0.4.63 - #280
Merged
Merged
Conversation
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.
Version surfaces bumped to 0.4.63 and CHANGELOG updated. No code changes.
Ships two user-facing fixes that the Phase 3 real-app smoke uncovered, plus the
hwp-editor backend bridge.
camelCase; the Rust enum renamed only its variants and still expected
snake_case fields, so link / unlink / targets / note / verified /
include-in-submission all failed before doing anything. Regression tests now
pin every mutation wire shape.
deep-inspected every match on the UI thread before applying any bound: over 40
seconds above 98% CPU on a 64,744-file workspace. Now about 4 seconds, off the
UI thread, with the window responsive.
hwped_*commands) is backend only; no Marusurface uses it yet.
Everything else merged since v0.4.62 is internal and deliberately absent from
the changelog per its stated convention: GSD planning onboarding (#275), the
verification gate set (#276), the shared scanner and path invariants (#277), and
the typed IPC error contract (#279). All are behavior-preserving.
make release-version-check RELEASE_TAG=v0.4.63passes; the skills bootstrapsnapshot verifies at 36 skills.