Conversation
Post-release bump on the dev/stg integration branches so staging builds are stamped 0.3.9-stg.<run> (sort above 0.3.8, below the 0.3.9 release).
The transparent, frameless main window auto-grew from 50px to 78px the moment recording started: re-rendering the control bar with its extra buttons made macOS resize the window to fit content (bottom-anchored, so it also drifted upward). The width-only resize handler then preserved that wrong height. Pin the window height by locking min/max height in the 'app:resize-window' handler and always sending an explicit height from MainController. The lock is only honored on a resizable window, so the frameless window is now created with resizable: true (it has no user-draggable borders, so it stays effectively fixed to the user). Verified via CDP: window holds 50px and its position across record/stop cycles; the 78px grow no longer occurs.
Fix(app): Keep recording control bar at 50px on record start
The post-commit/post-checkout hooks rewrite graphify-out/{manifest,cost,
.graphify_labels}.json on every commit and branch switch. Tracking them
meant each rebuild dirtied the working tree and blocked pulls/checkouts.
Ignore them like the other regenerated outputs (graph.json/html/cache).
Chore: Flatten monorepo to single-package repo + dead-file cleanup
Docs: Adopt feature → stg → main branch flow (remove dev tier)
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
Promotes
stg→mainfor the v0.3.9 release. First release on the flattened single-package layout.Includes (21 commits since last release):
package.json; CI + docs updated (Chore: Flatten monorepo to single-package repo + dead-file cleanup #24)..dockerignore, orphaned types stub, duplicatelogo.tsx, stale architecture docs.stg→main;devremoved (Docs: Adopt feature → stg → main branch flow (remove dev tier) #25).Release steps after merge
v0.3.9onmain→ triggers signed build + publish viarelease.ymlTest Plan
pnpm test:run18/18pnpm install --frozen-lockfileup to date