launcher: emit keepopen-wrapped desktop files from tera template#1
Merged
hyperpolymath merged 1 commit intomainfrom Apr 17, 2026
Merged
launcher: emit keepopen-wrapped desktop files from tera template#1hyperpolymath merged 1 commit intomainfrom
hyperpolymath merged 1 commit intomainfrom
Conversation
write_linux_desktop_file() now generates Exec lines that route through keepopen.sh with per-app GUI/TUI commands, satisfying the new §Fallback Ladder of the launcher standard. Baked-in launcher-standard.a2ml synced with standards repo 0.2.0. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/aerie
that referenced
this pull request
Apr 17, 2026
Regenerated from the launch-scaffolder tera template after it was updated to emit Exec lines routed through the standard keepopen.sh fallback ladder (hyperpolymath/standards#30, hyperpolymath/launch-scaffolder#1). write_linux_desktop_file() inside the regenerated launcher now produces `.desktop` files whose primary `Exec=` invokes keepopen.sh with per-app GUI/TUI commands, so future `--integ` runs drop straight onto the new standard. Also commits an unrelated [repo].path correction that was sitting in the working tree; without it realign resolves the wrong repo root. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/burble
that referenced
this pull request
Apr 17, 2026
Regenerated from the launch-scaffolder tera template after it was updated to emit Exec lines routed through the standard keepopen.sh fallback ladder (hyperpolymath/standards#30, hyperpolymath/launch-scaffolder#1). write_linux_desktop_file() inside the regenerated launcher now produces `.desktop` files whose primary `Exec=` invokes keepopen.sh with per-app GUI/TUI commands, so future `--integ` runs drop straight onto the new standard. Also commits an unrelated [repo].path correction that was sitting in the working tree; without it realign resolves the wrong repo root. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/aerie
that referenced
this pull request
Apr 17, 2026
## Summary - `*-launcher.sh` regenerated by `launch-scaffolder realign` against the keepopen-enabled tera template - Includes pre-existing `[repo].path` fix where applicable so realign resolves the correct repo root Paired with hyperpolymath/standards#30 and hyperpolymath/launch-scaffolder#1. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
hyperpolymath
added a commit
to hyperpolymath/game-server-admin
that referenced
this pull request
Apr 17, 2026
Regenerated from the launch-scaffolder tera template after it was updated to emit Exec lines routed through the standard keepopen.sh fallback ladder (hyperpolymath/standards#30, hyperpolymath/launch-scaffolder#1). write_linux_desktop_file() inside the regenerated launcher now produces `.desktop` files whose primary `Exec=` invokes keepopen.sh with per-app GUI/TUI commands, so future `--integ` runs drop straight onto the new standard. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/nextgen-databases
that referenced
this pull request
Apr 17, 2026
Regenerated from the launch-scaffolder tera template after it was updated to emit Exec lines routed through the standard keepopen.sh fallback ladder (hyperpolymath/standards#30, hyperpolymath/launch-scaffolder#1). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/stapeln
that referenced
this pull request
Apr 17, 2026
Regenerated from the launch-scaffolder tera template after it was updated to emit Exec lines routed through the standard keepopen.sh fallback ladder (hyperpolymath/standards#30, hyperpolymath/launch-scaffolder#1). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/project-wharf
that referenced
this pull request
Apr 17, 2026
Regenerated from the launch-scaffolder tera template after it was updated to emit Exec lines routed through the standard keepopen.sh fallback ladder (hyperpolymath/standards#30, hyperpolymath/launch-scaffolder#1). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
added a commit
to hyperpolymath/project-wharf
that referenced
this pull request
Apr 17, 2026
## Summary Regenerated by `launch-scaffolder realign` against the keepopen-enabled tera template. Paired with hyperpolymath/standards#30 + hyperpolymath/launch-scaffolder#1. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
hyperpolymath
added a commit
to hyperpolymath/panll
that referenced
this pull request
Apr 17, 2026
Regenerated from the launch-scaffolder tera template after it was updated to emit Exec lines routed through the standard keepopen.sh fallback ladder (hyperpolymath/standards#30, hyperpolymath/launch-scaffolder#1). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This was referenced Apr 17, 2026
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
templates/launcher.sh.tera—write_linux_desktop_file()now emitsExec=keepopen.sh APP REPO GUI TUI LOGwith per-app GUI/TUI commandsstandards/launcher-standard.a2mlsynced with standards repo v0.2.0[fallback-ladder]blockPaired with hyperpolymath/standards#30 (keepopen.sh + standard doc update).
Test plan
cargo build --release— binary compiles cleanlaunch-scaffolder realign --dry-runacross estate — 7 launchers would update (cleanly)launch-scaffolder realignrun — regenerated aerie/burble/nqc/game-server-admin/stapeln/project-wharf/panll launchers; all now contain keepopen references in write_linux_desktop_file🤖 Generated with Claude Code