@integrity-labs/agt-cli 0.27.12 → 0.27.13

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.
@@ -100,7 +100,7 @@ async function spawnPairSession(session) {
100
100
  return { ok: true };
101
101
  } catch {
102
102
  }
103
- const { resolveClaudeBinary } = await import("./persistent-session-ZYKKZYRW.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-ICYFLUAM.js");
104
104
  const claudeBin = resolveClaudeBinary();
105
105
  const pairEnv = {
106
106
  ...process.env,
@@ -373,4 +373,4 @@ export {
373
373
  startClaudePair,
374
374
  submitClaudePairCode
375
375
  };
376
- //# sourceMappingURL=claude-pair-runtime-UJIH6ZFB.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-ZBQKBBMT.js.map
@@ -15,7 +15,7 @@ import {
15
15
  provisionOrientHook,
16
16
  provisionStopHook,
17
17
  requireHost
18
- } from "../chunk-DFXRKR76.js";
18
+ } from "../chunk-Q4MWFZ5Y.js";
19
19
  import {
20
20
  getProjectDir as getProjectDir2,
21
21
  getReadyTasks,
@@ -46,7 +46,7 @@ import {
46
46
  stopAllSessionsAndWait,
47
47
  stopPersistentSession,
48
48
  takeZombieDetection
49
- } from "../chunk-7JFYAP7Y.js";
49
+ } from "../chunk-GN4XPQWJ.js";
50
50
  import {
51
51
  KANBAN_CHECK_COMMAND,
52
52
  appendDmFooter,
@@ -69,7 +69,7 @@ import {
69
69
  resolveConnectivityProbe,
70
70
  resolveDmTarget,
71
71
  wrapScheduledTaskPrompt
72
- } from "../chunk-TOMBC7IE.js";
72
+ } from "../chunk-YSBGIXJG.js";
73
73
  import {
74
74
  parsePsRows,
75
75
  reapOrphanChannelMcps
@@ -3166,7 +3166,7 @@ var cachedFrameworkVersion = null;
3166
3166
  var lastVersionCheckAt = 0;
3167
3167
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
3168
3168
  var lastResponsivenessProbeAt = 0;
3169
- var agtCliVersion = true ? "0.27.12" : "dev";
3169
+ var agtCliVersion = true ? "0.27.13" : "dev";
3170
3170
  function resolveBrewPath(execFileSync4) {
3171
3171
  try {
3172
3172
  const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -4180,7 +4180,7 @@ async function pollCycle() {
4180
4180
  }
4181
4181
  try {
4182
4182
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
4183
- const { collectDiagnostics } = await import("../persistent-session-ZYKKZYRW.js");
4183
+ const { collectDiagnostics } = await import("../persistent-session-ICYFLUAM.js");
4184
4184
  const diagCodeNames = [...agentState.persistentSessionAgents];
4185
4185
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
4186
4186
  let tailscaleHostname;
@@ -4248,7 +4248,7 @@ async function pollCycle() {
4248
4248
  const {
4249
4249
  collectResponsivenessProbes,
4250
4250
  getResponsivenessIntervalMs
4251
- } = await import("../responsiveness-probe-EYP76VWP.js");
4251
+ } = await import("../responsiveness-probe-WZNQ2762.js");
4252
4252
  const probeIntervalMs = getResponsivenessIntervalMs();
4253
4253
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
4254
4254
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -8196,7 +8196,7 @@ async function processClaudePairSessions(agents) {
8196
8196
  killPairSession,
8197
8197
  pairTmuxSession,
8198
8198
  finalizeClaudePairOnboarding
8199
- } = await import("../claude-pair-runtime-UJIH6ZFB.js");
8199
+ } = await import("../claude-pair-runtime-ZBQKBBMT.js");
8200
8200
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
8201
8201
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
8202
8202
  const killed = await killPairSession(pairTmuxSession(pairId));
@@ -21,8 +21,8 @@ import {
21
21
  stopPersistentSession,
22
22
  takeZombieDetection,
23
23
  writePersistentClaudeWrapper
24
- } from "./chunk-7JFYAP7Y.js";
25
- import "./chunk-TOMBC7IE.js";
24
+ } from "./chunk-GN4XPQWJ.js";
25
+ import "./chunk-YSBGIXJG.js";
26
26
  import "./chunk-XWVM4KPK.js";
27
27
  export {
28
28
  SEND_KEYS_ENTER_DELAY_MS,
@@ -48,4 +48,4 @@ export {
48
48
  takeZombieDetection,
49
49
  writePersistentClaudeWrapper
50
50
  };
51
- //# sourceMappingURL=persistent-session-ZYKKZYRW.js.map
51
+ //# sourceMappingURL=persistent-session-ICYFLUAM.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-7JFYAP7Y.js";
4
- import "./chunk-TOMBC7IE.js";
3
+ } from "./chunk-GN4XPQWJ.js";
4
+ import "./chunk-YSBGIXJG.js";
5
5
  import "./chunk-XWVM4KPK.js";
6
6
 
7
7
  // src/lib/responsiveness-probe.ts
@@ -30,4 +30,4 @@ export {
30
30
  collectResponsivenessProbes,
31
31
  getResponsivenessIntervalMs
32
32
  };
33
- //# sourceMappingURL=responsiveness-probe-EYP76VWP.js.map
33
+ //# sourceMappingURL=responsiveness-probe-WZNQ2762.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.27.12",
3
+ "version": "0.27.13",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {