ccg-workflow 1.7.53 → 1.7.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import cac from 'cac';
|
|
3
3
|
import ansis from 'ansis';
|
|
4
|
-
import { z as diagnoseMcpConfig, A as isWindows, B as readClaudeCodeConfig, C as fixWindowsMcpConfig, D as writeClaudeCodeConfig, r as readCcgConfig, b as initI18n, s as showMainMenu, i as init, E as configMcp, F as version, a as i18n } from './shared/ccg-workflow.
|
|
4
|
+
import { z as diagnoseMcpConfig, A as isWindows, B as readClaudeCodeConfig, C as fixWindowsMcpConfig, D as writeClaudeCodeConfig, r as readCcgConfig, b as initI18n, s as showMainMenu, i as init, E as configMcp, F as version, a as i18n } from './shared/ccg-workflow.Dkg0yRxv.mjs';
|
|
5
5
|
import 'inquirer';
|
|
6
6
|
import 'node:child_process';
|
|
7
7
|
import 'node:util';
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { c as changeLanguage, x as checkForUpdates, y as compareVersions, d as createDefaultConfig, e as createDefaultRouting, g as getCcgDir, f as getConfigPath, t as getCurrentVersion, v as getLatestVersion, j as getWorkflowById, h as getWorkflowConfigs, a as i18n, i as init, b as initI18n, l as installAceTool, m as installAceToolRs, k as installWorkflows, p as migrateToV1_4_0, q as needsMigration, r as readCcgConfig, s as showMainMenu, o as uninstallAceTool, n as uninstallWorkflows, u as update, w as writeCcgConfig } from './shared/ccg-workflow.
|
|
1
|
+
export { c as changeLanguage, x as checkForUpdates, y as compareVersions, d as createDefaultConfig, e as createDefaultRouting, g as getCcgDir, f as getConfigPath, t as getCurrentVersion, v as getLatestVersion, j as getWorkflowById, h as getWorkflowConfigs, a as i18n, i as init, b as initI18n, l as installAceTool, m as installAceToolRs, k as installWorkflows, p as migrateToV1_4_0, q as needsMigration, r as readCcgConfig, s as showMainMenu, o as uninstallAceTool, n as uninstallWorkflows, u as update, w as writeCcgConfig } from './shared/ccg-workflow.Dkg0yRxv.mjs';
|
|
2
2
|
import 'ansis';
|
|
3
3
|
import 'inquirer';
|
|
4
4
|
import 'node:child_process';
|
package/package.json
CHANGED
|
@@ -18,11 +18,11 @@ description: '初始化 OpenSpec (OPSX) 环境 + 验证多模型 MCP 工具'
|
|
|
18
18
|
- Identify OS using `uname -s` (Unix) or environment variables (Windows).
|
|
19
19
|
- Inform user which OS was detected.
|
|
20
20
|
|
|
21
|
-
2. **Check and Install OPSX**
|
|
21
|
+
2. **Check and Install OpenSpec (OPSX)**
|
|
22
22
|
- Verify if OPSX commands are available: `/opsx:version`
|
|
23
23
|
- If not installed or not found:
|
|
24
24
|
```bash
|
|
25
|
-
npm install -g @
|
|
25
|
+
npm install -g @fission-ai/openspec@latest
|
|
26
26
|
```
|
|
27
27
|
- **Path Verification**:
|
|
28
28
|
- If `/opsx:version` command is not found after installation:
|
|
@@ -66,7 +66,7 @@ description: '初始化 OpenSpec (OPSX) 环境 + 验证多模型 MCP 工具'
|
|
|
66
66
|
```
|
|
67
67
|
Component Status
|
|
68
68
|
─────────────────────────────────
|
|
69
|
-
OPSX CLI
|
|
69
|
+
OpenSpec (OPSX) CLI ✓/✗
|
|
70
70
|
Project initialized ✓/✗
|
|
71
71
|
OPSX Skills ✓/✗
|
|
72
72
|
codeagent-wrapper ✓/✗
|
|
@@ -84,8 +84,8 @@ description: '初始化 OpenSpec (OPSX) 环境 + 验证多模型 MCP 工具'
|
|
|
84
84
|
- Code Review: `/ccg:spec-review` (Independent dual-model review)
|
|
85
85
|
|
|
86
86
|
**Reference**
|
|
87
|
-
- OPSX CLI: `/opsx:help`
|
|
87
|
+
- OpenSpec (OPSX) CLI: `/opsx:help`
|
|
88
88
|
- CCG Workflow: `npx ccg-workflow`
|
|
89
89
|
- Codex/Gemini MCP: Bundled with codeagent-wrapper
|
|
90
|
-
- Node.js >= 18.x required for
|
|
90
|
+
- Node.js >= 18.x required for OpenSpec
|
|
91
91
|
<!-- CCG:SPEC:INIT:END -->
|