VALUE-08A: add an artifact-owned launcher - #147
Draft
daniele21 wants to merge 5 commits into
Draft
Conversation
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.
Parent: #146
Outcome
Make the existing validated ZIP materially easier to run without choosing a speculative native desktop framework.
This isolated VALUE-08A lane adds a standalone
launch.pyto the packaged artifact. With only Python 3.12+ available, the launcher:.runtimevenv;runtime-requirements.txtexported from the repository lock plus the packaged wheel;performance_lab.ui_serveragainst the packaged built frontend;The package RUN.md path becomes
python launch.py --config <config.json>: no repository checkout,uv, Node/pnpm or manual wheel install is part of normal launch. First launch still needs package-index access and a StarterRunConfig; eliminating pre-authored JSON is VALUE-08B.Files
src/performance_lab/artifact_launcher.py: stdlib-only standalone launcher copied into the artifact;scripts/package_release.py: exports locked UI runtime requirements, ships launcher, updates artifact-owned run instructions;tests/test_artifact_launcher.py: artifact identity, runtime reuse/invalidation, ownership safety.Dependency / publication gate
This is isolated preparation from
dev@0b9c376f2dbcbb167f8df8488374c1b0c5d0ace2. Keep draft and do not integrate until VALUE-02D #132 PASS / VALUE-02 DONE.Evidence boundary
Iteration CI proves launcher/package software semantics only. VALUE-08 distributed-artifact and representative install/use acceptance remain VALUE-08C/D.