ccgx-workflow 1.0.6 → 1.0.8

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 { d as diagnoseMcpConfig, i as isWindows, r as readClaudeCodeConfig, f as fixWindowsMcpConfig, w as writeClaudeCodeConfig, a as readCcgConfig, b as initI18n, c as i18n, s as showMainMenu, e as init, g as configMcp, v as version } from './shared/ccgx-workflow.BrRMgXjP.mjs';
4
+ import { d as diagnoseMcpConfig, i as isWindows, r as readClaudeCodeConfig, f as fixWindowsMcpConfig, w as writeClaudeCodeConfig, a as readCcgConfig, b as initI18n, c as i18n, s as showMainMenu, e as init, g as configMcp, v as version } from './shared/ccgx-workflow.Do8kaPtk.mjs';
5
5
  import { execSync } from 'node:child_process';
6
6
  import 'inquirer';
7
7
  import 'ora';
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
- import { h as collectSkills } from './shared/ccgx-workflow.BrRMgXjP.mjs';
2
- export { j as changeLanguage, F as checkForUpdates, H as collectInvocableSkills, G as compareVersions, l as createDefaultConfig, m as createDefaultRouting, I as generateCommandContent, n as getCcgDir, o as getConfigPath, D as getCurrentVersion, E as getLatestVersion, q as getWorkflowById, p as getWorkflowConfigs, c as i18n, e as init, b as initI18n, x as installAceTool, y as installAceToolRs, J as installSkillCommands, t as installWorkflows, B as migrateToV1_4_0, C as needsMigration, K as parseFrontmatter, a as readCcgConfig, s as showMainMenu, A as uninstallAceTool, z as uninstallWorkflows, u as update, k as writeCcgConfig } from './shared/ccgx-workflow.BrRMgXjP.mjs';
1
+ import { h as collectSkills, j as resolvePluginBashCommand } from './shared/ccgx-workflow.Do8kaPtk.mjs';
2
+ export { k as changeLanguage, G as checkForUpdates, I as collectInvocableSkills, H as compareVersions, m as createDefaultConfig, n as createDefaultRouting, J as generateCommandContent, o as getCcgDir, p as getConfigPath, E as getCurrentVersion, F as getLatestVersion, t as getWorkflowById, q as getWorkflowConfigs, c as i18n, e as init, b as initI18n, y as installAceTool, z as installAceToolRs, K as installSkillCommands, x as installWorkflows, C as migrateToV1_4_0, D as needsMigration, L as parseFrontmatter, a as readCcgConfig, s as showMainMenu, B as uninstallAceTool, A as uninstallWorkflows, u as update, l as writeCcgConfig } from './shared/ccgx-workflow.Do8kaPtk.mjs';
3
3
  import { existsSync, readFileSync, mkdirSync, writeFileSync, statSync, readdirSync } from 'node:fs';
4
4
  import { join, dirname } from 'node:path';
5
5
  import { homedir } from 'node:os';
@@ -834,9 +834,7 @@ const ROUTING_SCHEMA_VERSION = "4.2.0";
834
834
 
835
835
  const CCG_PROMPT_BASE$1 = "~/.claude/.ccg/prompts";
836
836
  function buildBashDirectCommand(plugin) {
837
- const vendor = plugin === "codex" ? "openai-codex" : "google-gemini";
838
- const scriptName = `${plugin}-companion.mjs`;
839
- return `node "$(ls ~/.claude/plugins/cache/${vendor}/${plugin}/*/scripts/${scriptName} | head -1)" task -p "<PROMPT>" --json`;
837
+ return resolvePluginBashCommand(plugin);
840
838
  }
841
839
  function planVerifyWave(tier, layer, plugins, options = {}) {
842
840
  if (!["fast", "triple", "debate"].includes(tier)) {
@@ -13,7 +13,7 @@ import { join as join$2 } from 'node:path/posix';
13
13
  import { join as join$1 } from 'node:path';
14
14
  import i18next from 'i18next';
15
15
 
16
- const version = "1.0.6";
16
+ const version = "1.0.8";
17
17
 
18
18
  function cmd(id, order, category, name, nameEn, description, descriptionEn, cmdOverride) {
19
19
  return {
@@ -5230,4 +5230,4 @@ async function uninstallCCometixLine() {
5230
5230
  }
5231
5231
  }
5232
5232
 
5233
- export { uninstallAceTool as A, migrateToV1_4_0 as B, needsMigration as C, getCurrentVersion as D, getLatestVersion as E, checkForUpdates as F, compareVersions as G, collectInvocableSkills as H, generateCommandContent as I, installSkillCommands as J, parseFrontmatter as K, readCcgConfig as a, initI18n as b, i18n as c, diagnoseMcpConfig as d, init as e, fixWindowsMcpConfig as f, configMcp as g, collectSkills as h, isWindows as i, changeLanguage as j, writeCcgConfig as k, createDefaultConfig as l, createDefaultRouting as m, getCcgDir as n, getConfigPath as o, getWorkflowConfigs as p, getWorkflowById as q, readClaudeCodeConfig as r, showMainMenu as s, installWorkflows as t, update as u, version as v, writeClaudeCodeConfig as w, installAceTool as x, installAceToolRs as y, uninstallWorkflows as z };
5233
+ export { uninstallWorkflows as A, uninstallAceTool as B, migrateToV1_4_0 as C, needsMigration as D, getCurrentVersion as E, getLatestVersion as F, checkForUpdates as G, compareVersions as H, collectInvocableSkills as I, generateCommandContent as J, installSkillCommands as K, parseFrontmatter as L, readCcgConfig as a, initI18n as b, i18n as c, diagnoseMcpConfig as d, init as e, fixWindowsMcpConfig as f, configMcp as g, collectSkills as h, isWindows as i, resolvePluginBashCommand as j, changeLanguage as k, writeCcgConfig as l, createDefaultConfig as m, createDefaultRouting as n, getCcgDir as o, getConfigPath as p, getWorkflowConfigs as q, readClaudeCodeConfig as r, showMainMenu as s, getWorkflowById as t, update as u, version as v, writeClaudeCodeConfig as w, installWorkflows as x, installAceTool as y, installAceToolRs as z };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccgx-workflow",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "description": "Multi-model orchestration for Claude Code. Codex + Gemini parallel collaboration with fresh-context subagent protocols, OS-level process isolation, and Plan-Critic-Verify quality tiers. Successor to ccg-workflow.",
5
5
  "type": "module",
6
6
  "packageManager": "pnpm@10.17.1",