ccg-workflow 1.7.40 → 1.7.43
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/bin/codeagent-wrapper-darwin-amd64 +0 -0
- package/bin/codeagent-wrapper-darwin-arm64 +0 -0
- package/bin/codeagent-wrapper-linux-amd64 +0 -0
- package/bin/codeagent-wrapper-linux-arm64 +0 -0
- package/bin/codeagent-wrapper-windows-amd64.exe +0 -0
- package/bin/codeagent-wrapper-windows-arm64.exe +0 -0
- package/dist/cli.mjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/shared/{ccg-workflow.CaoBhCTX.mjs → ccg-workflow.B8AYx_UQ.mjs} +1 -1
- package/package.json +27 -2
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
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.B8AYx_UQ.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.B8AYx_UQ.mjs';
|
|
2
2
|
import 'ansis';
|
|
3
3
|
import 'inquirer';
|
|
4
4
|
import 'node:child_process';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccg-workflow",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.43",
|
|
4
4
|
"description": "Claude-Codex-Gemini 多模型协作系统 - 智能路由多模型开发工作流",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"packageManager": "pnpm@10.17.1",
|
|
@@ -27,7 +27,32 @@
|
|
|
27
27
|
"files": [
|
|
28
28
|
"bin",
|
|
29
29
|
"dist",
|
|
30
|
-
"templates"
|
|
30
|
+
"templates/commands/analyze.md",
|
|
31
|
+
"templates/commands/backend.md",
|
|
32
|
+
"templates/commands/clean-branches.md",
|
|
33
|
+
"templates/commands/commit.md",
|
|
34
|
+
"templates/commands/debug.md",
|
|
35
|
+
"templates/commands/enhance.md",
|
|
36
|
+
"templates/commands/execute.md",
|
|
37
|
+
"templates/commands/feat.md",
|
|
38
|
+
"templates/commands/frontend.md",
|
|
39
|
+
"templates/commands/init.md",
|
|
40
|
+
"templates/commands/optimize.md",
|
|
41
|
+
"templates/commands/plan.md",
|
|
42
|
+
"templates/commands/review.md",
|
|
43
|
+
"templates/commands/rollback.md",
|
|
44
|
+
"templates/commands/test.md",
|
|
45
|
+
"templates/commands/workflow.md",
|
|
46
|
+
"templates/commands/worktree.md",
|
|
47
|
+
"templates/commands/agents/",
|
|
48
|
+
"templates/prompts/codex/",
|
|
49
|
+
"templates/prompts/gemini/analyzer.md",
|
|
50
|
+
"templates/prompts/gemini/debugger.md",
|
|
51
|
+
"templates/prompts/gemini/frontend.md",
|
|
52
|
+
"templates/prompts/gemini/optimizer.md",
|
|
53
|
+
"templates/prompts/gemini/reviewer.md",
|
|
54
|
+
"templates/prompts/gemini/tester.md",
|
|
55
|
+
"templates/prompts/claude/"
|
|
31
56
|
],
|
|
32
57
|
"scripts": {
|
|
33
58
|
"dev": "tsx src/cli.ts",
|