refactor(launcher): split into package and preserve services on core restart - #42
Merged
charlesmadjeri merged 2 commits intoAug 31, 2026
Merged
Conversation
charlesmadjeri
force-pushed
the
cma/evol-windows-docs
branch
from
August 31, 2026 10:46
077fa07 to
41e84e8
Compare
Mael-RABOT
previously approved these changes
Aug 31, 2026
Contributor
Author
|
Add windows Pixi install steps to readme: https://pixi.prefix.dev/latest/installation/ |
Cadavre-chan
previously approved these changes
Aug 31, 2026
Contributor
Author
|
Add nixld documentation: https://github.com/nix-community/nix-ld |
…restart Split monolithic launcher.py into a launcher/ module tree with backward-compatible imports. Orphan cleanup during core/modifier restarts no longer kills control panel Vite when that service is still selected and running. - launcher/: constants, config, platform, process, shell, tmux, package, state, apply, tui; entry via python -m launcher - launcher.py: thin shim for python launcher.py - launch_lucy.sh: python -m launcher - process: protect_vite from package readiness/command metadata; clear pending preserve after debounced teardown - apply: preserve running interfaces/tools during partial teardown - docs/README: update launcher entry points - tests: expand test_launcher_pixi.py (28 tests)
Signed-off-by: Mael-RABOT <mael.rabot@epitech.eu>
charlesmadjeri
force-pushed
the
cma/evol-windows-docs
branch
from
August 31, 2026 16:01
41e84e8 to
42f2b74
Compare
charlesmadjeri
force-pushed
the
cma/refactor-launcher-archi
branch
from
August 31, 2026 16:01
d802cba to
6a06bef
Compare
Arcod7
reviewed
Aug 31, 2026
| "url_ssh": "git@github.com:micro-ROS/micro-ROS-Agent.git" | ||
| }, | ||
| { | ||
| "name": "audio_common", |
Mael-RABOT
approved these changes
Aug 31, 2026
Arcod7
approved these changes
Aug 31, 2026
Base automatically changed from
cma/evol-windows-docs
to
cma/feat-pixi-foundation
August 31, 2026 16:48
charlesmadjeri
merged commit Aug 31, 2026
a979c35
into
cma/feat-pixi-foundation
3 of 7 checks passed
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.
OP#176
Summary
Splits
launcher.pyinto alauncher/package and fixes control panel Vite being killed when applying core modifier changes (e.g. switching to headless simulator) while the panel stays running.platform,process,shell,tmux,apply,state,tui, etc., with backward-compatiblefrom launcher import …python -m launcher(launch_lucy.sh);launcher.pykept as a thin shimreadiness_check/ command, not a hardcoded id