First-run: remove setup banner, Myra offers workbench templates - #275
Merged
Conversation
5 tasks
Mounts the real shell with the legacy session flag set and asserts the "still setting up in the background" note can no longer render, so a stale browser tab can't bring it back either.
It fires at exactly the moment someone is forming a first impression of a fresh workbench, and draws attention to internal plumbing they never asked about. The note carried no retry action and nothing was ever waiting on it, so removing it costs nothing: the session flag, its poll, and its markup all go with it.
…ates Pins the new opener content to titles read live off @corbits/workflow-catalog rather than a frozen string, and to the absence of "I'll set up/spin up" phrasing Myra can't back with a real tool. Also proves the new-workbench picker offers "Research & due diligence" as a real, selectable row once the bench's library serves it, alongside the existing "Code review" row.
TheGreatAxios
force-pushed
the
cl-myra-offers-prefabs
branch
from
August 22, 2026 02:32
4a92330 to
d4bd448
Compare
The generic "what should we dig into first?" opener left a person with nothing concrete to grab. It now names the templates a new workbench can actually be created from — Code review and Research & due diligence — reading their titles straight off @corbits/workflow-catalog so the greeting never drifts from what's really shipped. Go-to-market stays unnamed: its crm/collateral participants have no agent-request resolver yet, so offering it would be a promise the create flow can't keep. Research & due diligence also joins the new-workbench picker's row catalog (it was already fully wired end to end via Scout's participant resolver, just never listed), so naming it in the greeting is never a dead end.
TheGreatAxios
force-pushed
the
cl-myra-offers-prefabs
branch
from
August 22, 2026 02:36
d4bd448 to
e069b70
Compare
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
SetupProgressNote, CL-6462) outright — no retry action, nothing was ever waiting on it, and it fired at exactly the moment a person forms their first impression. Component, session-flag/poll plumbing, and CSS all deleted, not just hidden.@corbits/workflow-catalog'sworkbenchTemplate(), never copied, so a catalog rename needs no greeting edit. "Go to market" stays unnamed since its participants have no agent-request resolver yet — naming it would be a promise the create flow can't keep.Test plan
packages/chat:bun test(646 pass) +bun run typecheckapps/web:bun run test(834 pass) +bun run typecheckpackages/workflow-catalog:bun test(94 pass) +bun run typecheckbun run check:structuralbunx prettier --writeon all changed filesLinear: CL-6562