launcher: realign burble against keepopen-enabled template#9
Merged
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>
hyperpolymath
added a commit
that referenced
this pull request
May 13, 2026
Prep work for task #9 (router UDP/7373 + UDP/9 port-forward). Cannot actually configure the router from inside the host, but ships the artifacts that make the user step trivial and the verification unambiguous. * docs/developer/router-port-forward.adoc — RouterOS-specific instructions (detected: MikroTik RouterOS v7.1.3 at 192.168.88.1), both CLI (paste-able dst-nat commands) and WebFig (point-and-click) paths. Includes firewall-filter allowance check, generic instructions for swap-to-another-router scenarios, vendor-specific naming hints, and CGNAT escape hatches. * scripts/check-bolt-reachability.sh — two-stage verification helper: - Detects LAN IP (eth0 / hostname -I fallback) and public IPv4 (api.ipify.org → ifconfig.me → icanhazip.com fallback chain) - Warns if public IP is in CGNAT space (RFC 6598 100.64/10 + RFC1918) - Binds nc UDP listener on 7373 with TIMEOUT (default 120s) - Prints exact send commands for the user to run from their phone or another host on a different network - Distinct exit codes: 0=ok, 1=timeout, 2=bind/dep error, 3=CGNAT abort if requested Verified locally: gateway probed (MikroTik webfig title + logo confirmed), LAN IP 192.168.88.58, mirrored networking on so the host LAN IP IS the WSL listener address (no second internal forward needed). Co-Authored-By: Claude Opus 4.7 <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