@integrity-labs/agt-cli 0.28.174 → 0.28.176

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
@@ -37,7 +37,7 @@ import {
37
37
  success,
38
38
  table,
39
39
  warn
40
- } from "../chunk-YCPOBKU7.js";
40
+ } from "../chunk-YNCNFORO.js";
41
41
  import {
42
42
  CHANNEL_REGISTRY,
43
43
  DEFAULT_FRAMEWORK,
@@ -65,7 +65,7 @@ import {
65
65
  renderTemplate,
66
66
  resolveChannels,
67
67
  serializeManifestForSlackCli
68
- } from "../chunk-NFJIFCWR.js";
68
+ } from "../chunk-ULPUDU4J.js";
69
69
 
70
70
  // src/bin/agt.ts
71
71
  import { join as join22 } from "path";
@@ -4749,7 +4749,7 @@ import { execFileSync, execSync } from "child_process";
4749
4749
  import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
4750
4750
  import chalk18 from "chalk";
4751
4751
  import ora16 from "ora";
4752
- var cliVersion = true ? "0.28.174" : "dev";
4752
+ var cliVersion = true ? "0.28.176" : "dev";
4753
4753
  async function fetchLatestVersion() {
4754
4754
  const host2 = getHost();
4755
4755
  if (!host2) return null;
@@ -5763,7 +5763,7 @@ function handleError(err) {
5763
5763
  }
5764
5764
 
5765
5765
  // src/bin/agt.ts
5766
- var cliVersion2 = true ? "0.28.174" : "dev";
5766
+ var cliVersion2 = true ? "0.28.176" : "dev";
5767
5767
  var program = new Command();
5768
5768
  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");
5769
5769
  program.hook("preAction", async (thisCommand, actionCommand) => {
@@ -3,7 +3,7 @@ import {
3
3
  formatMissingVar,
4
4
  isClaudeFastMode,
5
5
  probeMcpEnvSubstitution
6
- } from "./chunk-NFJIFCWR.js";
6
+ } from "./chunk-ULPUDU4J.js";
7
7
  import {
8
8
  reapOrphanChannelMcps
9
9
  } from "./chunk-XWVM4KPK.js";
@@ -1588,4 +1588,4 @@ export {
1588
1588
  stopAllSessionsAndWait,
1589
1589
  getProjectDir
1590
1590
  };
1591
- //# sourceMappingURL=chunk-ET5DSDYO.js.map
1591
+ //# sourceMappingURL=chunk-NZLZICAD.js.map
@@ -1804,6 +1804,18 @@ var FLAG_REGISTRY = [
1804
1804
  // Declared safe value is `false`: this drives outbound surveys to customer
1805
1805
  // contacts, so the absent-flag / fail-safe direction is "send nothing".
1806
1806
  defaultValue: false
1807
+ },
1808
+ {
1809
+ key: "augmented-support-writes",
1810
+ description: "Self-remediation writes on the augmented-support host surface (ENG-7000, ADR-0032 Phase 2b). When on, the org-locked /host/support/* write routes (create_agent, modify_agent, install_integration) are reachable; they call the shared agent write-core scoped to the verified host org. Ships dark: the server-rendered HITL approval gate is ENG-7001 (Phase 2c), so until that lands and provisioning attaches the write scope, this flag stays OFF and the write routes return feature_disabled. The DB stage/org override is the control (no env override).",
1811
+ flagType: "boolean",
1812
+ // Declared safe value is `false`: these are WRITES against customer infrastructure
1813
+ // (creating/modifying agents in the caller's org). The fail-safe / absent-flag
1814
+ // direction is "no self-remediation write is possible".
1815
+ defaultValue: false,
1816
+ // Customer-infrastructure write capability; flipping it on is worth an explicit
1817
+ // confirm (ADR-0022 §4), same posture as admin-send-keys.
1818
+ sensitive: true
1807
1819
  }
1808
1820
  ];
1809
1821
  var REGISTRY_BY_KEY = new Map(FLAG_REGISTRY.map((definition) => [definition.key, definition]));
@@ -6543,4 +6555,4 @@ export {
6543
6555
  parseEnvIntegrations,
6544
6556
  probeMcpEnvSubstitution
6545
6557
  };
6546
- //# sourceMappingURL=chunk-NFJIFCWR.js.map
6558
+ //# sourceMappingURL=chunk-ULPUDU4J.js.map