Add a guided synthetic case workbench with reliable inspection and replay - #39
Merged
Merged
Conversation
Track B parity: the CLI has supported --domain since the inventory domain landed, but the GUI had no way to select it. Added a Domain selector (default refund), validated on the server like every other run option, and pushed through to the orchestrator. Also records the batched release evidence for the review-workspace, replay, integrator-example, settled-review, history/comparison, inventory, and extension-guide merges, including the pending run-lifecycle and replay-stdin entries, and distinguishes browser tests from component and orchestrator unit tests.
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.
The GUI now supports explicit synthetic scenario presets, domain-aware reports and comparisons, searchable loaded history, and a separate saved-case inspector with identity-checked downloads. It preserves the existing domain-selector work from #38 and repairs its failing isolated test.
GUI component commands execute in isolated workers so health checks and admission remain responsive during synchronous child work. Run and replay admission is bounded per server until worker exit; duplicate options, oversized imports, stale asynchronous results and mismatched exports fail clearly. The responsive workbench keeps policy evaluation, receipt verification and handoff recording separate, and performs no real account operations.
Validation: 120 unit tests, pinned-component integration, GUI smoke and syntax checks passed. Eleven real Chromium workflows passed, including inventory preset to search to saved inspection and download at mobile width. Local browser validation used an installed Chromium revision through an evidence-only override; the hosted matrix remains the release gate.