@integrity-labs/agt-cli 0.28.677 → 0.28.679

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.
Files changed (25) hide show
  1. package/dist/bin/agt.js +5 -5
  2. package/dist/{chunk-HTLUHAKN.js → chunk-CLNFPTVG.js} +551 -397
  3. package/dist/chunk-CLNFPTVG.js.map +1 -0
  4. package/dist/{chunk-GYYEUNTD.js → chunk-GDT7JHV6.js} +24 -1
  5. package/dist/chunk-GDT7JHV6.js.map +1 -0
  6. package/dist/{chunk-F6CUSDJ6.js → chunk-HLJKOJVJ.js} +2 -2
  7. package/dist/{claude-pair-runtime-MY5LMJVT.js → claude-pair-runtime-5UDCBIB7.js} +2 -2
  8. package/dist/lib/manager-worker.js +15 -13
  9. package/dist/lib/manager-worker.js.map +1 -1
  10. package/dist/mcp/direct-chat-channel.js +23 -0
  11. package/dist/mcp/index.js +107 -0
  12. package/dist/mcp/origami.js +23 -0
  13. package/dist/mcp/slack-channel.js +23 -0
  14. package/dist/mcp/telegram-channel.js +23 -0
  15. package/dist/{persistent-session-TMOTEVV6.js → persistent-session-GQZQWMJU.js} +3 -3
  16. package/dist/{responsiveness-probe-ZHE7S6G4.js → responsiveness-probe-QKKOHDHF.js} +3 -3
  17. package/dist/{session-auth-dead-JCKENEY5.js → session-auth-dead-CUEBDRZU.js} +2 -2
  18. package/package.json +1 -1
  19. package/dist/chunk-GYYEUNTD.js.map +0 -1
  20. package/dist/chunk-HTLUHAKN.js.map +0 -1
  21. /package/dist/{chunk-F6CUSDJ6.js.map → chunk-HLJKOJVJ.js.map} +0 -0
  22. /package/dist/{claude-pair-runtime-MY5LMJVT.js.map → claude-pair-runtime-5UDCBIB7.js.map} +0 -0
  23. /package/dist/{persistent-session-TMOTEVV6.js.map → persistent-session-GQZQWMJU.js.map} +0 -0
  24. /package/dist/{responsiveness-probe-ZHE7S6G4.js.map → responsiveness-probe-QKKOHDHF.js.map} +0 -0
  25. /package/dist/{session-auth-dead-JCKENEY5.js.map → session-auth-dead-CUEBDRZU.js.map} +0 -0
@@ -4950,6 +4950,29 @@ var FLAG_REGISTRY = [
4950
4950
  // first the real cut is higher than this and the pin under-reports.
4951
4951
  since: "0.28.570"
4952
4952
  },
4953
+ {
4954
+ key: "secret-files-tmpfs",
4955
+ description: "Host-side RAM-backing of the per-agent .env.integrations secret files (ENG-9348, epic ENG-9347). When on, the manager turns both copies (the agent-dir file and the project/ mirror) into symlinks pointing at a 0700 per-agent directory under tmpfs (/dev/shm, else /run), so plaintext channel/integration tokens live only in RAM: the persistent EBS volume holds a symlink (no token bytes), an EBS snapshot captures nothing, and a host shutdown is a genuine wipe. Every consumer path is unchanged (same file paths). Boolean gate; ships dark. Fail-safe in every direction \u2014 off is byte-for-byte today; a host with no genuine tmpfs root (e.g. macOS dev) silently keeps the persistent files; a symlink-setup error logs and falls back to the persistent path. Reboot clears tmpfs, and the manager re-backs on its next refresh (surviving reboot is not required \u2014 secrets are re-fetched on refresh).",
4956
+ flagType: "boolean",
4957
+ // Declared safe value is `false` (persistent files, today's behaviour).
4958
+ // Fail-safe direction: a flag-DB read error must never, on its own, start
4959
+ // relocating where prod secret files physically live. Flip on per-host for a
4960
+ // canary, verify no plaintext lands on the persistent volume, then fleet-wide
4961
+ // from the admin Feature Flags page.
4962
+ defaultValue: false,
4963
+ // ADR-0022 operator override, read by the host flag store's env layer (not a
4964
+ // hand-written process.env gate) — same posture as memory-extraction /
4965
+ // tool-call-audit above. Gives a per-host canary before the DB flag exists.
4966
+ envVar: "AGT_SECRET_FILES_TMPFS_ENABLED",
4967
+ // Deliberately-unreachable placeholder until this ships: no published CLI
4968
+ // carries the manager reader + core writer yet, so reach must report "no
4969
+ // host honors" rather than the `honors`-for-everyone that omitting `since`
4970
+ // produces. MOVE THIS PIN to the actual auto-published agt-cli version at
4971
+ // merge (auto-publish patch-bumps from main; verify against the tarball, the
4972
+ // ENG-8575/ENG-9350 lesson) — the marker is `setSecretFileTmpfsBacking` in
4973
+ // package/dist/lib/manager-worker.js.
4974
+ since: "99.0.0"
4975
+ },
4953
4976
  {
4954
4977
  key: "memory-file-tombstones",
4955
4978
  description: "Host-side removal of RETIRED agent memory files (ENG-9257). The control plane sends an explicit tombstone list on /host/memories and the manager moves the matching .md out of the agent's memory directory \u2014 but only when its write-time manifest says the manager itself wrote that exact file and the sha256 still matches, so an agent-edited or hand-authored file is retained and reported instead. Boolean gate; ships dark. Scope is retirement only, never expiry: /host/memories has always withheld expired rows, so an expiry-driven list would make months of accumulated backlog deletable on the first armed tick. This is the ONLY thing that makes retirement visible to the agent, which reads its memory directory straight off disk \u2014 every server-side reader already excludes retired rows, so with this off a retired memory is gone everywhere except the one surface that changes the agent's behaviour.",
@@ -12523,4 +12546,4 @@ export {
12523
12546
  minutesSinceLocalMidnight,
12524
12547
  peekCurrentSession
12525
12548
  };
12526
- //# sourceMappingURL=chunk-GYYEUNTD.js.map
12549
+ //# sourceMappingURL=chunk-GDT7JHV6.js.map