@integrity-labs/agt-cli 0.28.691 → 0.28.692

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-2GNXBVWJ.js → chunk-7K2I4LJZ.js} +12 -25
  3. package/dist/chunk-7K2I4LJZ.js.map +1 -0
  4. package/dist/{chunk-ZY57BJYH.js → chunk-ITB6NEXM.js} +430 -628
  5. package/dist/chunk-ITB6NEXM.js.map +1 -0
  6. package/dist/{chunk-XF2B7JHC.js → chunk-WHW747J3.js} +2 -2
  7. package/dist/{claude-pair-runtime-PDOGREOQ.js → claude-pair-runtime-ENI5O3JA.js} +2 -2
  8. package/dist/lib/manager-worker.js +13 -15
  9. package/dist/lib/manager-worker.js.map +1 -1
  10. package/dist/mcp/direct-chat-channel.js +11 -24
  11. package/dist/mcp/index.js +11 -24
  12. package/dist/mcp/origami.js +11 -24
  13. package/dist/mcp/slack-channel.js +11 -24
  14. package/dist/mcp/telegram-channel.js +11 -24
  15. package/dist/{persistent-session-LVBNKFMF.js → persistent-session-42FL5BEW.js} +3 -3
  16. package/dist/{responsiveness-probe-T52RFYK3.js → responsiveness-probe-RG2SD7HX.js} +3 -3
  17. package/dist/{session-auth-dead-MV6C7TBH.js → session-auth-dead-SHLP7FRQ.js} +2 -2
  18. package/package.json +1 -1
  19. package/dist/chunk-2GNXBVWJ.js.map +0 -1
  20. package/dist/chunk-ZY57BJYH.js.map +0 -1
  21. /package/dist/{chunk-XF2B7JHC.js.map → chunk-WHW747J3.js.map} +0 -0
  22. /package/dist/{claude-pair-runtime-PDOGREOQ.js.map → claude-pair-runtime-ENI5O3JA.js.map} +0 -0
  23. /package/dist/{persistent-session-LVBNKFMF.js.map → persistent-session-42FL5BEW.js.map} +0 -0
  24. /package/dist/{responsiveness-probe-T52RFYK3.js.map → responsiveness-probe-RG2SD7HX.js.map} +0 -0
  25. /package/dist/{session-auth-dead-MV6C7TBH.js.map → session-auth-dead-SHLP7FRQ.js.map} +0 -0
@@ -35962,30 +35962,17 @@ var FLAG_REGISTRY = [
35962
35962
  // first the real cut is higher than this and the pin under-reports.
35963
35963
  since: "0.28.570"
35964
35964
  },
35965
- {
35966
- key: "secret-files-tmpfs",
35967
- 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).",
35968
- flagType: "boolean",
35969
- // Declared safe value is `false` (persistent files, today's behaviour).
35970
- // Fail-safe direction: a flag-DB read error must never, on its own, start
35971
- // relocating where prod secret files physically live. Flip on per-host for a
35972
- // canary, verify no plaintext lands on the persistent volume, then fleet-wide
35973
- // from the admin Feature Flags page.
35974
- defaultValue: false,
35975
- // ADR-0022 operator override, read by the host flag store's env layer (not a
35976
- // hand-written process.env gate) — same posture as memory-extraction /
35977
- // tool-call-audit above. Gives a per-host canary before the DB flag exists.
35978
- envVar: "AGT_SECRET_FILES_TMPFS_ENABLED",
35979
- // The real published build that carries the manager reader + core writer,
35980
- // replacing the deliberately-unreachable `99.0.0` this flag shipped with.
35981
- // Verified against the tarball (`npm pack @integrity-labs/agt-cli@0.28.678`):
35982
- // `setSecretFileTmpfsBacking` is present in package/dist/lib/manager-worker.js
35983
- // and the `secret-files-tmpfs` key ships in the bundle. Auto-publish patch-
35984
- // bumps from main, so if a CLI-touching PR landed between the ENG-9348 merge
35985
- // and this one the real cut is higher than 0.28.678 and reach under-reports;
35986
- // re-verify before flipping the flag on for a canary (ENG-8575/ENG-9350).
35987
- since: "0.28.678"
35988
- },
35965
+ // ENG-9348 RETIRED (2026-08-24): the `secret-files-tmpfs` flag and its whole
35966
+ // tmpfs-backing implementation are removed after TWO prod outages. Symlinking
35967
+ // `.env.integrations` into /dev/shm raced the agent wrapper's `set -e; source
35968
+ // .env.integrations` (a symlink observed before its target existed → crashloop);
35969
+ // the seed-before-symlink fix (PR #4960) proved insufficient (a flag-read flap
35970
+ // let the destructive disable-revert re-open the window). Approach abandoned in
35971
+ // favour of the spawn-env path (ENG-9350, which never writes the file at all)
35972
+ // plus disk shred (ENG-9349). Removing the flag makes a third outage impossible.
35973
+ // Any lingering feature_flag_overrides rows for this key are inert (no reader);
35974
+ // clear them out-of-band if desired.
35975
+ // flag-archive-allow: secret-files-tmpfs retired after two prod outages feature removed, no manager reader remains
35989
35976
  {
35990
35977
  key: "memory-file-tombstones",
35991
35978
  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.",
package/dist/mcp/index.js CHANGED
@@ -42913,30 +42913,17 @@ var FLAG_REGISTRY = [
42913
42913
  // first the real cut is higher than this and the pin under-reports.
42914
42914
  since: "0.28.570"
42915
42915
  },
42916
- {
42917
- key: "secret-files-tmpfs",
42918
- 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).",
42919
- flagType: "boolean",
42920
- // Declared safe value is `false` (persistent files, today's behaviour).
42921
- // Fail-safe direction: a flag-DB read error must never, on its own, start
42922
- // relocating where prod secret files physically live. Flip on per-host for a
42923
- // canary, verify no plaintext lands on the persistent volume, then fleet-wide
42924
- // from the admin Feature Flags page.
42925
- defaultValue: false,
42926
- // ADR-0022 operator override, read by the host flag store's env layer (not a
42927
- // hand-written process.env gate) — same posture as memory-extraction /
42928
- // tool-call-audit above. Gives a per-host canary before the DB flag exists.
42929
- envVar: "AGT_SECRET_FILES_TMPFS_ENABLED",
42930
- // The real published build that carries the manager reader + core writer,
42931
- // replacing the deliberately-unreachable `99.0.0` this flag shipped with.
42932
- // Verified against the tarball (`npm pack @integrity-labs/agt-cli@0.28.678`):
42933
- // `setSecretFileTmpfsBacking` is present in package/dist/lib/manager-worker.js
42934
- // and the `secret-files-tmpfs` key ships in the bundle. Auto-publish patch-
42935
- // bumps from main, so if a CLI-touching PR landed between the ENG-9348 merge
42936
- // and this one the real cut is higher than 0.28.678 and reach under-reports;
42937
- // re-verify before flipping the flag on for a canary (ENG-8575/ENG-9350).
42938
- since: "0.28.678"
42939
- },
42916
+ // ENG-9348 RETIRED (2026-08-24): the `secret-files-tmpfs` flag and its whole
42917
+ // tmpfs-backing implementation are removed after TWO prod outages. Symlinking
42918
+ // `.env.integrations` into /dev/shm raced the agent wrapper's `set -e; source
42919
+ // .env.integrations` (a symlink observed before its target existed → crashloop);
42920
+ // the seed-before-symlink fix (PR #4960) proved insufficient (a flag-read flap
42921
+ // let the destructive disable-revert re-open the window). Approach abandoned in
42922
+ // favour of the spawn-env path (ENG-9350, which never writes the file at all)
42923
+ // plus disk shred (ENG-9349). Removing the flag makes a third outage impossible.
42924
+ // Any lingering feature_flag_overrides rows for this key are inert (no reader);
42925
+ // clear them out-of-band if desired.
42926
+ // flag-archive-allow: secret-files-tmpfs retired after two prod outages feature removed, no manager reader remains
42940
42927
  {
42941
42928
  key: "memory-file-tombstones",
42942
42929
  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.",
@@ -41700,30 +41700,17 @@ var FLAG_REGISTRY = [
41700
41700
  // first the real cut is higher than this and the pin under-reports.
41701
41701
  since: "0.28.570"
41702
41702
  },
41703
- {
41704
- key: "secret-files-tmpfs",
41705
- 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).",
41706
- flagType: "boolean",
41707
- // Declared safe value is `false` (persistent files, today's behaviour).
41708
- // Fail-safe direction: a flag-DB read error must never, on its own, start
41709
- // relocating where prod secret files physically live. Flip on per-host for a
41710
- // canary, verify no plaintext lands on the persistent volume, then fleet-wide
41711
- // from the admin Feature Flags page.
41712
- defaultValue: false,
41713
- // ADR-0022 operator override, read by the host flag store's env layer (not a
41714
- // hand-written process.env gate) — same posture as memory-extraction /
41715
- // tool-call-audit above. Gives a per-host canary before the DB flag exists.
41716
- envVar: "AGT_SECRET_FILES_TMPFS_ENABLED",
41717
- // The real published build that carries the manager reader + core writer,
41718
- // replacing the deliberately-unreachable `99.0.0` this flag shipped with.
41719
- // Verified against the tarball (`npm pack @integrity-labs/agt-cli@0.28.678`):
41720
- // `setSecretFileTmpfsBacking` is present in package/dist/lib/manager-worker.js
41721
- // and the `secret-files-tmpfs` key ships in the bundle. Auto-publish patch-
41722
- // bumps from main, so if a CLI-touching PR landed between the ENG-9348 merge
41723
- // and this one the real cut is higher than 0.28.678 and reach under-reports;
41724
- // re-verify before flipping the flag on for a canary (ENG-8575/ENG-9350).
41725
- since: "0.28.678"
41726
- },
41703
+ // ENG-9348 RETIRED (2026-08-24): the `secret-files-tmpfs` flag and its whole
41704
+ // tmpfs-backing implementation are removed after TWO prod outages. Symlinking
41705
+ // `.env.integrations` into /dev/shm raced the agent wrapper's `set -e; source
41706
+ // .env.integrations` (a symlink observed before its target existed → crashloop);
41707
+ // the seed-before-symlink fix (PR #4960) proved insufficient (a flag-read flap
41708
+ // let the destructive disable-revert re-open the window). Approach abandoned in
41709
+ // favour of the spawn-env path (ENG-9350, which never writes the file at all)
41710
+ // plus disk shred (ENG-9349). Removing the flag makes a third outage impossible.
41711
+ // Any lingering feature_flag_overrides rows for this key are inert (no reader);
41712
+ // clear them out-of-band if desired.
41713
+ // flag-archive-allow: secret-files-tmpfs retired after two prod outages feature removed, no manager reader remains
41727
41714
  {
41728
41715
  key: "memory-file-tombstones",
41729
41716
  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.",
@@ -36171,30 +36171,17 @@ var FLAG_REGISTRY = [
36171
36171
  // first the real cut is higher than this and the pin under-reports.
36172
36172
  since: "0.28.570"
36173
36173
  },
36174
- {
36175
- key: "secret-files-tmpfs",
36176
- 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).",
36177
- flagType: "boolean",
36178
- // Declared safe value is `false` (persistent files, today's behaviour).
36179
- // Fail-safe direction: a flag-DB read error must never, on its own, start
36180
- // relocating where prod secret files physically live. Flip on per-host for a
36181
- // canary, verify no plaintext lands on the persistent volume, then fleet-wide
36182
- // from the admin Feature Flags page.
36183
- defaultValue: false,
36184
- // ADR-0022 operator override, read by the host flag store's env layer (not a
36185
- // hand-written process.env gate) — same posture as memory-extraction /
36186
- // tool-call-audit above. Gives a per-host canary before the DB flag exists.
36187
- envVar: "AGT_SECRET_FILES_TMPFS_ENABLED",
36188
- // The real published build that carries the manager reader + core writer,
36189
- // replacing the deliberately-unreachable `99.0.0` this flag shipped with.
36190
- // Verified against the tarball (`npm pack @integrity-labs/agt-cli@0.28.678`):
36191
- // `setSecretFileTmpfsBacking` is present in package/dist/lib/manager-worker.js
36192
- // and the `secret-files-tmpfs` key ships in the bundle. Auto-publish patch-
36193
- // bumps from main, so if a CLI-touching PR landed between the ENG-9348 merge
36194
- // and this one the real cut is higher than 0.28.678 and reach under-reports;
36195
- // re-verify before flipping the flag on for a canary (ENG-8575/ENG-9350).
36196
- since: "0.28.678"
36197
- },
36174
+ // ENG-9348 RETIRED (2026-08-24): the `secret-files-tmpfs` flag and its whole
36175
+ // tmpfs-backing implementation are removed after TWO prod outages. Symlinking
36176
+ // `.env.integrations` into /dev/shm raced the agent wrapper's `set -e; source
36177
+ // .env.integrations` (a symlink observed before its target existed → crashloop);
36178
+ // the seed-before-symlink fix (PR #4960) proved insufficient (a flag-read flap
36179
+ // let the destructive disable-revert re-open the window). Approach abandoned in
36180
+ // favour of the spawn-env path (ENG-9350, which never writes the file at all)
36181
+ // plus disk shred (ENG-9349). Removing the flag makes a third outage impossible.
36182
+ // Any lingering feature_flag_overrides rows for this key are inert (no reader);
36183
+ // clear them out-of-band if desired.
36184
+ // flag-archive-allow: secret-files-tmpfs retired after two prod outages feature removed, no manager reader remains
36198
36185
  {
36199
36186
  key: "memory-file-tombstones",
36200
36187
  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.",
@@ -36327,30 +36327,17 @@ var FLAG_REGISTRY = [
36327
36327
  // first the real cut is higher than this and the pin under-reports.
36328
36328
  since: "0.28.570"
36329
36329
  },
36330
- {
36331
- key: "secret-files-tmpfs",
36332
- 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).",
36333
- flagType: "boolean",
36334
- // Declared safe value is `false` (persistent files, today's behaviour).
36335
- // Fail-safe direction: a flag-DB read error must never, on its own, start
36336
- // relocating where prod secret files physically live. Flip on per-host for a
36337
- // canary, verify no plaintext lands on the persistent volume, then fleet-wide
36338
- // from the admin Feature Flags page.
36339
- defaultValue: false,
36340
- // ADR-0022 operator override, read by the host flag store's env layer (not a
36341
- // hand-written process.env gate) — same posture as memory-extraction /
36342
- // tool-call-audit above. Gives a per-host canary before the DB flag exists.
36343
- envVar: "AGT_SECRET_FILES_TMPFS_ENABLED",
36344
- // The real published build that carries the manager reader + core writer,
36345
- // replacing the deliberately-unreachable `99.0.0` this flag shipped with.
36346
- // Verified against the tarball (`npm pack @integrity-labs/agt-cli@0.28.678`):
36347
- // `setSecretFileTmpfsBacking` is present in package/dist/lib/manager-worker.js
36348
- // and the `secret-files-tmpfs` key ships in the bundle. Auto-publish patch-
36349
- // bumps from main, so if a CLI-touching PR landed between the ENG-9348 merge
36350
- // and this one the real cut is higher than 0.28.678 and reach under-reports;
36351
- // re-verify before flipping the flag on for a canary (ENG-8575/ENG-9350).
36352
- since: "0.28.678"
36353
- },
36330
+ // ENG-9348 RETIRED (2026-08-24): the `secret-files-tmpfs` flag and its whole
36331
+ // tmpfs-backing implementation are removed after TWO prod outages. Symlinking
36332
+ // `.env.integrations` into /dev/shm raced the agent wrapper's `set -e; source
36333
+ // .env.integrations` (a symlink observed before its target existed → crashloop);
36334
+ // the seed-before-symlink fix (PR #4960) proved insufficient (a flag-read flap
36335
+ // let the destructive disable-revert re-open the window). Approach abandoned in
36336
+ // favour of the spawn-env path (ENG-9350, which never writes the file at all)
36337
+ // plus disk shred (ENG-9349). Removing the flag makes a third outage impossible.
36338
+ // Any lingering feature_flag_overrides rows for this key are inert (no reader);
36339
+ // clear them out-of-band if desired.
36340
+ // flag-archive-allow: secret-files-tmpfs retired after two prod outages feature removed, no manager reader remains
36354
36341
  {
36355
36342
  key: "memory-file-tombstones",
36356
36343
  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.",
@@ -43,8 +43,8 @@ import {
43
43
  writeDirectChatSessionState,
44
44
  writeEgressAllowlist,
45
45
  writePersistentClaudeWrapper
46
- } from "./chunk-XF2B7JHC.js";
47
- import "./chunk-2GNXBVWJ.js";
46
+ } from "./chunk-WHW747J3.js";
47
+ import "./chunk-7K2I4LJZ.js";
48
48
  import "./chunk-XWVM4KPK.js";
49
49
  export {
50
50
  EGRESS_BASELINE_DOMAINS,
@@ -92,4 +92,4 @@ export {
92
92
  writeEgressAllowlist,
93
93
  writePersistentClaudeWrapper
94
94
  };
95
- //# sourceMappingURL=persistent-session-LVBNKFMF.js.map
95
+ //# sourceMappingURL=persistent-session-42FL5BEW.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-XF2B7JHC.js";
4
- import "./chunk-2GNXBVWJ.js";
3
+ } from "./chunk-WHW747J3.js";
4
+ import "./chunk-7K2I4LJZ.js";
5
5
  import "./chunk-XWVM4KPK.js";
6
6
 
7
7
  // src/lib/responsiveness-probe.ts
@@ -745,4 +745,4 @@ export {
745
745
  readAndResetSlackReplyBindingClassifications,
746
746
  readAndResetSlackReplyTargetClassifications
747
747
  };
748
- //# sourceMappingURL=responsiveness-probe-T52RFYK3.js.map
748
+ //# sourceMappingURL=responsiveness-probe-RG2SD7HX.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  sessionTranscriptDir
3
- } from "./chunk-2GNXBVWJ.js";
3
+ } from "./chunk-7K2I4LJZ.js";
4
4
 
5
5
  // src/lib/session-auth-dead.ts
6
6
  import { closeSync, openSync, readSync, readdirSync, statSync } from "fs";
@@ -203,4 +203,4 @@ export {
203
203
  decideSessionAuthState,
204
204
  probeSessionAuth
205
205
  };
206
- //# sourceMappingURL=session-auth-dead-MV6C7TBH.js.map
206
+ //# sourceMappingURL=session-auth-dead-SHLP7FRQ.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.691",
3
+ "version": "0.28.692",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {