perf(runtime): consolidate extension lifecycle and media fixes#601
Closed
JustYannicc wants to merge 8 commits into
Closed
perf(runtime): consolidate extension lifecycle and media fixes#601JustYannicc wants to merge 8 commits into
JustYannicc wants to merge 8 commits into
Conversation
JustYannicc
marked this pull request as ready for review
July 5, 2026 00:48
This was referenced Jul 5, 2026
Collaborator
Author
|
Superseded by the consolidated runtime/lifecycle/media PR: #622 |
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.
What changed
origin/main.Why
docs/extension-install-flow.mdwhile giving reviewers one branch to validate.Compatibility impact
child_processremains routed through the SuperCmd facade so child processes can be tracked and cleaned per extension view.How tested
node --test scripts/test-extension-runner-multi-command-build.mjs(13 pass, 1 measurement skip)node --test scripts/test-extension-command-refresh-cache.mjsnode --test scripts/test-extension-fetch-proxy-abort.mjs scripts/test-http-response-decode-async.mjsnode --test scripts/test-cloud-media-buffering.mjsnode --test scripts/test-registry-microtask-lifecycle.mjsnode node_modules/typescript/bin/tsc -p tsconfig.main.json --noEmit --pretty falsebuild:mainequivalent:node node_modules/typescript/bin/tsc -p tsconfig.main.json --pretty false, then copiedsrc/main/emoji-data.jsontodist/main/emoji-data.json/opt/homebrew/opt/node@22/bin/npm ci --ignore-scripts --force --no-audit --no-fund/opt/homebrew/opt/node@22/bin/npm run build:maintsc -p tsconfig.renderer.json --noEmitstill reports existing unrelated project errors; touched renderer files are LSP-clean.Performance evidence
Stack validation
origin/main(9bdd3d2) rather than the integration stack.origin/main.Replaces