@gh-symphony/cli 0.1.3 → 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-PEZUBHWJ.js → chunk-B6OHDUSH.js} +76 -8
- package/dist/{chunk-PG332ZS4.js → chunk-C44DYDNU.js} +12 -1
- package/dist/{repo-SUXYT4OK.js → chunk-CTTFIZYG.js} +5393 -6264
- package/dist/{chunk-2YF7PQUC.js → chunk-F46FTZJE.js} +17 -1
- package/dist/{chunk-NESHTYXQ.js → chunk-JU3WSGMZ.js} +77 -8
- package/dist/{chunk-WCOIVNHH.js → chunk-Q3UEPUE3.js} +3158 -224
- package/dist/{doctor-2AXHIEAP.js → doctor-JPNA7OCD.js} +5 -4
- package/dist/index.js +6 -6
- package/dist/repo-OJLSMOR3.js +2693 -0
- package/dist/{setup-UBHOMXUG.js → setup-PD27LSPP.js} +3 -3
- package/dist/{upgrade-355SQJ5P.js → upgrade-HRI3KEO7.js} +2 -2
- package/dist/{version-4ILSDZQH.js → version-JSBTKS6Q.js} +1 -1
- package/dist/worker-entry.js +43 -3
- package/dist/{workflow-S6YSZPQT.js → workflow-KB3TX5Z4.js} +5 -4
- package/package.json +4 -4
- package/dist/chunk-HQ7A3C7K.js +0 -1648
|
@@ -3,13 +3,14 @@ import {
|
|
|
3
3
|
parseIssueReference,
|
|
4
4
|
readGitHubProjectBinding,
|
|
5
5
|
renderIssueWorkflowPreview
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-JU3WSGMZ.js";
|
|
7
|
+
import "./chunk-F46FTZJE.js";
|
|
8
8
|
import {
|
|
9
9
|
fetchGithubProjectIssueByRepositoryAndNumber,
|
|
10
10
|
fetchGithubProjectIssues,
|
|
11
11
|
inspectManagedProjectSelection
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-CTTFIZYG.js";
|
|
13
|
+
import "./chunk-B6OHDUSH.js";
|
|
13
14
|
import {
|
|
14
15
|
resolveRuntimeRoot
|
|
15
16
|
} from "./chunk-6I753NYO.js";
|
|
@@ -34,7 +35,7 @@ import {
|
|
|
34
35
|
resolveClaudeCommandBinary,
|
|
35
36
|
resolveRuntimeCommandBinary,
|
|
36
37
|
runClaudePreflight
|
|
37
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-Q3UEPUE3.js";
|
|
38
39
|
import "./chunk-WOVNN5NW.js";
|
|
39
40
|
|
|
40
41
|
// src/commands/doctor.ts
|
package/dist/index.js
CHANGED
|
@@ -414,13 +414,13 @@ function createRemovedCommandHandler(message) {
|
|
|
414
414
|
|
|
415
415
|
// src/index.ts
|
|
416
416
|
var COMMANDS = {
|
|
417
|
-
workflow: () => import("./workflow-
|
|
418
|
-
setup: () => import("./setup-
|
|
419
|
-
doctor: () => import("./doctor-
|
|
420
|
-
upgrade: () => import("./upgrade-
|
|
421
|
-
repo: () => import("./repo-
|
|
417
|
+
workflow: () => import("./workflow-KB3TX5Z4.js"),
|
|
418
|
+
setup: () => import("./setup-PD27LSPP.js"),
|
|
419
|
+
doctor: () => import("./doctor-JPNA7OCD.js"),
|
|
420
|
+
upgrade: () => import("./upgrade-HRI3KEO7.js"),
|
|
421
|
+
repo: () => import("./repo-OJLSMOR3.js"),
|
|
422
422
|
config: () => import("./config-cmd-2ADPUYWA.js"),
|
|
423
|
-
version: () => import("./version-
|
|
423
|
+
version: () => import("./version-JSBTKS6Q.js")
|
|
424
424
|
};
|
|
425
425
|
function addGlobalOptions(command) {
|
|
426
426
|
return command.option("--config <dir>", "Config directory").addOption(new Option("--config-dir <dir>").hideHelp()).option("-v, --verbose", "Enable verbose output").option("--json", "Output in JSON format").option("--no-color", "Disable color output");
|