@gh-symphony/cli 0.1.4 → 0.2.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.
@@ -10,10 +10,10 @@ import {
10
10
  validateStateMapping,
11
11
  writeEcosystem,
12
12
  writeWorkflowPlan
13
- } from "./chunk-RHLUIMBN.js";
13
+ } from "./chunk-F46FTZJE.js";
14
14
  import {
15
15
  initRepoRuntime
16
- } from "./chunk-DW63WPRE.js";
16
+ } from "./chunk-C44DYDNU.js";
17
17
  import "./chunk-6I753NYO.js";
18
18
  import {
19
19
  GhAuthError,
@@ -26,7 +26,7 @@ import {
26
26
  listUserProjects,
27
27
  validateToken
28
28
  } from "./chunk-Z3NZOPLZ.js";
29
- import "./chunk-EWTMSDCE.js";
29
+ import "./chunk-Q3UEPUE3.js";
30
30
  import "./chunk-WOVNN5NW.js";
31
31
 
32
32
  // src/commands/setup.ts
@@ -16,8 +16,8 @@ function execFileAsync(file, args, execFileImpl = execFileCallback) {
16
16
  });
17
17
  }
18
18
  function resolveCurrentCliVersion() {
19
- if ("0.1.4".length > 0) {
20
- return "0.1.4";
19
+ if ("0.2.0".length > 0) {
20
+ return "0.2.0";
21
21
  }
22
22
  const pkg = JSON.parse(
23
23
  readFileSync(new URL("../../package.json", import.meta.url), "utf8")
@@ -2,7 +2,7 @@
2
2
 
3
3
  // src/commands/version.ts
4
4
  var handler = async (_args, options) => {
5
- const version = "0.1.4";
5
+ const version = "0.2.0";
6
6
  if (options.json) {
7
7
  process.stdout.write(JSON.stringify({ version }) + "\n");
8
8
  } else {
@@ -6,7 +6,7 @@ import {
6
6
  normalizeCodexRuntimeEvents,
7
7
  prepareCodexRuntimePlan,
8
8
  resolveLocalRuntimeLaunchConfig
9
- } from "./chunk-E7OCBNB2.js";
9
+ } from "./chunk-B6OHDUSH.js";
10
10
  import {
11
11
  DEFAULT_AGENT_INPUT_REQUIRED_REASON,
12
12
  classifySessionExit,
@@ -17,7 +17,7 @@ import {
17
17
  resolveClaudeCommandBinary,
18
18
  resolveWorkflowRuntimeCommand,
19
19
  runClaudePreflight
20
- } from "./chunk-EWTMSDCE.js";
20
+ } from "./chunk-Q3UEPUE3.js";
21
21
 
22
22
  // ../worker/src/index.ts
23
23
  import { spawn as spawn2 } from "child_process";
@@ -6,11 +6,12 @@ import {
6
6
  resetWorkflowCommandDependenciesForTest,
7
7
  setWorkflowCommandDependenciesForTest,
8
8
  workflow_default
9
- } from "./chunk-HT3FAJAO.js";
10
- import "./chunk-RHLUIMBN.js";
11
- import "./chunk-YIARPBOR.js";
9
+ } from "./chunk-JU3WSGMZ.js";
10
+ import "./chunk-F46FTZJE.js";
11
+ import "./chunk-CTTFIZYG.js";
12
+ import "./chunk-B6OHDUSH.js";
12
13
  import "./chunk-Z3NZOPLZ.js";
13
- import "./chunk-EWTMSDCE.js";
14
+ import "./chunk-Q3UEPUE3.js";
14
15
  import "./chunk-WOVNN5NW.js";
15
16
  export {
16
17
  workflow_default as default,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gh-symphony/cli",
3
- "version": "0.1.4",
3
+ "version": "0.2.0",
4
4
  "license": "MIT",
5
5
  "author": "hojinzs",
6
6
  "description": "Interactive CLI for GitHub Symphony orchestration",
@@ -41,13 +41,13 @@
41
41
  },
42
42
  "devDependencies": {
43
43
  "tsup": "^8.5.1",
44
- "@gh-symphony/core": "0.0.14",
45
44
  "@gh-symphony/control-plane": "0.0.15",
46
- "@gh-symphony/orchestrator": "0.0.14",
47
45
  "@gh-symphony/dashboard": "0.0.14",
46
+ "@gh-symphony/core": "0.0.14",
48
47
  "@gh-symphony/runtime-claude": "0.0.14",
49
48
  "@gh-symphony/tracker-github": "0.0.14",
50
- "@gh-symphony/worker": "0.0.14"
49
+ "@gh-symphony/worker": "0.0.14",
50
+ "@gh-symphony/orchestrator": "0.0.14"
51
51
  },
52
52
  "scripts": {
53
53
  "build": "tsup",