@integrity-labs/agt-cli 0.27.53 → 0.27.55

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.
package/dist/bin/agt.js CHANGED
@@ -27,7 +27,7 @@ import {
27
27
  success,
28
28
  table,
29
29
  warn
30
- } from "../chunk-GPBGRRCV.js";
30
+ } from "../chunk-M2MRMUCS.js";
31
31
  import {
32
32
  CHANNEL_REGISTRY,
33
33
  DEPLOYMENT_TEMPLATES,
@@ -53,7 +53,7 @@ import {
53
53
  renderTemplate,
54
54
  resolveChannels,
55
55
  serializeManifestForSlackCli
56
- } from "../chunk-2NOH5XB5.js";
56
+ } from "../chunk-5XPUZ2LX.js";
57
57
 
58
58
  // src/bin/agt.ts
59
59
  import { join as join18 } from "path";
@@ -4710,7 +4710,7 @@ import { execFileSync, execSync } from "child_process";
4710
4710
  import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
4711
4711
  import chalk18 from "chalk";
4712
4712
  import ora16 from "ora";
4713
- var cliVersion = true ? "0.27.53" : "dev";
4713
+ var cliVersion = true ? "0.27.55" : "dev";
4714
4714
  async function fetchLatestVersion() {
4715
4715
  const host2 = getHost();
4716
4716
  if (!host2) return null;
@@ -5488,7 +5488,7 @@ function handleError(err) {
5488
5488
  }
5489
5489
 
5490
5490
  // src/bin/agt.ts
5491
- var cliVersion2 = true ? "0.27.53" : "dev";
5491
+ var cliVersion2 = true ? "0.27.55" : "dev";
5492
5492
  var program = new Command();
5493
5493
  program.name("agt").description("Augmented CLI \u2014 agent provisioning and management").version(cliVersion2).option("--json", "Emit machine-readable JSON output (suppress spinners and colors)").option("--skip-update-check", "Skip the automatic update check on startup");
5494
5494
  program.hook("preAction", async (thisCommand, actionCommand) => {
@@ -1093,6 +1093,19 @@ var FIXED_SECONDS = {
1093
1093
  "4h": 4 * 60 * 60
1094
1094
  };
1095
1095
 
1096
+ // ../../packages/core/dist/channels/azure-provisioning.js
1097
+ var AAD_OIDC_SCOPES = ["offline_access", "openid", "profile"];
1098
+ var AZURE_ARM_SCOPES = [
1099
+ ...AAD_OIDC_SCOPES,
1100
+ "https://management.azure.com/user_impersonation"
1101
+ ];
1102
+ var AZURE_GRAPH_SCOPES = ["https://graph.microsoft.com/Application.ReadWrite.All"];
1103
+ var AZURE_PROVISIONING_SCOPES = [
1104
+ ...AAD_OIDC_SCOPES,
1105
+ ...AZURE_GRAPH_SCOPES,
1106
+ "https://management.azure.com/user_impersonation"
1107
+ ];
1108
+
1096
1109
  // ../../packages/core/dist/parser/frontmatter.js
1097
1110
  import { parse as parseYaml } from "yaml";
1098
1111
  function extractFrontmatter(content) {
@@ -3979,4 +3992,4 @@ export {
3979
3992
  attributeTranscriptUsageByRun,
3980
3993
  KANBAN_CHECK_COMMAND
3981
3994
  };
3982
- //# sourceMappingURL=chunk-2NOH5XB5.js.map
3995
+ //# sourceMappingURL=chunk-5XPUZ2LX.js.map