mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-01 13:23:51 +08:00
fix: correct issue CLI endpoints across team-planex, commands, and help text
- team-planex/planner: fix `ccw issue new` → `ccw issue create --data`, `solutions` → `solution` - team-planex/executor: fix `in-progress` → `executing`, `resolved` → `completed`, `solutions` → `solution` - commands/issue/convert-to-plan: fix `solutions --issue <id>` → `solution <id>` - issue-manage SKILL: add solution/solutions endpoint documentation - issue.ts help text: add missing `solutions` and `task` subcommand entries
This commit is contained in:
@@ -33,6 +33,12 @@ ccw issue task <id> --title "..." # Add task
|
||||
ccw issue bind <id> <solution-id> # Bind solution
|
||||
ccw issue update <id> --status completed # Complete & auto-archive
|
||||
|
||||
# Solution queries
|
||||
ccw issue solution <id> # List solutions for a single issue
|
||||
ccw issue solution <id> --brief # Brief: solution_id, files_touched, task_count
|
||||
ccw issue solutions # Batch list all bound solutions
|
||||
ccw issue solutions --status planned --brief # Filter by issue status
|
||||
|
||||
# Queue management
|
||||
ccw issue queue # List current queue
|
||||
ccw issue queue add <id> # Add to queue
|
||||
|
||||
Reference in New Issue
Block a user