mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
refactor: remove unused command definitions from ccw-coordinator
This commit is contained in:
@@ -212,12 +212,6 @@ const commandPorts = {
|
||||
tags: ['planning', 'tdd'],
|
||||
atomic_group: 'tdd-planning-execution' // 最小单元:与 execute 绑定
|
||||
},
|
||||
'execute': {
|
||||
name: 'execute',
|
||||
input: ['tdd-tasks'],
|
||||
output: ['code'],
|
||||
tags: ['execution']
|
||||
},
|
||||
'tdd-verify': {
|
||||
name: 'tdd-verify',
|
||||
input: ['code'],
|
||||
@@ -278,12 +272,6 @@ const commandPorts = {
|
||||
tags: ['planning', 'multi-cli'],
|
||||
atomic_group: 'multi-cli-planning' // 最小单元:与 lite-execute 绑定
|
||||
},
|
||||
'plan-verify': {
|
||||
name: 'plan-verify',
|
||||
input: ['detailed-plan'],
|
||||
output: ['verified-plan'],
|
||||
tags: ['planning']
|
||||
},
|
||||
'review-session-cycle': {
|
||||
name: 'review-session-cycle',
|
||||
input: ['code', 'session'], // 可接受代码或会话
|
||||
|
||||
Reference in New Issue
Block a user