mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-05 16:13:08 +08:00
fix: update command references and improve documentation for workflow commands
This commit is contained in:
@@ -182,6 +182,6 @@ interface SessionsFilter {
|
||||
## Related Links
|
||||
|
||||
- [Dashboard](/features/dashboard) - Overview of all sessions with statistics
|
||||
- [Lite Tasks](/features/tasks-history) - Lite-plan and lite-fix task management
|
||||
- [Lite Tasks](/features/tasks-history) - Lite-plan and multi-cli-plan task management
|
||||
- [Terminal Dashboard](/features/terminal-dashboard) - Terminal-first session monitoring
|
||||
- [Orchestrator](/features/orchestrator) - Workflow template editor
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
**Location**: `ccw/frontend/src/pages/LiteTasksPage.tsx`
|
||||
|
||||
**Purpose**: Lite-plan and lite-fix task list page with TaskDrawer for details.
|
||||
**Purpose**: Lite-plan and multi-cli-plan task list page with TaskDrawer for details.
|
||||
|
||||
**Access**: Navigation → Lite Tasks
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
| Feature | Description |
|
||||
|---------|-------------|
|
||||
| **Type Tabs** | Switch between lite-plan, lite-fix, multi-cli-plan types |
|
||||
| **Type Tabs** | Switch between lite-plan, multi-cli-plan types |
|
||||
| **Task Cards** | Display task title, description, status, tags, progress |
|
||||
| **TaskDrawer** | Slide-over panel with full task context and synthesis |
|
||||
| **Round Synthesis** | Multi-perspective analysis results |
|
||||
@@ -34,7 +34,6 @@
|
||||
| Type | Description |
|
||||
|------|-------------|
|
||||
| **lite-plan** | Quick planning tasks |
|
||||
| **lite-fix** | Quick bug fix tasks |
|
||||
| **multi-cli-plan** | Multi-perspective planning with multiple tools |
|
||||
|
||||
### Task Status Flow
|
||||
|
||||
Reference in New Issue
Block a user