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:
catlog22
2026-02-16 12:43:58 +08:00
parent de3dd044b9
commit cffeece220
5 changed files with 18 additions and 9 deletions

View File

@@ -55,7 +55,7 @@ Converts various planning artifact formats into issue workflow solutions with in
| Get issue | `ccw issue status <id> --json` | Read issues.jsonl directly |
| Create issue | `ccw issue init <id> --title "..."` | Write to issues.jsonl |
| Bind solution | `ccw issue bind <id> <sol-id>` | Edit issues.jsonl |
| List solutions | `ccw issue solutions --issue <id> --brief` | Read solutions/*.jsonl |
| List solutions | `ccw issue solution <id> --brief` | Read solutions/*.jsonl |
## Solution Schema Reference