@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.
@@ -3,13 +3,14 @@ import {
3
3
  parseIssueReference,
4
4
  readGitHubProjectBinding,
5
5
  renderIssueWorkflowPreview
6
- } from "./chunk-NESHTYXQ.js";
7
- import "./chunk-2YF7PQUC.js";
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-HQ7A3C7K.js";
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-WCOIVNHH.js";
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-S6YSZPQT.js"),
418
- setup: () => import("./setup-UBHOMXUG.js"),
419
- doctor: () => import("./doctor-2AXHIEAP.js"),
420
- upgrade: () => import("./upgrade-355SQJ5P.js"),
421
- repo: () => import("./repo-SUXYT4OK.js"),
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-4ILSDZQH.js")
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");