ccg-ros2-workflow 2.0.0 → 2.1.0
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, t as readCcgConfig, n as initI18n, u as showMainMenu, m as init, E as configMcp, F as version, l as i18n } from './shared/ccg-ros2-workflow.
|
|
4
|
+
import { z as diagnoseMcpConfig, A as isWindows, B as readClaudeCodeConfig, C as fixWindowsMcpConfig, D as writeClaudeCodeConfig, t as readCcgConfig, n as initI18n, u as showMainMenu, m as init, E as configMcp, F as version, l as i18n } from './shared/ccg-ros2-workflow.CpLJvcLP.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, a as checkForUpdates, b as compareVersions, d as createDefaultConfig, e as createDefaultRouting, g as getCcgDir, f as getConfigPath, h as getCurrentVersion, i as getLatestVersion, j as getWorkflowById, k as getWorkflowConfigs, l as i18n, m as init, n as initI18n, o as installAceTool, p as installAceToolRs, q as installWorkflows, r as migrateToV1_4_0, s as needsMigration, t as readCcgConfig, u as showMainMenu, v as uninstallAceTool, w as uninstallWorkflows, x as update, y as writeCcgConfig } from './shared/ccg-ros2-workflow.
|
|
1
|
+
export { c as changeLanguage, a as checkForUpdates, b as compareVersions, d as createDefaultConfig, e as createDefaultRouting, g as getCcgDir, f as getConfigPath, h as getCurrentVersion, i as getLatestVersion, j as getWorkflowById, k as getWorkflowConfigs, l as i18n, m as init, n as initI18n, o as installAceTool, p as installAceToolRs, q as installWorkflows, r as migrateToV1_4_0, s as needsMigration, t as readCcgConfig, u as showMainMenu, v as uninstallAceTool, w as uninstallWorkflows, x as update, y as writeCcgConfig } from './shared/ccg-ros2-workflow.CpLJvcLP.mjs';
|
|
2
2
|
import 'ansis';
|
|
3
3
|
import 'inquirer';
|
|
4
4
|
import 'node:child_process';
|
|
@@ -10,7 +10,7 @@ import i18next from 'i18next';
|
|
|
10
10
|
import ora from 'ora';
|
|
11
11
|
import { parse, stringify } from 'smol-toml';
|
|
12
12
|
|
|
13
|
-
const version = "2.
|
|
13
|
+
const version = "2.1.0";
|
|
14
14
|
|
|
15
15
|
function isWindows() {
|
|
16
16
|
return process.platform === "win32";
|
|
@@ -411,6 +411,50 @@ const WORKFLOW_CONFIGS = [
|
|
|
411
411
|
order: 34,
|
|
412
412
|
description: "\u53CC\u6A21\u578B\u4EA4\u53C9\u5BA1\u67E5 \u2192 Critical \u5FC5\u987B\u4FEE\u590D \u2192 \u5141\u8BB8\u5F52\u6863",
|
|
413
413
|
descriptionEn: "Multi-model compliance review before archiving"
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
id: "team-research",
|
|
417
|
+
name: "Teams \u9700\u6C42\u7814\u7A76",
|
|
418
|
+
nameEn: "Agent Teams Research",
|
|
419
|
+
category: "team",
|
|
420
|
+
commands: ["team-research"],
|
|
421
|
+
defaultSelected: true,
|
|
422
|
+
order: 40,
|
|
423
|
+
description: "\u5E76\u884C\u63A2\u7D22\u4EE3\u7801\u5E93\uFF0C\u4EA7\u51FA\u7EA6\u675F\u96C6\uFF08Codex\u5E95\u5C42 + Gemini\u4E0A\u5C42\u540C\u65F6\u8FD0\u884C\uFF09",
|
|
424
|
+
descriptionEn: "Parallel codebase exploration, output constraint sets (Codex + Gemini)"
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
id: "team-plan",
|
|
428
|
+
name: "Teams \u96F6\u51B3\u7B56\u89C4\u5212",
|
|
429
|
+
nameEn: "Agent Teams Plan",
|
|
430
|
+
category: "team",
|
|
431
|
+
commands: ["team-plan"],
|
|
432
|
+
defaultSelected: true,
|
|
433
|
+
order: 41,
|
|
434
|
+
description: "\u53CC\u6A21\u578B\u5E76\u884C\u5206\u6790\uFF0C\u4EA7\u51FA Builder \u53EF\u673A\u68B0\u6267\u884C\u7684\u8BE6\u7EC6\u8BA1\u5212",
|
|
435
|
+
descriptionEn: "Dual-model parallel analysis, output zero-decision execution plan"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
id: "team-exec",
|
|
439
|
+
name: "Teams \u5E76\u884C\u5B9E\u65BD",
|
|
440
|
+
nameEn: "Agent Teams Exec",
|
|
441
|
+
category: "team",
|
|
442
|
+
commands: ["team-exec"],
|
|
443
|
+
defaultSelected: true,
|
|
444
|
+
order: 42,
|
|
445
|
+
description: "\u8BFB\u53D6\u8BA1\u5212\u6587\u4EF6\uFF0Cspawn Builder teammates \u5E76\u884C\u5199\u4EE3\u7801\uFF08\u9700\u542F\u7528 Agent Teams\uFF09",
|
|
446
|
+
descriptionEn: "Read plan file, spawn Builder teammates for parallel implementation"
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
id: "team-review",
|
|
450
|
+
name: "Teams \u4EA4\u53C9\u5BA1\u67E5",
|
|
451
|
+
nameEn: "Agent Teams Review",
|
|
452
|
+
category: "team",
|
|
453
|
+
commands: ["team-review"],
|
|
454
|
+
defaultSelected: true,
|
|
455
|
+
order: 43,
|
|
456
|
+
description: "\u53CC\u6A21\u578B\u4EA4\u53C9\u5BA1\u67E5\u5E76\u884C\u5B9E\u65BD\u4EA7\u51FA\uFF0C\u5206\u7EA7\u5904\u7406 Critical/Warning/Info",
|
|
457
|
+
descriptionEn: "Dual-model cross-review of parallel implementation output"
|
|
414
458
|
}
|
|
415
459
|
];
|
|
416
460
|
function getWorkflowConfigs() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccg-ros2-workflow",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"description": "ROS2 Multi-Model Collaborative Development Workflow - Codex (Low-level Control) + Gemini (Upper-layer Application) + Claude (Orchestration)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"packageManager": "pnpm@10.17.1",
|