@scheduler-systems/gal-run 0.0.352 → 0.0.354

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 +18 -5
  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.352" : "0.0.0-dev";
3973
+ cliVersion = true ? "0.0.354" : "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;
@@ -4880,7 +4880,7 @@ function detectEnvironment() {
4880
4880
  return "dev";
4881
4881
  }
4882
4882
  try {
4883
- const version = true ? "0.0.352" : void 0;
4883
+ const version = true ? "0.0.354" : void 0;
4884
4884
  if (version && version.includes("-local")) {
4885
4885
  return "dev";
4886
4886
  }
@@ -5249,7 +5249,7 @@ function getId() {
5249
5249
  }
5250
5250
  function getCliVersion() {
5251
5251
  try {
5252
- return true ? "0.0.352" : "0.0.0-dev";
5252
+ return true ? "0.0.354" : "0.0.0-dev";
5253
5253
  } catch {
5254
5254
  return "0.0.0-dev";
5255
5255
  }
@@ -11198,12 +11198,23 @@ var init_HttpConfigRepository = __esm({
11198
11198
  body: JSON.stringify({
11199
11199
  platform: config.platform,
11200
11200
  hash: config.hash,
11201
+ policyName: config.policyName,
11202
+ configContent: config.configContent,
11201
11203
  commands: config.commands,
11204
+ hooks: config.hooks,
11202
11205
  subagents: config.subagents,
11203
11206
  skills: config.skills,
11204
11207
  rules: config.rules,
11205
11208
  instructions: config.instructions,
11206
- settings: config.settings
11209
+ settings: config.settings,
11210
+ cursorRules: config.cursorRules,
11211
+ copilotInstructions: config.copilotInstructions,
11212
+ copilotPathInstructions: config.copilotPathInstructions,
11213
+ copilotAgents: config.copilotAgents,
11214
+ copilotSkills: config.copilotSkills,
11215
+ mcp: config.mcp,
11216
+ environment: config.environment,
11217
+ enforcementSettings: config.enforcementSettings
11207
11218
  })
11208
11219
  }
11209
11220
  );
@@ -11362,6 +11373,8 @@ var init_HttpConfigRepository = __esm({
11362
11373
  copilotPathInstructions: data.copilotPathInstructions,
11363
11374
  copilotAgents: data.copilotAgents,
11364
11375
  copilotSkills: data.copilotSkills,
11376
+ mcp: data.mcp,
11377
+ environment: data.environment,
11365
11378
  windsurfRules: data.windsurfRules,
11366
11379
  commandCount: data.commandCount,
11367
11380
  subagentCount: data.subagentCount,
@@ -55375,7 +55388,7 @@ var init_index = __esm({
55375
55388
  });
55376
55389
 
55377
55390
  // src/bootstrap.ts
55378
- var cliVersion10 = true ? "0.0.352" : "0.0.0-dev";
55391
+ var cliVersion10 = true ? "0.0.354" : "0.0.0-dev";
55379
55392
  var args = process.argv.slice(2);
55380
55393
  var requestedGlobalHelp = args.length === 1 && (args[0] === "--help" || args[0] === "-h");
55381
55394
  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.352",
3
+ "version": "0.0.354",
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,