@integrity-labs/agt-cli 0.28.160 → 0.28.161

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-23U3HSVH.js";
40
+ } from "../chunk-TNTG4DNQ.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-65FVM2UA.js";
68
+ } from "../chunk-CQZDKD2U.js";
69
69
 
70
70
  // src/bin/agt.ts
71
71
  import { join as join22 } from "path";
@@ -4778,7 +4778,7 @@ import { execFileSync, execSync } from "child_process";
4778
4778
  import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
4779
4779
  import chalk18 from "chalk";
4780
4780
  import ora16 from "ora";
4781
- var cliVersion = true ? "0.28.160" : "dev";
4781
+ var cliVersion = true ? "0.28.161" : "dev";
4782
4782
  async function fetchLatestVersion() {
4783
4783
  const host2 = getHost();
4784
4784
  if (!host2) return null;
@@ -5792,7 +5792,7 @@ function handleError(err) {
5792
5792
  }
5793
5793
 
5794
5794
  // src/bin/agt.ts
5795
- var cliVersion2 = true ? "0.28.160" : "dev";
5795
+ var cliVersion2 = true ? "0.28.161" : "dev";
5796
5796
  var program = new Command();
5797
5797
  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");
5798
5798
  program.hook("preAction", async (thisCommand, actionCommand) => {
@@ -3,7 +3,7 @@ import {
3
3
  formatMissingVar,
4
4
  isClaudeFastMode,
5
5
  probeMcpEnvSubstitution
6
- } from "./chunk-65FVM2UA.js";
6
+ } from "./chunk-CQZDKD2U.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-GZG5JRRX.js.map
1591
+ //# sourceMappingURL=chunk-2D5COEAS.js.map
@@ -1785,6 +1785,16 @@ var FLAG_REGISTRY = [
1785
1785
  // host-side override.
1786
1786
  defaultValue: false,
1787
1787
  public: true
1788
+ },
1789
+ {
1790
+ key: "cross-team-kanban-assign",
1791
+ description: "Allow an agent to assign a kanban task to an agent on a DIFFERENT team in the same organization (ENG-6906), reusing the cross-team peer-messaging consent model: an org set to `unrestricted` needs no grant, an org set to `consent_required` needs a live cross_team_peer_grant. Off = the assign route refuses any cross-team target (same-team kanban_assign is unaffected), so no agent can place a card on another team. Per-org activation gate; ships dark.",
1792
+ flagType: "boolean",
1793
+ // Declared safe value is `false`: cross-team assignment is a net-new
1794
+ // capability that crosses a team trust boundary, so the fail-safe / absent-
1795
+ // flag direction is "no cross-team assignment". No envVar — net-new control
1796
+ // with no pre-flags env gate to migrate.
1797
+ defaultValue: false
1788
1798
  }
1789
1799
  ];
1790
1800
  var REGISTRY_BY_KEY = new Map(FLAG_REGISTRY.map((definition) => [definition.key, definition]));
@@ -6474,4 +6484,4 @@ export {
6474
6484
  parseEnvIntegrations,
6475
6485
  probeMcpEnvSubstitution
6476
6486
  };
6477
- //# sourceMappingURL=chunk-65FVM2UA.js.map
6487
+ //# sourceMappingURL=chunk-CQZDKD2U.js.map