feat(workspace): chat-first auth workspace boot#70
Open
hachej wants to merge 1 commit into
Open
Conversation
Implements the unified chat-first workspace boot beads: default workspace creation, chat submit interception seams, non-blocking workspace warmup, local workbench readiness overlay, structured WORKSPACE_NOT_READY tool results, friendly chat/tool status rendering, e2e coverage, and docs.\n\nReviewed by Gemini/Claude reviewers: SHIP.\n\nValidation previously run in main worktree before migration:\n- pnpm --filter @hachej/boring-core test src/app/front/__tests__/CoreWorkspaceAgentFront.test.tsx\n- pnpm --filter @hachej/boring-workspace test src/app/front/__tests__/WorkspaceBackgroundBoot.test.tsx src/app/front/__tests__/WorkspaceAgentFront.test.tsx src/app/front/__tests__/WorkspaceBootGate.test.tsx\n- pnpm --filter @hachej/boring-agent test src/server/catalog/__tests__/mergeTools.test.ts src/server/__tests__/registerAgentRoutes.test.ts src/front/__tests__/toolRenderers.test.tsx src/front/__tests__/ChatPanel.test.tsx src/front/pi/__tests__/piChatProjection.test.ts\n- pnpm --filter @hachej/boring-core run typecheck\n- pnpm --filter @hachej/boring-workspace run typecheck\n\nBeads: boring-ui-v2-reorg-edcw, boring-ui-v2-reorg-rc6o, boring-ui-v2-reorg-7tvg, boring-ui-v2-reorg-31w6, boring-ui-v2-reorg-iitg, boring-ui-v2-reorg-ix20, boring-ui-v2-reorg-uvjh, boring-ui-v2-reorg-8jx1, boring-ui-v2-reorg-bxzy, boring-ui-v2-reorg-60da
7fb0eb6 to
3da2181
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
Reviews
Validation
Previously run in the original main worktree before moving this implementation into .worktrees/chat-first-auth-workspace-boot:
Note: rerunning tests from the new worktree currently needs dependencies installed in that worktree; pnpm reported missing node_modules there.