refactor(web): /workspace chat-only — strip spec mode, drop ?spec/?task params #1121
Labels
No labels
area:agents
area:dashboard
area:database
area:design
area:design-review
area:flows
area:infra
area:meta
area:security
area:sessions
area:webhook
area:workdir
security
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
Depends on
#1118 feat(web): /specs route — list + markdown editor (no AI drawer)
charles/claude-hooks
#1120 feat(web): breakdown toolbar + open-in-chat on /specs/$specName
charles/claude-hooks
Reference
charles/claude-hooks#1121
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As an operator,
I want
/workspaceto be the architect chat surface only,so that the page is focused on one job and the 1845-line
workspace.index.tsxshrinks to something maintainable.Hard break of
?spec=<name>bookmarks per operator decision 2026-05-12. Old links land on the chat page; ticket cannot regress without explicit reversal.Acceptance criteria
Route + URL contract
routes/workspace.tsxvalidateSearchkeeps onlysessionandrepo.specandtaskare dropped.routes/workspace.index.tsxrewritten to render sessions list (left pane / mobile drawer) + Transcript + Composer only. Target ≤ 700 lines.SpecEditor,saveSpec, spec-related dialogs, or spec-mode branches survive.BreakdownPreviewdrawer remains, opened only via the/breakdownslash command (unchanged).Slash commands
/spec <name>slash command navigates to/specs/$name(instead of flipping centre-pane mode). Falls back to/specsif name omitted./breakdownand/assignunchanged.WorkspaceCommandPalettetrimmed: spec-creation entries removed (those move to /specs in a separate story or are dropped if redundant).Handoff from /specs
Tests
workspace.test.tsxrewritten around chat-only surface: sessions list, transcript, composer,/specnavigates to/specs/$name,/breakdownopens drawer.?spec=<name>URL → renders chat page (no redirect, no crash).<Composer>keymap (useWorkspaceKeymap) still wired.Out of scope
/architect/*changes (none).Dependencies
/specslash command needs/specs/$nameto exist).References
docs/specs/workspace-split.md§ /workspace.