fix(web): Board→Workflow story handoff + Insights gallery screenshot - #147
Merged
Conversation
…ts gallery shot
Two Insights-consolidation follow-ups:
- Board's ticket "Workflow" action sends the story via WM.RequestLaunchPayload("workflow", …),
but OrchestrationStudio never consumed it — the ticket→run handoff silently dropped the story
(the old Pipeline window used to consume its "pipeline" payload). Consume it on init and
prefill the run input.
- README gallery: replace the Insights text-only cell with a real screenshot
(docs/images/app-insights.png — full Aspire stack, real Keycloak login, seeded run history:
KPIs, all four charts, the "≈ $ API" estimate and budget panel visible) and drop the three
stale images of the removed apps (app-overview/app-pipeline/app-cost). Capture script added
as .shot/shot-insights.mjs (chromium-1228, logs in via the standard kc form).
Verified: Release build clean; 851 unit tests pass; dev-auth UI E2E run locally the way CI runs
it (RUN_AGENTOS_E2E=true, standalone Web :5199) — 18 passed / 0 failed.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Change description
Two follow-ups to the Insights consolidation (#145):
WM.RequestLaunchPayload("workflow", …), butOrchestrationStudionever consumed it — the handoff silently dropped the story. Now consumed on init → prefills the run input (mirrors what the removed Pipeline window did).app-insights.png(full Aspire stack, real Keycloak login, seeded history — KPIs, all 4 charts,≈ $ APIestimate, budget panel) replaces the text-only cell; the three stale images of removed apps deleted. Capture script.shot/shot-insights.mjs.Type of change
Checklist
dotnet buildRelease cleandotnet test— 851 passed / 0 failedRUN_AGENTOS_E2E=true, Web :5199) — 18 passed / 0 failedTest plan
Local dev-auth E2E green (18/0) with the payload change in the build; screenshot captured off the running full stack (login
operator→ Insights → charts populated from 22 seeded runs).