mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-11 02:33:51 +08:00
feat: 添加更新命令以修改问题字段(状态、优先级、标题等)
This commit is contained in:
@@ -338,7 +338,8 @@ console.log(`
|
||||
Next: \`/issue:execute\`
|
||||
`);
|
||||
|
||||
// Update issue statuses via CLI
|
||||
// Update issue statuses via CLI (use `update` for pure field changes)
|
||||
// Note: `queue add` has its own logic; here we only need status update
|
||||
for (const issueId of summary.issues_queued) {
|
||||
Bash(`ccw issue update ${issueId} --status queued`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user