@scheduler-systems/gal-run 0.0.468 → 0.0.470

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.
@@ -441,7 +441,7 @@ if (!state) {
441
441
  showMessage("✅ GAL: Ready", 'synced');
442
442
  }
443
443
 
444
- let syncMessage = \`✅ GAL: Synced with \${state.organization}'s approved config (v\${state.version || 'latest'})\`;
444
+ let syncMessage = \`✅ GAL: Synced with \${state.organization}'s approved config (v\${state.version || 'latest'})\${state.policyName ? \` — Policy: \\\`\${state.policyName}\\\`\` : ''}\`;
445
445
 
446
446
  if (updatedVersion) {
447
447
  syncMessage = \`🔄 GAL: Updated to v\${updatedVersion}. \` + syncMessage;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scheduler-systems/gal-run",
3
- "version": "0.0.468",
3
+ "version": "0.0.470",
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,
@@ -441,7 +441,7 @@ if (!state) {
441
441
  showMessage("✅ GAL: Ready", 'synced');
442
442
  }
443
443
 
444
- let syncMessage = \`✅ GAL: Synced with \${state.organization}'s approved config (v\${state.version || 'latest'})\`;
444
+ let syncMessage = \`✅ GAL: Synced with \${state.organization}'s approved config (v\${state.version || 'latest'})\${state.policyName ? \` — Policy: \\\`\${state.policyName}\\\`\` : ''}\`;
445
445
 
446
446
  if (updatedVersion) {
447
447
  syncMessage = \`🔄 GAL: Updated to v\${updatedVersion}. \` + syncMessage;