@integrity-labs/agt-cli 0.28.840 → 0.28.842

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.
@@ -3,10 +3,13 @@ import {
3
3
  PANE_AGENT_ID_PROBE_TIMEOUT_MS,
4
4
  REQUIRED_SPAWN_ENV,
5
5
  SEND_KEYS_ENTER_DELAY_MS,
6
+ TMUX_BOOTSTRAP_HOLD_CMD,
7
+ TMUX_BOOTSTRAP_SESSION_PREFIX,
6
8
  _internals,
7
9
  buildDockerRunCommand,
8
10
  buildEgressAllowlist,
9
11
  buildSpawnEnv,
12
+ buildTmuxSpawnPlan,
10
13
  collectDiagnostics,
11
14
  describePaneAgentIdMismatch,
12
15
  detectFailureSignature,
@@ -39,6 +42,7 @@ import {
39
42
  restartEgressSidecar,
40
43
  rotatePaneLogForDayRollover,
41
44
  rotateSessionForWedge,
45
+ runTmuxSpawnPlan,
42
46
  sendToAgent,
43
47
  spawnBackoffMs,
44
48
  startPersistentSession,
@@ -46,21 +50,25 @@ import {
46
50
  stopAllSessionsAndWait,
47
51
  stopPersistentSession,
48
52
  takeZombieDetection,
53
+ tmuxBootstrapSessionName,
49
54
  writeDirectChatSessionState,
50
55
  writeEgressAllowlist,
51
56
  writePersistentClaudeWrapper
52
- } from "./chunk-W4KAZQBS.js";
53
- import "./chunk-DUOFKTAD.js";
57
+ } from "./chunk-KOVJCGBN.js";
58
+ import "./chunk-XBLODN73.js";
54
59
  import "./chunk-XWVM4KPK.js";
55
60
  export {
56
61
  EGRESS_BASELINE_DOMAINS,
57
62
  PANE_AGENT_ID_PROBE_TIMEOUT_MS,
58
63
  REQUIRED_SPAWN_ENV,
59
64
  SEND_KEYS_ENTER_DELAY_MS,
65
+ TMUX_BOOTSTRAP_HOLD_CMD,
66
+ TMUX_BOOTSTRAP_SESSION_PREFIX,
60
67
  _internals,
61
68
  buildDockerRunCommand,
62
69
  buildEgressAllowlist,
63
70
  buildSpawnEnv,
71
+ buildTmuxSpawnPlan,
64
72
  collectDiagnostics,
65
73
  describePaneAgentIdMismatch,
66
74
  detectFailureSignature,
@@ -93,6 +101,7 @@ export {
93
101
  restartEgressSidecar,
94
102
  rotatePaneLogForDayRollover,
95
103
  rotateSessionForWedge,
104
+ runTmuxSpawnPlan,
96
105
  sendToAgent,
97
106
  spawnBackoffMs,
98
107
  startPersistentSession,
@@ -100,8 +109,9 @@ export {
100
109
  stopAllSessionsAndWait,
101
110
  stopPersistentSession,
102
111
  takeZombieDetection,
112
+ tmuxBootstrapSessionName,
103
113
  writeDirectChatSessionState,
104
114
  writeEgressAllowlist,
105
115
  writePersistentClaudeWrapper
106
116
  };
107
- //# sourceMappingURL=persistent-session-N6FIS7UY.js.map
117
+ //# sourceMappingURL=persistent-session-2Y2PA4SO.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-W4KAZQBS.js";
4
- import "./chunk-DUOFKTAD.js";
3
+ } from "./chunk-KOVJCGBN.js";
4
+ import "./chunk-XBLODN73.js";
5
5
  import "./chunk-XWVM4KPK.js";
6
6
 
7
7
  // src/lib/responsiveness-probe.ts
@@ -764,4 +764,4 @@ export {
764
764
  readAndResetSlackReplyBindingClassifications,
765
765
  readAndResetSlackReplyTargetClassifications
766
766
  };
767
- //# sourceMappingURL=responsiveness-probe-OBQCSEFT.js.map
767
+ //# sourceMappingURL=responsiveness-probe-2ZJN5762.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  sessionTranscriptDir
3
- } from "./chunk-DUOFKTAD.js";
3
+ } from "./chunk-XBLODN73.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-LIPEYPBX.js.map
206
+ //# sourceMappingURL=session-auth-dead-X6B6C3BR.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.840",
3
+ "version": "0.28.842",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {