Conversation
Pluze
marked this pull request as ready for review
July 30, 2026 17:47
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.
Why
The Launcher local-documentation maintenance action could block at “Opening”
because it mixed generation, local opening, online opening, and a synchronous
choice dialog. Repository delivery also allowed a second hotfix route and
accumulated noisy main-to-develop synchronization commits after squash merges.
What changed
site/output fromcurrent Markdown sources without opening a browser or showing a choice dialog.
the explicit programmatic local-path lookup for existing generated output.
developbranch;remove the hotfix exception from executable policy and durable guidance.
developat the new main SHA instead of a synchronization commit.history.
Evidence
No native browser interaction requires manual validation: the generation action
no longer opens one. Full cross-platform and release-boundary validation remains
owned by required PR CI.
Risks and follow-up
Local documentation generation remains synchronous so completion is reported
only after all files exist. Recreating protected
developrequires temporarilyallowing deletion; the procedure must stop unless all develop work is merged and
no open PR depends on it, and protection must be restored immediately.
No scientific calculations, App project data, file formats, runtime
dependencies, or release tags change.
Author confirmation
remaining unverified boundary is explicit.
App details, lab identifiers, local paths, or recognizable sample values.