fix: update command references and improve documentation for workflow commands

This commit is contained in:
catlog22
2026-03-04 14:11:15 +08:00
parent fb0f56bfc0
commit b203ada9c5
16 changed files with 50 additions and 83 deletions

View File

@@ -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

View File

@@ -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