@scheduler-systems/gal-run 0.0.256 → 0.0.258

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.
Files changed (2) hide show
  1. package/dist/index.cjs +5 -8
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -3970,7 +3970,7 @@ var cliVersion, defaultApiUrl, BUILD_CONSTANTS, constants_default;
3970
3970
  var init_constants = __esm({
3971
3971
  "src/constants.ts"() {
3972
3972
  "use strict";
3973
- cliVersion = true ? "0.0.256" : "0.0.0-dev";
3973
+ cliVersion = true ? "0.0.258" : "0.0.0-dev";
3974
3974
  defaultApiUrl = true ? "https://api.gal.run" : "http://localhost:3000";
3975
3975
  BUILD_CONSTANTS = Object.freeze([cliVersion, defaultApiUrl]);
3976
3976
  constants_default = BUILD_CONSTANTS;
@@ -4812,7 +4812,7 @@ function detectEnvironment() {
4812
4812
  return "dev";
4813
4813
  }
4814
4814
  try {
4815
- const version = true ? "0.0.256" : void 0;
4815
+ const version = true ? "0.0.258" : void 0;
4816
4816
  if (version && version.includes("-local")) {
4817
4817
  return "dev";
4818
4818
  }
@@ -5181,7 +5181,7 @@ function getId() {
5181
5181
  }
5182
5182
  function getCliVersion() {
5183
5183
  try {
5184
- return true ? "0.0.256" : "0.0.0-dev";
5184
+ return true ? "0.0.258" : "0.0.0-dev";
5185
5185
  } catch {
5186
5186
  return "0.0.0-dev";
5187
5187
  }
@@ -7731,12 +7731,11 @@ var init_feature_flags2 = __esm({
7731
7731
  init_src();
7732
7732
  COMMAND_CATEGORIES = {
7733
7733
  // Core convenience package (always visible)
7734
- core: ["auth", "sync", "mcp", "feedback", "update", "hooks", "status", "discover", "approve", "workspace", "scan", "memory"],
7734
+ core: ["auth", "sync", "mcp", "feedback", "update", "hooks", "status", "discover", "approve", "propose", "workspace", "fetch", "join", "scan", "memory"],
7735
7735
  // Internal development commands (requires admin org membership or GAL_INTERNAL=true)
7736
7736
  internal: [
7737
7737
  "admin",
7738
7738
  "agent",
7739
- "propose",
7740
7739
  "agent-session",
7741
7740
  "audit",
7742
7741
  "check",
@@ -7745,11 +7744,9 @@ var init_feature_flags2 = __esm({
7745
7744
  "distribute",
7746
7745
  "docs",
7747
7746
  "enforce",
7748
- "fetch",
7749
7747
  "flags",
7750
7748
  "fleet",
7751
7749
  "headless",
7752
- "join",
7753
7750
  "maintain",
7754
7751
  "protect",
7755
7752
  "quality",
@@ -53380,7 +53377,7 @@ var init_index = __esm({
53380
53377
  });
53381
53378
 
53382
53379
  // src/bootstrap.ts
53383
- var cliVersion10 = true ? "0.0.256" : "0.0.0-dev";
53380
+ var cliVersion10 = true ? "0.0.258" : "0.0.0-dev";
53384
53381
  var args = process.argv.slice(2);
53385
53382
  var requestedGlobalHelp = args.length === 1 && (args[0] === "--help" || args[0] === "-h");
53386
53383
  var requestedVersion = args.length === 1 && (args[0] === "--version" || args[0] === "-V");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scheduler-systems/gal-run",
3
- "version": "0.0.256",
3
+ "version": "0.0.258",
4
4
  "description": "GAL CLI - Command-line tool for managing AI agent configurations across your organization",
5
5
  "license": "Elastic-2.0",
6
6
  "private": false,