@integrity-labs/agt-cli 0.28.861 → 0.28.863

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
@@ -40,12 +40,12 @@ import {
40
40
  success,
41
41
  table,
42
42
  warn
43
- } from "../chunk-IQROQ3XJ.js";
43
+ } from "../chunk-M5ICLV54.js";
44
44
  import {
45
45
  getProjectDir,
46
46
  isSessionResumeDisabled,
47
47
  readDirectChatSessionState
48
- } from "../chunk-G23CONQJ.js";
48
+ } from "../chunk-PXDYKP5O.js";
49
49
  import {
50
50
  AnchorSessionClient,
51
51
  CHANNEL_REGISTRY,
@@ -79,7 +79,7 @@ import {
79
79
  serializeManifestForSlackCli,
80
80
  sessionFileExists,
81
81
  sessionTranscriptDir
82
- } from "../chunk-USHD2L3F.js";
82
+ } from "../chunk-JG3EAFZO.js";
83
83
  import "../chunk-XWVM4KPK.js";
84
84
 
85
85
  // src/bin/agt.ts
@@ -5467,7 +5467,7 @@ import { execFileSync, execSync } from "child_process";
5467
5467
  import { existsSync as existsSync11, realpathSync as realpathSync2 } from "fs";
5468
5468
  import chalk18 from "chalk";
5469
5469
  import ora16 from "ora";
5470
- var cliVersion = true ? "0.28.861" : "dev";
5470
+ var cliVersion = true ? "0.28.863" : "dev";
5471
5471
  async function fetchLatestVersion() {
5472
5472
  const host2 = getHost();
5473
5473
  if (!host2) return null;
@@ -6658,7 +6658,7 @@ function handleError(err) {
6658
6658
  }
6659
6659
 
6660
6660
  // src/bin/agt.ts
6661
- var cliVersion2 = true ? "0.28.861" : "dev";
6661
+ var cliVersion2 = true ? "0.28.863" : "dev";
6662
6662
  var program = new Command();
6663
6663
  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");
6664
6664
  program.hook("preAction", async (thisCommand, actionCommand) => {
@@ -5723,7 +5723,26 @@ var FLAG_REGISTRY = [
5723
5723
  // Migration override (ADR-0022): the pre-flags env gate stays the
5724
5724
  // highest-precedence operator override so a host already running with
5725
5725
  // AGT_RESUME_RECONCILER_ENABLED set keeps that value until the env is retired.
5726
- envVar: "AGT_RESUME_RECONCILER_ENABLED"
5726
+ envVar: "AGT_RESUME_RECONCILER_ENABLED",
5727
+ // ENG-10036: bisected from the PUBLISHED agt-cli dists, same method as its
5728
+ // sibling `auto-resume-enabled` (ENG-10034). Taken out of that ticket's
5729
+ // grandfather list rather than deferred with the other 20, because the
5730
+ // arming decision for this flag is live this week and a `since` that is
5731
+ // merely RECORDED as missing is still missing at the moment somebody reads
5732
+ // the flip-reach modal.
5733
+ //
5734
+ // AND THIS ONE IS WHY THE PROBE MATTERS. Bisecting on the module symbols
5735
+ // gives the WRONG release, and plausibly so:
5736
+ //
5737
+ // 0.28.19 2026-06-12T05:35:32Z decideResumeReconcile ✓ readResumeReconcilerConfig ✓ AGT_RESUME_RECONCILER_ENABLED ✓ 'resume-reconciler' ✗
5738
+ // 0.28.20 2026-06-12T06:17:28Z decideResumeReconcile ✓ readResumeReconcilerConfig ✓ AGT_RESUME_RECONCILER_ENABLED ✓ 'resume-reconciler' ✓
5739
+ //
5740
+ // ENG-6383 shipped the decision and the env gate; ENG-6395 promoted it to a
5741
+ // registry key 42 minutes later. A host on 0.28.19 honours the ENV VAR and
5742
+ // cannot read the FLAG, so `since: '0.28.19'` would report reach onto hosts
5743
+ // a registry flip cannot touch — the precise defect `since` exists to
5744
+ // prevent. The flag KEY is the only honest discriminator.
5745
+ since: "0.28.20"
5727
5746
  },
5728
5747
  {
5729
5748
  key: "auto-resume-enabled",
@@ -14263,4 +14282,4 @@ export {
14263
14282
  peekCurrentSession,
14264
14283
  readDailySessionPin
14265
14284
  };
14266
- //# sourceMappingURL=chunk-USHD2L3F.js.map
14285
+ //# sourceMappingURL=chunk-JG3EAFZO.js.map