@integrity-labs/agt-cli 0.28.957 → 0.28.959

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.
@@ -35670,6 +35670,9 @@ var INSTALLABLE_NATIVE_INTEGRATIONS = INTEGRATION_REGISTRY.filter((d) => d.insta
35670
35670
  }));
35671
35671
  var INSTALLABLE_NATIVE_INTEGRATION_IDS = INSTALLABLE_NATIVE_INTEGRATIONS.map((i) => i.id);
35672
35672
 
35673
+ // ../core/dist/integrations/integration-broker/batch-card.js
35674
+ init_slack_block_kit();
35675
+
35673
35676
  // ../core/dist/direct-chat/upload.js
35674
35677
  var MB2 = 1024 * 1024;
35675
35678
  var DIRECT_CHAT_UPLOAD_MAX_BYTES = 100 * MB2;
@@ -35682,6 +35682,9 @@ var INSTALLABLE_NATIVE_INTEGRATIONS = INTEGRATION_REGISTRY.filter((d) => d.insta
35682
35682
  }));
35683
35683
  var INSTALLABLE_NATIVE_INTEGRATION_IDS = INSTALLABLE_NATIVE_INTEGRATIONS.map((i) => i.id);
35684
35684
 
35685
+ // ../core/dist/integrations/integration-broker/batch-card.js
35686
+ init_slack_block_kit();
35687
+
35685
35688
  // ../core/dist/direct-chat/upload.js
35686
35689
  var MB2 = 1024 * 1024;
35687
35690
  var DIRECT_CHAT_UPLOAD_MAX_BYTES = 100 * MB2;
@@ -62,8 +62,8 @@ import {
62
62
  writeDirectChatSessionState,
63
63
  writeEgressAllowlist,
64
64
  writePersistentClaudeWrapper
65
- } from "./chunk-WU3POTSH.js";
66
- import "./chunk-CRM7ITIY.js";
65
+ } from "./chunk-JDULE5NX.js";
66
+ import "./chunk-KCAFGTQM.js";
67
67
  import "./chunk-DHWNVVX4.js";
68
68
  import "./chunk-XWVM4KPK.js";
69
69
  export {
@@ -131,4 +131,4 @@ export {
131
131
  writeEgressAllowlist,
132
132
  writePersistentClaudeWrapper
133
133
  };
134
- //# sourceMappingURL=persistent-session-T7AGO2U3.js.map
134
+ //# sourceMappingURL=persistent-session-TGUC2Z5U.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-WU3POTSH.js";
4
- import "./chunk-CRM7ITIY.js";
3
+ } from "./chunk-JDULE5NX.js";
4
+ import "./chunk-KCAFGTQM.js";
5
5
  import "./chunk-DHWNVVX4.js";
6
6
  import "./chunk-XWVM4KPK.js";
7
7
 
@@ -800,4 +800,4 @@ export {
800
800
  readAndResetSlackReplyBindingClassifications,
801
801
  readAndResetSlackReplyTargetClassifications
802
802
  };
803
- //# sourceMappingURL=responsiveness-probe-NU6NKXBT.js.map
803
+ //# sourceMappingURL=responsiveness-probe-YG5KPOSN.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  sessionTranscriptDir
3
- } from "./chunk-CRM7ITIY.js";
3
+ } from "./chunk-KCAFGTQM.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-D25XBWZO.js.map
206
+ //# sourceMappingURL=session-auth-dead-2Z3PG6RK.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.957",
3
+ "version": "0.28.959",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {