mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-14 02:42:04 +08:00
refactor: Rename command-registry.js to command-registry.cjs and update references
This commit is contained in:
@@ -299,7 +299,7 @@ node tools/chain-validate.js plan execute test-cycle-execute
|
||||
|
||||
### 工具位置
|
||||
|
||||
位置: `tools/command-registry.js` (skill 内置)
|
||||
位置: `tools/command-registry.cjs` (skill 内置)
|
||||
|
||||
### 工作模式
|
||||
|
||||
@@ -324,7 +324,7 @@ const commandMeta = registry.getCommands(commandNames);
|
||||
在 action-command-execute 中自动集成:
|
||||
|
||||
```javascript
|
||||
const CommandRegistry = require('./tools/command-registry.js');
|
||||
const CommandRegistry = require('./tools/command-registry.cjs');
|
||||
const registry = new CommandRegistry();
|
||||
|
||||
// 只提取任务链中的命令
|
||||
|
||||
Reference in New Issue
Block a user