ccg-workflow 1.7.62 → 1.7.64
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/README.md
CHANGED
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.uL7qqFdf.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.uL7qqFdf.mjs';
|
|
2
2
|
import 'ansis';
|
|
3
3
|
import 'inquirer';
|
|
4
4
|
import 'node:child_process';
|
package/package.json
CHANGED
|
@@ -43,10 +43,14 @@ description: '初始化 OpenSpec (OPSX) 环境 + 验证多模型 MCP 工具'
|
|
|
43
43
|
```bash
|
|
44
44
|
ls -la openspec/ .claude/skills/openspec-* 2>/dev/null || echo "Not initialized"
|
|
45
45
|
```
|
|
46
|
-
- If not initialized, run:
|
|
46
|
+
- If not initialized, run interactive setup (v1.2+ auto-detects AI tools):
|
|
47
47
|
```bash
|
|
48
|
-
npx @fission-ai/openspec init
|
|
48
|
+
npx @fission-ai/openspec init
|
|
49
49
|
```
|
|
50
|
+
- **Profile Selection** (v1.2+):
|
|
51
|
+
- `core` profile (default): 4 essential workflows (`propose`, `explore`, `apply`, `archive`)
|
|
52
|
+
- `custom` profile: Pick any subset of workflows
|
|
53
|
+
- To change profile later: `openspec config profile`
|
|
50
54
|
- Verify initialization:
|
|
51
55
|
- Check `openspec/` directory exists
|
|
52
56
|
- Check `.claude/skills/` contains `openspec-*` skills
|
|
@@ -99,7 +103,7 @@ description: '初始化 OpenSpec (OPSX) 环境 + 验证多模型 MCP 工具'
|
|
|
99
103
|
|
|
100
104
|
**Reference**
|
|
101
105
|
- OpenSpec (OPSX) CLI: `npx @fission-ai/openspec --help`
|
|
102
|
-
-
|
|
106
|
+
- Profile Management: `openspec config profile`
|
|
103
107
|
- CCG Workflow: `npx ccg-workflow`
|
|
104
108
|
- Codex/Gemini MCP: Bundled with codeagent-wrapper
|
|
105
109
|
- Node.js >= 18.x required for OpenSpec
|
|
@@ -11,7 +11,7 @@ description: '双模型交叉审查(独立工具,随时可用)'
|
|
|
11
11
|
**Guardrails**
|
|
12
12
|
- **MANDATORY**: Both Codex AND Gemini must complete review before synthesis.
|
|
13
13
|
- Review scope is strictly limited to the proposal's changes—no scope creep.
|
|
14
|
-
- Refer to `openspec/
|
|
14
|
+
- Refer to `openspec/config.yaml` for project conventions when reviewing OpenSpec proposals.
|
|
15
15
|
|
|
16
16
|
**Steps**
|
|
17
17
|
1. **Select Proposal**
|