fix(commands): surface execution failures - #1083
Open
web3dev1337 wants to merge 3 commits into
Open
Conversation
Owner
Author
Independent exact-head review — CLEANHead reviewed: No actionable findings.
Ran everything live at this exact head:
— |
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
okandsuccessvalues./api/voice/commandand the real multipart/api/whisper/commandroute with deterministic Playwright-only ffmpeg and Whisper stand-ins.Relationship to #1081
This is complementary to #1081. The intended merged state keeps #1081's guarded
executeAuthorizedCommandflow with this PR's strict registry-result check. Both PRs editserver/voiceCommandService.js,server/index.js,client/commander-panel.js,playwright.config.js, and documentation, so the second PR to land needs a manual merge. Do not choose one side wholesale.Verification
npm run test:unit -- --runInBand(122 suites, 806 tests)npm run test:e2e -- tests/e2e/command-execution-results.spec.js(3 tests)node --checkfor all changed JavaScript entry points and test executablesnpm run check:command-surface(94 registry actions, 94 client handlers)npm run release:check-versionnpm run audit:public-releasegit diff --checkThe broad UI Playwright run hits the existing safe-runner onboarding failure. The same
commander-advicetimeout reproduces on an untouchedorigin/mainworktree with one worker. PR #1081 fixes that runner and also makes the shared-backend suite serial.Two independent read-only reviews checked the result contract. The latest exact-delta review found no blockers and verified the real Whisper process path plus plugin loader compatibility.