launcher: realign burble against keepopen-enabled template#9
Merged
hyperpolymath merged 1 commit intomainfrom Apr 17, 2026
Merged
launcher: realign burble against keepopen-enabled template#9hyperpolymath merged 1 commit intomainfrom
hyperpolymath merged 1 commit intomainfrom
Conversation
My earlier burble realign (in #8) was run against a launch-scaffolder binary built before the keepopen template edits had taken effect, so the merged burble-launcher.sh was missing: - keepopen wiring in write_linux_desktop_file() - CONFIG_FILE path correction to developer-ecosystem/burble - standard-spec-version bump 0.1.0 → 0.2.0 Re-ran `launch-scaffolder realign` with the current binary; output is now aligned with launcher-standard v0.2.0. Future `--integ` runs will emit keepopen-wrapped .desktop files as the standard requires. 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
Follow-up to #8 — realign burble-launcher.sh against the keepopen-enabled tera template (hyperpolymath/launch-scaffolder#1).
#8 was run against a binary built just before the template edits took effect, so the keepopen wiring and path/version corrections didn't land. This PR ships the missing bits:
write_linux_desktop_file()now emitsExec=keepopen.sh …per standard §Fallback LadderCONFIG_FILEpath corrected todeveloper-ecosystem/burblestandard-spec-versionbumped 0.1.0 → 0.2.0Test plan
launch-scaffolder realign --dry-runclean after this PRbash -n burble-launcher.sh)🤖 Generated with Claude Code