@integrity-labs/agt-cli 0.28.134 → 0.28.136

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-Z3UJDIZJ.js";
40
+ } from "../chunk-FDRT52UA.js";
41
41
  import {
42
42
  CHANNEL_REGISTRY,
43
43
  DEPLOYMENT_TEMPLATES,
@@ -64,7 +64,7 @@ import {
64
64
  renderTemplate,
65
65
  resolveChannels,
66
66
  serializeManifestForSlackCli
67
- } from "../chunk-RIT2OY5S.js";
67
+ } from "../chunk-QKA46UNQ.js";
68
68
 
69
69
  // src/bin/agt.ts
70
70
  import { join as join22 } from "path";
@@ -4777,7 +4777,7 @@ import { execFileSync, execSync } from "child_process";
4777
4777
  import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
4778
4778
  import chalk18 from "chalk";
4779
4779
  import ora16 from "ora";
4780
- var cliVersion = true ? "0.28.134" : "dev";
4780
+ var cliVersion = true ? "0.28.136" : "dev";
4781
4781
  async function fetchLatestVersion() {
4782
4782
  const host2 = getHost();
4783
4783
  if (!host2) return null;
@@ -5791,7 +5791,7 @@ function handleError(err) {
5791
5791
  }
5792
5792
 
5793
5793
  // src/bin/agt.ts
5794
- var cliVersion2 = true ? "0.28.134" : "dev";
5794
+ var cliVersion2 = true ? "0.28.136" : "dev";
5795
5795
  var program = new Command();
5796
5796
  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");
5797
5797
  program.hook("preAction", async (thisCommand, actionCommand) => {
@@ -3,7 +3,7 @@ import {
3
3
  formatMissingVar,
4
4
  isClaudeFastMode,
5
5
  probeMcpEnvSubstitution
6
- } from "./chunk-RIT2OY5S.js";
6
+ } from "./chunk-QKA46UNQ.js";
7
7
  import {
8
8
  reapOrphanChannelMcps
9
9
  } from "./chunk-XWVM4KPK.js";
@@ -1589,4 +1589,4 @@ export {
1589
1589
  stopAllSessionsAndWait,
1590
1590
  getProjectDir
1591
1591
  };
1592
- //# sourceMappingURL=chunk-U3CDNNEK.js.map
1592
+ //# sourceMappingURL=chunk-2WWCHEQT.js.map
@@ -22,7 +22,7 @@ import {
22
22
  resolveConnectivityProbe,
23
23
  worseConnectivityOutcome,
24
24
  wrapScheduledTaskPrompt
25
- } from "./chunk-RIT2OY5S.js";
25
+ } from "./chunk-QKA46UNQ.js";
26
26
 
27
27
  // ../../packages/core/dist/integrations/registry.js
28
28
  var INTEGRATION_REGISTRY = [
@@ -7746,7 +7746,7 @@ function requireHost() {
7746
7746
  }
7747
7747
 
7748
7748
  // src/lib/api-client.ts
7749
- var agtCliVersion = true ? "0.28.134" : "dev";
7749
+ var agtCliVersion = true ? "0.28.136" : "dev";
7750
7750
  var lastConfigHash = null;
7751
7751
  function setConfigHash(hash) {
7752
7752
  lastConfigHash = hash && hash.length > 0 ? hash : null;
@@ -9043,4 +9043,4 @@ export {
9043
9043
  managerInstallSystemUnitCommand,
9044
9044
  managerUninstallSystemUnitCommand
9045
9045
  };
9046
- //# sourceMappingURL=chunk-Z3UJDIZJ.js.map
9046
+ //# sourceMappingURL=chunk-FDRT52UA.js.map
@@ -1518,6 +1518,18 @@ var FLAG_REGISTRY = [
1518
1518
  // platform-wide availability incident, so mutations require explicit
1519
1519
  // confirmation (the admin flip-reach modal).
1520
1520
  sensitive: true
1521
+ },
1522
+ {
1523
+ key: "human-hours-given-back",
1524
+ description: 'Show the Human Hours Given Back value metric on the agent productivity surface (ENG-6750): an acceptance-anchored estimate of the human time an agent gave back (kanban tasks completed and not reverted + end-user conversations the success-eval rated helpful, quality-weighted, priced by a versioned rate table). Augmentation framing, not a "does the work of N people" substitution claim. Ships dark; flip on per org from the admin Feature Flags page.',
1525
+ flagType: "boolean",
1526
+ // PUBLIC (ADR-0022 §2): a UI-rollout flag the browser reads via GET /flags to
1527
+ // decide whether to render the metric block (mirrors projects-menu /
1528
+ // direct-chat-drawer). Declared safe value is `false`: the block stays hidden
1529
+ // until rolled out per org. No envVar — a browser-only UI gate has no
1530
+ // host-side override.
1531
+ defaultValue: false,
1532
+ public: true
1521
1533
  }
1522
1534
  ];
1523
1535
  var REGISTRY_BY_KEY = new Map(FLAG_REGISTRY.map((definition) => [definition.key, definition]));
@@ -5788,4 +5800,4 @@ export {
5788
5800
  parseEnvIntegrations,
5789
5801
  probeMcpEnvSubstitution
5790
5802
  };
5791
- //# sourceMappingURL=chunk-RIT2OY5S.js.map
5803
+ //# sourceMappingURL=chunk-QKA46UNQ.js.map