@integrity-labs/agt-cli 0.28.669 → 0.28.670

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-U5EI5SXJ.js → chunk-5GDKWIB3.js} +2 -2
  3. package/dist/{chunk-4GA4K2BF.js → chunk-HGVJVYKW.js} +33 -22
  4. package/dist/chunk-HGVJVYKW.js.map +1 -0
  5. package/dist/{chunk-TUQQYFGV.js → chunk-Z4O42VGJ.js} +4 -4
  6. package/dist/chunk-Z4O42VGJ.js.map +1 -0
  7. package/dist/{claude-pair-runtime-ZBI2RWAO.js → claude-pair-runtime-W6KBVHK4.js} +2 -2
  8. package/dist/lib/manager-worker.js +13 -13
  9. package/dist/lib/manager-worker.js.map +1 -1
  10. package/dist/mcp/direct-chat-channel.js +31 -20
  11. package/dist/mcp/index.js +31 -20
  12. package/dist/mcp/origami.js +31 -20
  13. package/dist/mcp/slack-channel.js +31 -20
  14. package/dist/mcp/telegram-channel.js +31 -20
  15. package/dist/{persistent-session-4LP3DQ5U.js → persistent-session-RZH67PNC.js} +3 -3
  16. package/dist/{responsiveness-probe-P3GHBH2Y.js → responsiveness-probe-NPNMNOFF.js} +3 -3
  17. package/dist/{session-auth-dead-3QN24ELV.js → session-auth-dead-CFAYSZ43.js} +2 -2
  18. package/package.json +1 -1
  19. package/dist/chunk-4GA4K2BF.js.map +0 -1
  20. package/dist/chunk-TUQQYFGV.js.map +0 -1
  21. /package/dist/{chunk-U5EI5SXJ.js.map → chunk-5GDKWIB3.js.map} +0 -0
  22. /package/dist/{claude-pair-runtime-ZBI2RWAO.js.map → claude-pair-runtime-W6KBVHK4.js.map} +0 -0
  23. /package/dist/{persistent-session-4LP3DQ5U.js.map → persistent-session-RZH67PNC.js.map} +0 -0
  24. /package/dist/{responsiveness-probe-P3GHBH2Y.js.map → responsiveness-probe-NPNMNOFF.js.map} +0 -0
  25. /package/dist/{session-auth-dead-3QN24ELV.js.map → session-auth-dead-CFAYSZ43.js.map} +0 -0
@@ -35912,29 +35912,40 @@ var FLAG_REGISTRY = [
35912
35912
  // write path, not a host's local environment file. One more reason not to
35913
35913
  // canary with it.
35914
35914
  envVar: "AGT_MEMORY_TOMBSTONES_ENABLED",
35915
- // Deliberately unreachable placeholder: the reader is not published yet.
35915
+ // Pinned to the first PUBLISHED agt-cli whose manager carries a WORKING
35916
+ // reader, verified against the tarball rather than inferred from the merge.
35917
+ // ENG-9229 + ENG-9257 merged as 91a67cb08, but auto-publish patch-bumps
35918
+ // from whatever is on main, so the merge does not name a version: a second
35919
+ // CLI-touching merge landed eight minutes later, and `latest` was already
35920
+ // past our cut by the time anyone looked. What settles it is
35921
+ // `npm pack @integrity-labs/agt-cli@<v>` + grep of
35922
+ // package/dist/lib/manager-worker.js (the manager is the actual reader; the
35923
+ // dist/mcp/* occurrences are bundling artifacts). 0.28.666 carries NONE of
35924
+ // `_memory-retirement`, `memory-file-tombstones`, `applyMemoryTombstones`,
35925
+ // `memory-retirement-report`; 0.28.667 carries all four.
35916
35926
  //
35917
- // It must be PARSEABLE and unreachable, not omitted and not garbage.
35918
- // classifyHostReach (packages/core/src/feature-flags/reach.ts) maps an
35919
- // empty `since` to `honors` for EVERY host including ones with no reader at
35920
- // all, and maps an unparseable one to `unknown` — which collides with the
35921
- // "host reports no agt_version" class, so an operator cannot tell "not
35922
- // shipped yet" from "these hosts are unreadable". '99.99.99' classifies
35923
- // every host `stale`, which is the honest pre-publication answer.
35927
+ // ALL FOUR, because this has to name the first build where flipping the
35928
+ // flag does what the flag SAYS, not merely the first build with a reader:
35929
+ // the write-time manifest gate, the tombstone pass sitting above the
35930
+ // download short-circuit, the response hash covering the tombstone list,
35931
+ // and the report-back. Ship a build missing any of those and reach reports
35932
+ // `honors` for hosts that silently never act. Here they shipped in one
35933
+ // merge so they could not be split across versions - that is a property of
35934
+ // this cut, not a guarantee about the next one.
35924
35935
  //
35925
- // Note '0.29.0' is used elsewhere for the same purpose but is weaker: it is
35926
- // unreachable only by accident of auto-publish patch-bumping 0.28.x, so one
35927
- // deliberate minor bump would silently reclassify the whole fleet `honors`.
35936
+ // MOVE THIS PIN whenever a change alters what arming the flag DOES on a
35937
+ // host, to the first version carrying the CHANGED behaviour, and verify
35938
+ // that one against the tarball too (apps/cli/package.json is not the
35939
+ // published number). See `tool-call-audit` above, where the pin was NOT
35940
+ // moved at such a merge and went stale for a day.
35928
35941
  //
35929
- // REPLACE IT AT THE **CLI** MERGE, not the API merge `since` describes
35930
- // what the HOST can act on — with the published tarball's version (verify
35931
- // via `npm pack`; apps/cli/package.json is not the published number). And
35932
- // it must name the first build where flipping the flag does what this flag
35933
- // SAYS, not merely the first build with a reader: that means the manifest
35934
- // gate, the tombstone pass sitting above the download short-circuit, and
35935
- // the response hash covering the tombstone list. Ship a build missing any
35936
- // of those and reach reports `honors` for hosts that silently never act.
35937
- since: "99.99.99"
35942
+ // WHY THIS FIELD IS NEVER OMITTED, whatever it is set to. classifyHostReach
35943
+ // (packages/core/src/feature-flags/reach.ts) maps an empty `since` to
35944
+ // `honors` for EVERY host including ones with no reader at all, and maps an
35945
+ // unparseable one to `unknown` - which collides with the "host reports no
35946
+ // agt_version" class, so an operator cannot tell "not shipped yet" from
35947
+ // "these hosts are unreadable". Both outlive this particular version.
35948
+ since: "0.28.667"
35938
35949
  },
35939
35950
  {
35940
35951
  key: "conversation-eval-backend",
package/dist/mcp/index.js CHANGED
@@ -42851,29 +42851,40 @@ var FLAG_REGISTRY = [
42851
42851
  // write path, not a host's local environment file. One more reason not to
42852
42852
  // canary with it.
42853
42853
  envVar: "AGT_MEMORY_TOMBSTONES_ENABLED",
42854
- // Deliberately unreachable placeholder: the reader is not published yet.
42854
+ // Pinned to the first PUBLISHED agt-cli whose manager carries a WORKING
42855
+ // reader, verified against the tarball rather than inferred from the merge.
42856
+ // ENG-9229 + ENG-9257 merged as 91a67cb08, but auto-publish patch-bumps
42857
+ // from whatever is on main, so the merge does not name a version: a second
42858
+ // CLI-touching merge landed eight minutes later, and `latest` was already
42859
+ // past our cut by the time anyone looked. What settles it is
42860
+ // `npm pack @integrity-labs/agt-cli@<v>` + grep of
42861
+ // package/dist/lib/manager-worker.js (the manager is the actual reader; the
42862
+ // dist/mcp/* occurrences are bundling artifacts). 0.28.666 carries NONE of
42863
+ // `_memory-retirement`, `memory-file-tombstones`, `applyMemoryTombstones`,
42864
+ // `memory-retirement-report`; 0.28.667 carries all four.
42855
42865
  //
42856
- // It must be PARSEABLE and unreachable, not omitted and not garbage.
42857
- // classifyHostReach (packages/core/src/feature-flags/reach.ts) maps an
42858
- // empty `since` to `honors` for EVERY host including ones with no reader at
42859
- // all, and maps an unparseable one to `unknown` — which collides with the
42860
- // "host reports no agt_version" class, so an operator cannot tell "not
42861
- // shipped yet" from "these hosts are unreadable". '99.99.99' classifies
42862
- // every host `stale`, which is the honest pre-publication answer.
42866
+ // ALL FOUR, because this has to name the first build where flipping the
42867
+ // flag does what the flag SAYS, not merely the first build with a reader:
42868
+ // the write-time manifest gate, the tombstone pass sitting above the
42869
+ // download short-circuit, the response hash covering the tombstone list,
42870
+ // and the report-back. Ship a build missing any of those and reach reports
42871
+ // `honors` for hosts that silently never act. Here they shipped in one
42872
+ // merge so they could not be split across versions - that is a property of
42873
+ // this cut, not a guarantee about the next one.
42863
42874
  //
42864
- // Note '0.29.0' is used elsewhere for the same purpose but is weaker: it is
42865
- // unreachable only by accident of auto-publish patch-bumping 0.28.x, so one
42866
- // deliberate minor bump would silently reclassify the whole fleet `honors`.
42875
+ // MOVE THIS PIN whenever a change alters what arming the flag DOES on a
42876
+ // host, to the first version carrying the CHANGED behaviour, and verify
42877
+ // that one against the tarball too (apps/cli/package.json is not the
42878
+ // published number). See `tool-call-audit` above, where the pin was NOT
42879
+ // moved at such a merge and went stale for a day.
42867
42880
  //
42868
- // REPLACE IT AT THE **CLI** MERGE, not the API merge `since` describes
42869
- // what the HOST can act on — with the published tarball's version (verify
42870
- // via `npm pack`; apps/cli/package.json is not the published number). And
42871
- // it must name the first build where flipping the flag does what this flag
42872
- // SAYS, not merely the first build with a reader: that means the manifest
42873
- // gate, the tombstone pass sitting above the download short-circuit, and
42874
- // the response hash covering the tombstone list. Ship a build missing any
42875
- // of those and reach reports `honors` for hosts that silently never act.
42876
- since: "99.99.99"
42881
+ // WHY THIS FIELD IS NEVER OMITTED, whatever it is set to. classifyHostReach
42882
+ // (packages/core/src/feature-flags/reach.ts) maps an empty `since` to
42883
+ // `honors` for EVERY host including ones with no reader at all, and maps an
42884
+ // unparseable one to `unknown` - which collides with the "host reports no
42885
+ // agt_version" class, so an operator cannot tell "not shipped yet" from
42886
+ // "these hosts are unreadable". Both outlive this particular version.
42887
+ since: "0.28.667"
42877
42888
  },
42878
42889
  {
42879
42890
  key: "conversation-eval-backend",
@@ -41662,29 +41662,40 @@ var FLAG_REGISTRY = [
41662
41662
  // write path, not a host's local environment file. One more reason not to
41663
41663
  // canary with it.
41664
41664
  envVar: "AGT_MEMORY_TOMBSTONES_ENABLED",
41665
- // Deliberately unreachable placeholder: the reader is not published yet.
41665
+ // Pinned to the first PUBLISHED agt-cli whose manager carries a WORKING
41666
+ // reader, verified against the tarball rather than inferred from the merge.
41667
+ // ENG-9229 + ENG-9257 merged as 91a67cb08, but auto-publish patch-bumps
41668
+ // from whatever is on main, so the merge does not name a version: a second
41669
+ // CLI-touching merge landed eight minutes later, and `latest` was already
41670
+ // past our cut by the time anyone looked. What settles it is
41671
+ // `npm pack @integrity-labs/agt-cli@<v>` + grep of
41672
+ // package/dist/lib/manager-worker.js (the manager is the actual reader; the
41673
+ // dist/mcp/* occurrences are bundling artifacts). 0.28.666 carries NONE of
41674
+ // `_memory-retirement`, `memory-file-tombstones`, `applyMemoryTombstones`,
41675
+ // `memory-retirement-report`; 0.28.667 carries all four.
41666
41676
  //
41667
- // It must be PARSEABLE and unreachable, not omitted and not garbage.
41668
- // classifyHostReach (packages/core/src/feature-flags/reach.ts) maps an
41669
- // empty `since` to `honors` for EVERY host including ones with no reader at
41670
- // all, and maps an unparseable one to `unknown` — which collides with the
41671
- // "host reports no agt_version" class, so an operator cannot tell "not
41672
- // shipped yet" from "these hosts are unreadable". '99.99.99' classifies
41673
- // every host `stale`, which is the honest pre-publication answer.
41677
+ // ALL FOUR, because this has to name the first build where flipping the
41678
+ // flag does what the flag SAYS, not merely the first build with a reader:
41679
+ // the write-time manifest gate, the tombstone pass sitting above the
41680
+ // download short-circuit, the response hash covering the tombstone list,
41681
+ // and the report-back. Ship a build missing any of those and reach reports
41682
+ // `honors` for hosts that silently never act. Here they shipped in one
41683
+ // merge so they could not be split across versions - that is a property of
41684
+ // this cut, not a guarantee about the next one.
41674
41685
  //
41675
- // Note '0.29.0' is used elsewhere for the same purpose but is weaker: it is
41676
- // unreachable only by accident of auto-publish patch-bumping 0.28.x, so one
41677
- // deliberate minor bump would silently reclassify the whole fleet `honors`.
41686
+ // MOVE THIS PIN whenever a change alters what arming the flag DOES on a
41687
+ // host, to the first version carrying the CHANGED behaviour, and verify
41688
+ // that one against the tarball too (apps/cli/package.json is not the
41689
+ // published number). See `tool-call-audit` above, where the pin was NOT
41690
+ // moved at such a merge and went stale for a day.
41678
41691
  //
41679
- // REPLACE IT AT THE **CLI** MERGE, not the API merge `since` describes
41680
- // what the HOST can act on — with the published tarball's version (verify
41681
- // via `npm pack`; apps/cli/package.json is not the published number). And
41682
- // it must name the first build where flipping the flag does what this flag
41683
- // SAYS, not merely the first build with a reader: that means the manifest
41684
- // gate, the tombstone pass sitting above the download short-circuit, and
41685
- // the response hash covering the tombstone list. Ship a build missing any
41686
- // of those and reach reports `honors` for hosts that silently never act.
41687
- since: "99.99.99"
41692
+ // WHY THIS FIELD IS NEVER OMITTED, whatever it is set to. classifyHostReach
41693
+ // (packages/core/src/feature-flags/reach.ts) maps an empty `since` to
41694
+ // `honors` for EVERY host including ones with no reader at all, and maps an
41695
+ // unparseable one to `unknown` - which collides with the "host reports no
41696
+ // agt_version" class, so an operator cannot tell "not shipped yet" from
41697
+ // "these hosts are unreadable". Both outlive this particular version.
41698
+ since: "0.28.667"
41688
41699
  },
41689
41700
  {
41690
41701
  key: "conversation-eval-backend",
@@ -36145,29 +36145,40 @@ var FLAG_REGISTRY = [
36145
36145
  // write path, not a host's local environment file. One more reason not to
36146
36146
  // canary with it.
36147
36147
  envVar: "AGT_MEMORY_TOMBSTONES_ENABLED",
36148
- // Deliberately unreachable placeholder: the reader is not published yet.
36148
+ // Pinned to the first PUBLISHED agt-cli whose manager carries a WORKING
36149
+ // reader, verified against the tarball rather than inferred from the merge.
36150
+ // ENG-9229 + ENG-9257 merged as 91a67cb08, but auto-publish patch-bumps
36151
+ // from whatever is on main, so the merge does not name a version: a second
36152
+ // CLI-touching merge landed eight minutes later, and `latest` was already
36153
+ // past our cut by the time anyone looked. What settles it is
36154
+ // `npm pack @integrity-labs/agt-cli@<v>` + grep of
36155
+ // package/dist/lib/manager-worker.js (the manager is the actual reader; the
36156
+ // dist/mcp/* occurrences are bundling artifacts). 0.28.666 carries NONE of
36157
+ // `_memory-retirement`, `memory-file-tombstones`, `applyMemoryTombstones`,
36158
+ // `memory-retirement-report`; 0.28.667 carries all four.
36149
36159
  //
36150
- // It must be PARSEABLE and unreachable, not omitted and not garbage.
36151
- // classifyHostReach (packages/core/src/feature-flags/reach.ts) maps an
36152
- // empty `since` to `honors` for EVERY host including ones with no reader at
36153
- // all, and maps an unparseable one to `unknown` — which collides with the
36154
- // "host reports no agt_version" class, so an operator cannot tell "not
36155
- // shipped yet" from "these hosts are unreadable". '99.99.99' classifies
36156
- // every host `stale`, which is the honest pre-publication answer.
36160
+ // ALL FOUR, because this has to name the first build where flipping the
36161
+ // flag does what the flag SAYS, not merely the first build with a reader:
36162
+ // the write-time manifest gate, the tombstone pass sitting above the
36163
+ // download short-circuit, the response hash covering the tombstone list,
36164
+ // and the report-back. Ship a build missing any of those and reach reports
36165
+ // `honors` for hosts that silently never act. Here they shipped in one
36166
+ // merge so they could not be split across versions - that is a property of
36167
+ // this cut, not a guarantee about the next one.
36157
36168
  //
36158
- // Note '0.29.0' is used elsewhere for the same purpose but is weaker: it is
36159
- // unreachable only by accident of auto-publish patch-bumping 0.28.x, so one
36160
- // deliberate minor bump would silently reclassify the whole fleet `honors`.
36169
+ // MOVE THIS PIN whenever a change alters what arming the flag DOES on a
36170
+ // host, to the first version carrying the CHANGED behaviour, and verify
36171
+ // that one against the tarball too (apps/cli/package.json is not the
36172
+ // published number). See `tool-call-audit` above, where the pin was NOT
36173
+ // moved at such a merge and went stale for a day.
36161
36174
  //
36162
- // REPLACE IT AT THE **CLI** MERGE, not the API merge `since` describes
36163
- // what the HOST can act on — with the published tarball's version (verify
36164
- // via `npm pack`; apps/cli/package.json is not the published number). And
36165
- // it must name the first build where flipping the flag does what this flag
36166
- // SAYS, not merely the first build with a reader: that means the manifest
36167
- // gate, the tombstone pass sitting above the download short-circuit, and
36168
- // the response hash covering the tombstone list. Ship a build missing any
36169
- // of those and reach reports `honors` for hosts that silently never act.
36170
- since: "99.99.99"
36175
+ // WHY THIS FIELD IS NEVER OMITTED, whatever it is set to. classifyHostReach
36176
+ // (packages/core/src/feature-flags/reach.ts) maps an empty `since` to
36177
+ // `honors` for EVERY host including ones with no reader at all, and maps an
36178
+ // unparseable one to `unknown` - which collides with the "host reports no
36179
+ // agt_version" class, so an operator cannot tell "not shipped yet" from
36180
+ // "these hosts are unreadable". Both outlive this particular version.
36181
+ since: "0.28.667"
36171
36182
  },
36172
36183
  {
36173
36184
  key: "conversation-eval-backend",
@@ -36289,29 +36289,40 @@ var FLAG_REGISTRY = [
36289
36289
  // write path, not a host's local environment file. One more reason not to
36290
36290
  // canary with it.
36291
36291
  envVar: "AGT_MEMORY_TOMBSTONES_ENABLED",
36292
- // Deliberately unreachable placeholder: the reader is not published yet.
36292
+ // Pinned to the first PUBLISHED agt-cli whose manager carries a WORKING
36293
+ // reader, verified against the tarball rather than inferred from the merge.
36294
+ // ENG-9229 + ENG-9257 merged as 91a67cb08, but auto-publish patch-bumps
36295
+ // from whatever is on main, so the merge does not name a version: a second
36296
+ // CLI-touching merge landed eight minutes later, and `latest` was already
36297
+ // past our cut by the time anyone looked. What settles it is
36298
+ // `npm pack @integrity-labs/agt-cli@<v>` + grep of
36299
+ // package/dist/lib/manager-worker.js (the manager is the actual reader; the
36300
+ // dist/mcp/* occurrences are bundling artifacts). 0.28.666 carries NONE of
36301
+ // `_memory-retirement`, `memory-file-tombstones`, `applyMemoryTombstones`,
36302
+ // `memory-retirement-report`; 0.28.667 carries all four.
36293
36303
  //
36294
- // It must be PARSEABLE and unreachable, not omitted and not garbage.
36295
- // classifyHostReach (packages/core/src/feature-flags/reach.ts) maps an
36296
- // empty `since` to `honors` for EVERY host including ones with no reader at
36297
- // all, and maps an unparseable one to `unknown` — which collides with the
36298
- // "host reports no agt_version" class, so an operator cannot tell "not
36299
- // shipped yet" from "these hosts are unreadable". '99.99.99' classifies
36300
- // every host `stale`, which is the honest pre-publication answer.
36304
+ // ALL FOUR, because this has to name the first build where flipping the
36305
+ // flag does what the flag SAYS, not merely the first build with a reader:
36306
+ // the write-time manifest gate, the tombstone pass sitting above the
36307
+ // download short-circuit, the response hash covering the tombstone list,
36308
+ // and the report-back. Ship a build missing any of those and reach reports
36309
+ // `honors` for hosts that silently never act. Here they shipped in one
36310
+ // merge so they could not be split across versions - that is a property of
36311
+ // this cut, not a guarantee about the next one.
36301
36312
  //
36302
- // Note '0.29.0' is used elsewhere for the same purpose but is weaker: it is
36303
- // unreachable only by accident of auto-publish patch-bumping 0.28.x, so one
36304
- // deliberate minor bump would silently reclassify the whole fleet `honors`.
36313
+ // MOVE THIS PIN whenever a change alters what arming the flag DOES on a
36314
+ // host, to the first version carrying the CHANGED behaviour, and verify
36315
+ // that one against the tarball too (apps/cli/package.json is not the
36316
+ // published number). See `tool-call-audit` above, where the pin was NOT
36317
+ // moved at such a merge and went stale for a day.
36305
36318
  //
36306
- // REPLACE IT AT THE **CLI** MERGE, not the API merge `since` describes
36307
- // what the HOST can act on — with the published tarball's version (verify
36308
- // via `npm pack`; apps/cli/package.json is not the published number). And
36309
- // it must name the first build where flipping the flag does what this flag
36310
- // SAYS, not merely the first build with a reader: that means the manifest
36311
- // gate, the tombstone pass sitting above the download short-circuit, and
36312
- // the response hash covering the tombstone list. Ship a build missing any
36313
- // of those and reach reports `honors` for hosts that silently never act.
36314
- since: "99.99.99"
36319
+ // WHY THIS FIELD IS NEVER OMITTED, whatever it is set to. classifyHostReach
36320
+ // (packages/core/src/feature-flags/reach.ts) maps an empty `since` to
36321
+ // `honors` for EVERY host including ones with no reader at all, and maps an
36322
+ // unparseable one to `unknown` - which collides with the "host reports no
36323
+ // agt_version" class, so an operator cannot tell "not shipped yet" from
36324
+ // "these hosts are unreadable". Both outlive this particular version.
36325
+ since: "0.28.667"
36315
36326
  },
36316
36327
  {
36317
36328
  key: "conversation-eval-backend",
@@ -43,8 +43,8 @@ import {
43
43
  writeDirectChatSessionState,
44
44
  writeEgressAllowlist,
45
45
  writePersistentClaudeWrapper
46
- } from "./chunk-U5EI5SXJ.js";
47
- import "./chunk-4GA4K2BF.js";
46
+ } from "./chunk-5GDKWIB3.js";
47
+ import "./chunk-HGVJVYKW.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-4LP3DQ5U.js.map
95
+ //# sourceMappingURL=persistent-session-RZH67PNC.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-U5EI5SXJ.js";
4
- import "./chunk-4GA4K2BF.js";
3
+ } from "./chunk-5GDKWIB3.js";
4
+ import "./chunk-HGVJVYKW.js";
5
5
  import "./chunk-XWVM4KPK.js";
6
6
 
7
7
  // src/lib/responsiveness-probe.ts
@@ -727,4 +727,4 @@ export {
727
727
  readAndResetSlackReplyBindingClassifications,
728
728
  readAndResetSlackReplyTargetClassifications
729
729
  };
730
- //# sourceMappingURL=responsiveness-probe-P3GHBH2Y.js.map
730
+ //# sourceMappingURL=responsiveness-probe-NPNMNOFF.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  sessionTranscriptDir
3
- } from "./chunk-4GA4K2BF.js";
3
+ } from "./chunk-HGVJVYKW.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-3QN24ELV.js.map
206
+ //# sourceMappingURL=session-auth-dead-CFAYSZ43.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.669",
3
+ "version": "0.28.670",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {