@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.
- package/README.md +19 -0
- package/dist/{chunk-E7OCBNB2.js → chunk-B6OHDUSH.js} +1 -1
- package/dist/{chunk-DW63WPRE.js → chunk-C44DYDNU.js} +12 -1
- package/dist/{repo-IH6UWE4H.js → chunk-CTTFIZYG.js} +5391 -6261
- package/dist/{chunk-RHLUIMBN.js → chunk-F46FTZJE.js} +17 -1
- package/dist/{chunk-HT3FAJAO.js → chunk-JU3WSGMZ.js} +77 -8
- package/dist/{chunk-EWTMSDCE.js → chunk-Q3UEPUE3.js} +4 -0
- package/dist/{doctor-I32MANQ4.js → doctor-JPNA7OCD.js} +5 -4
- package/dist/index.js +6 -6
- package/dist/repo-OJLSMOR3.js +2693 -0
- package/dist/{setup-UJC2WYHQ.js → setup-PD27LSPP.js} +3 -3
- package/dist/{upgrade-XYHCUGHT.js → upgrade-HRI3KEO7.js} +2 -2
- package/dist/{version-B2AYYGLM.js → version-JSBTKS6Q.js} +1 -1
- package/dist/worker-entry.js +2 -2
- package/dist/{workflow-WSXHMO5B.js → workflow-KB3TX5Z4.js} +5 -4
- package/package.json +4 -4
- package/dist/chunk-YIARPBOR.js +0 -1648
|
@@ -10,10 +10,10 @@ import {
|
|
|
10
10
|
validateStateMapping,
|
|
11
11
|
writeEcosystem,
|
|
12
12
|
writeWorkflowPlan
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-F46FTZJE.js";
|
|
14
14
|
import {
|
|
15
15
|
initRepoRuntime
|
|
16
|
-
} from "./chunk-
|
|
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-
|
|
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.
|
|
20
|
-
return "0.
|
|
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")
|
package/dist/worker-entry.js
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
normalizeCodexRuntimeEvents,
|
|
7
7
|
prepareCodexRuntimePlan,
|
|
8
8
|
resolveLocalRuntimeLaunchConfig
|
|
9
|
-
} from "./chunk-
|
|
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-
|
|
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-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
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-
|
|
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.
|
|
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",
|