Open
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…+ shadcn dependencies and update build config
…S foundation with shadcn dark theme
…tions Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…umentation structure and update agent definitions
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…d shadcn/ui primitive components
Add 5 Radix UI wrapper components (dropdown-menu, dialog, tabs, scroll-area, tooltip) with cn() utility, data-slot attributes, compound exports, and animation classes. React 19 compatible (no forwardRef). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ed interactive UI components
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…t with horizontal/vertical orientations
Convert App.jsx, PaneContainer.jsx, TabBar.jsx, Sidebar.jsx to use Tailwind utility classes and shadcn/ui Button component. Switch main.jsx CSS import from App.css to globals.css. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…omponents to Tailwind
Convert WelcomeScreen, FileExplorer, CommandList to use Tailwind utility classes and shadcn/ui components (Card, Button, Input, ScrollArea). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Convert TerminalPane to use Tailwind utility classes and shadcn/ui Button component. useTerminal.js unchanged (no CSS dependencies). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
TerminalPane: add Badge component showing 'Claude' (info variant) or 'Terminal' (secondary variant) based on pane config. Shortened ptyId display to 8 chars for cleaner header. useTerminal: update xterm THEME neutral tones (background, foreground, cursor, selection, black/white/brightBlack/brightWhite) to align with shadcn dark oklch neutral scale. ANSI colors kept vibrant. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Convert EditorPanel to use Tailwind utility classes with cn() for conditional class merging. CodeMirror integration preserved. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Convert InputArea, Settings, ErrorBoundary to use Tailwind utility classes and shadcn/ui components (Button, Input). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ity components to Tailwind
All components now use Tailwind utility classes via globals.css. The BEM-based App.css is no longer imported or needed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add WorkflowScanner class to main process for reading workflow definitions, step content, progress tracking, and project scaffolding. Expose all workflow APIs through preload bridge with workflow: namespace. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…nnels and WorkflowScanner
Create useWorkflow hook for workflow IPC state management, WorkflowPanel component for timeline overview and step detail views, integrate into App.jsx pane system with toggle button and Ctrl+Shift+W shortcut. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…k and WorkflowPanel with App.jsx integration
WorkflowTimeline renders workflow steps using the Timeline component with status-based variants. WorkflowStepDetail shows step content with edit/save functionality and simple markdown rendering. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…eline and WorkflowStepDetail components
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
Changes
Tailwind Migration (Waves 1-3)
Workflow System (Waves 4-5)
Test plan
npm run buildpassesnpm run devstarts without errors🤖 Generated with Claude Code