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:
@@ -5,8 +5,8 @@
|
||||
## 命令注册表集成
|
||||
|
||||
```javascript
|
||||
// 从 ./tools/command-registry.js 按需提取命令元数据
|
||||
const CommandRegistry = require('./tools/command-registry.js');
|
||||
// 从 ./tools/command-registry.cjs 按需提取命令元数据
|
||||
const CommandRegistry = require('./tools/command-registry.cjs');
|
||||
const registry = new CommandRegistry();
|
||||
|
||||
// 只提取当前任务链中的命令
|
||||
|
||||
Reference in New Issue
Block a user