@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.
- package/dist/bin/agt.js +5 -5
- package/dist/{chunk-2GNXBVWJ.js → chunk-7K2I4LJZ.js} +12 -25
- package/dist/chunk-7K2I4LJZ.js.map +1 -0
- package/dist/{chunk-ZY57BJYH.js → chunk-ITB6NEXM.js} +430 -628
- package/dist/chunk-ITB6NEXM.js.map +1 -0
- package/dist/{chunk-XF2B7JHC.js → chunk-WHW747J3.js} +2 -2
- package/dist/{claude-pair-runtime-PDOGREOQ.js → claude-pair-runtime-ENI5O3JA.js} +2 -2
- package/dist/lib/manager-worker.js +13 -15
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/direct-chat-channel.js +11 -24
- package/dist/mcp/index.js +11 -24
- package/dist/mcp/origami.js +11 -24
- package/dist/mcp/slack-channel.js +11 -24
- package/dist/mcp/telegram-channel.js +11 -24
- package/dist/{persistent-session-LVBNKFMF.js → persistent-session-42FL5BEW.js} +3 -3
- package/dist/{responsiveness-probe-T52RFYK3.js → responsiveness-probe-RG2SD7HX.js} +3 -3
- package/dist/{session-auth-dead-MV6C7TBH.js → session-auth-dead-SHLP7FRQ.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-2GNXBVWJ.js.map +0 -1
- package/dist/chunk-ZY57BJYH.js.map +0 -1
- /package/dist/{chunk-XF2B7JHC.js.map → chunk-WHW747J3.js.map} +0 -0
- /package/dist/{claude-pair-runtime-PDOGREOQ.js.map → claude-pair-runtime-ENI5O3JA.js.map} +0 -0
- /package/dist/{persistent-session-LVBNKFMF.js.map → persistent-session-42FL5BEW.js.map} +0 -0
- /package/dist/{responsiveness-probe-T52RFYK3.js.map → responsiveness-probe-RG2SD7HX.js.map} +0 -0
- /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
|
-
|
|
35967
|
-
|
|
35968
|
-
|
|
35969
|
-
|
|
35970
|
-
|
|
35971
|
-
|
|
35972
|
-
|
|
35973
|
-
|
|
35974
|
-
|
|
35975
|
-
|
|
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
|
-
|
|
42918
|
-
|
|
42919
|
-
|
|
42920
|
-
|
|
42921
|
-
|
|
42922
|
-
|
|
42923
|
-
|
|
42924
|
-
|
|
42925
|
-
|
|
42926
|
-
|
|
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.",
|
package/dist/mcp/origami.js
CHANGED
|
@@ -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
|
-
|
|
41705
|
-
|
|
41706
|
-
|
|
41707
|
-
|
|
41708
|
-
|
|
41709
|
-
|
|
41710
|
-
|
|
41711
|
-
|
|
41712
|
-
|
|
41713
|
-
|
|
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
|
-
|
|
36176
|
-
|
|
36177
|
-
|
|
36178
|
-
|
|
36179
|
-
|
|
36180
|
-
|
|
36181
|
-
|
|
36182
|
-
|
|
36183
|
-
|
|
36184
|
-
|
|
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
|
-
|
|
36332
|
-
|
|
36333
|
-
|
|
36334
|
-
|
|
36335
|
-
|
|
36336
|
-
|
|
36337
|
-
|
|
36338
|
-
|
|
36339
|
-
|
|
36340
|
-
|
|
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-
|
|
47
|
-
import "./chunk-
|
|
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-
|
|
95
|
+
//# sourceMappingURL=persistent-session-42FL5BEW.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
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-
|
|
748
|
+
//# sourceMappingURL=responsiveness-probe-RG2SD7HX.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
sessionTranscriptDir
|
|
3
|
-
} from "./chunk-
|
|
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-
|
|
206
|
+
//# sourceMappingURL=session-auth-dead-SHLP7FRQ.js.map
|