mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-28 09:23:08 +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:
@@ -48,9 +48,10 @@
|
||||
|
||||
| CLI Command | Purpose |
|
||||
|-------------|---------|
|
||||
| `ccw issue new --text '...' --json` | 从文本创建 issue |
|
||||
| `ccw issue create --data '{"title":"..."}' --json` | 从文本创建 issue |
|
||||
| `ccw issue status <id> --json` | 查看 issue 状态 |
|
||||
| `ccw issue solutions <id> --json` | 查看已绑定 solution |
|
||||
| `ccw issue solution <id> --json` | 查看单个 issue 的 solutions(需要 issue ID) |
|
||||
| `ccw issue solutions --status planned --brief` | 批量列出所有已绑定 solutions(跨 issue) |
|
||||
| `ccw issue bind <id> <sol-id>` | 绑定 solution 到 issue |
|
||||
|
||||
### Skill Capabilities
|
||||
|
||||
Reference in New Issue
Block a user