@integrity-labs/agt-cli 0.28.569 → 0.28.570

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.
@@ -10619,13 +10619,30 @@ var FLAG_REGISTRY = [
10619
10619
  // safe default — it resolves to `honors`, reporting every host as honouring
10620
10620
  // the flip, including hosts whose agt-cli has no reader at all.
10621
10621
  //
10622
- // 0.28.566 is the auto-publish cut from the ENG-8575 merge (583cef8d9,
10623
- // published 2026-08-12T08:32Z). Verified against the published tarball
10624
- // rather than inferred from the merge: `maybeScanToolCalls`,
10625
- // `tool-call-audit` and `tool-call-path-salt` are all present in
10626
- // package/dist/lib/manager-worker.js — the manager, which is the actual
10627
- // reader. The dist/mcp/* occurrences are bundling artifacts, not readers.
10628
- since: "0.28.566"
10622
+ // WHAT THIS VERSION HAS TO MEAN. Not "the first build with a reader" the
10623
+ // first build where flipping the flag does what the flag is documented to
10624
+ // do. Those diverged twice already, in the same direction:
10625
+ //
10626
+ // 0.28.566 (ENG-8575) — the first build with a reader. Pinned here and
10627
+ // correct on the day. It has the unbounded scan window and the coverage
10628
+ // rows that overstate (both ENG-8740), and no `logging_mode` enforcement
10629
+ // at all (ENG-8726) — so a hash-only agent on it emits plaintext
10630
+ // `argv0` / `url_host` / `mcp_tool`, which is precisely the governance
10631
+ // breach this epic exists to prevent.
10632
+ // 0.28.569 (ENG-8740) — bounded window, honest coverage intervals. Still
10633
+ // no hash-only enforcement. The pin was NOT moved at that merge and went
10634
+ // stale for a day; reach reported those hosts `honors`.
10635
+ // 0.28.570 (ENG-8726) — hash-only honoured at runtime. Current pin.
10636
+ //
10637
+ // MOVE THIS PIN whenever a change alters what arming the flag DOES on a
10638
+ // host, and verify it against the published tarball rather than inferring it
10639
+ // from the merge — `npm pack @integrity-labs/agt-cli@<v>` and grep
10640
+ // package/dist/lib/manager-worker.js (the manager is the actual reader; the
10641
+ // dist/mcp/* occurrences are bundling artifacts). For 0.28.570 the markers
10642
+ // are `readAgentLoggingMode` and `loggingModeWithholdsTargets`. Auto-publish
10643
+ // patch-bumps from whatever is on main, so if another CLI-touching PR lands
10644
+ // first the real cut is higher than this and the pin under-reports.
10645
+ since: "0.28.570"
10629
10646
  },
10630
10647
  {
10631
10648
  key: "conversation-eval-backend",
@@ -15815,4 +15832,4 @@ export {
15815
15832
  stopAllSessionsAndWait,
15816
15833
  getProjectDir
15817
15834
  };
15818
- //# sourceMappingURL=chunk-7O2TXBWR.js.map
15835
+ //# sourceMappingURL=chunk-6XCGZUSS.js.map