@scheduler-systems/gal-run 0.0.283 → 0.0.285

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 +6 -6
  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.283" : "0.0.0-dev";
3973
+ cliVersion = true ? "0.0.285" : "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.283" : void 0;
4815
+ const version = true ? "0.0.285" : 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.283" : "0.0.0-dev";
5184
+ return true ? "0.0.285" : "0.0.0-dev";
5185
5185
  } catch {
5186
5186
  return "0.0.0-dev";
5187
5187
  }
@@ -7833,9 +7833,9 @@ var init_feature_flags2 = __esm({
7833
7833
  )
7834
7834
  };
7835
7835
  INTERNAL_OPTIONS = {
7836
- // sync command: --check, --regenerate, --auto, --output-json are internal workflow flags
7836
+ // sync command: --regenerate, --auto, and --output-json are internal workflow flags.
7837
+ // --check is public because the local-first flow instructs users to validate after approve.
7837
7838
  sync: [
7838
- { flag: "--check", audience: "internal" },
7839
7839
  { flag: "--regenerate", audience: "internal" },
7840
7840
  { flag: "--auto", audience: "internal" },
7841
7841
  { flag: "--output-json", audience: "internal" }
@@ -54540,7 +54540,7 @@ var init_index = __esm({
54540
54540
  });
54541
54541
 
54542
54542
  // src/bootstrap.ts
54543
- var cliVersion10 = true ? "0.0.283" : "0.0.0-dev";
54543
+ var cliVersion10 = true ? "0.0.285" : "0.0.0-dev";
54544
54544
  var args = process.argv.slice(2);
54545
54545
  var requestedGlobalHelp = args.length === 1 && (args[0] === "--help" || args[0] === "-h");
54546
54546
  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.283",
3
+ "version": "0.0.285",
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,