@integrity-labs/agt-cli 0.28.129 → 0.28.130

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,7 +3,7 @@ import {
3
3
  formatMissingVar,
4
4
  isClaudeFastMode,
5
5
  probeMcpEnvSubstitution
6
- } from "./chunk-NCRDTQ54.js";
6
+ } from "./chunk-RIT2OY5S.js";
7
7
  import {
8
8
  reapOrphanChannelMcps
9
9
  } from "./chunk-XWVM4KPK.js";
@@ -1575,4 +1575,4 @@ export {
1575
1575
  stopAllSessionsAndWait,
1576
1576
  getProjectDir
1577
1577
  };
1578
- //# sourceMappingURL=chunk-GNDZBP3I.js.map
1578
+ //# sourceMappingURL=chunk-XBF7ACI5.js.map
@@ -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-YPKC2K44.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-YU3FIAUK.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-DDIIKRDG.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-F5KZNGVO.js.map
@@ -28,7 +28,7 @@ import {
28
28
  requireHost,
29
29
  safeWriteJsonAtomic,
30
30
  setConfigHash
31
- } from "../chunk-KIHRKGQI.js";
31
+ } from "../chunk-RTSX4A54.js";
32
32
  import {
33
33
  getProjectDir as getProjectDir2,
34
34
  getReadyTasks,
@@ -72,7 +72,7 @@ import {
72
72
  takeZombieDetection,
73
73
  transcriptActivityAgeSeconds,
74
74
  writeEgressAllowlist
75
- } from "../chunk-GNDZBP3I.js";
75
+ } from "../chunk-XBF7ACI5.js";
76
76
  import {
77
77
  FLAGS_SCHEMA_VERSION,
78
78
  FLAG_REGISTRY,
@@ -110,7 +110,7 @@ import {
110
110
  resolveDmTarget,
111
111
  sumTranscriptUsageInWindow,
112
112
  wrapScheduledTaskPrompt
113
- } from "../chunk-NCRDTQ54.js";
113
+ } from "../chunk-RIT2OY5S.js";
114
114
  import {
115
115
  parsePsRows,
116
116
  reapOrphanChannelMcps
@@ -7017,7 +7017,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
7017
7017
  var lastVersionCheckAt = 0;
7018
7018
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
7019
7019
  var lastResponsivenessProbeAt = 0;
7020
- var agtCliVersion = true ? "0.28.129" : "dev";
7020
+ var agtCliVersion = true ? "0.28.130" : "dev";
7021
7021
  function resolveBrewPath(execFileSync4) {
7022
7022
  try {
7023
7023
  const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -8144,7 +8144,7 @@ async function pollCycle() {
8144
8144
  }
8145
8145
  try {
8146
8146
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
8147
- const { collectDiagnostics } = await import("../persistent-session-YPKC2K44.js");
8147
+ const { collectDiagnostics } = await import("../persistent-session-YU3FIAUK.js");
8148
8148
  const diagCodeNames = [...agentState.persistentSessionAgents];
8149
8149
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
8150
8150
  let tailscaleHostname;
@@ -8245,7 +8245,7 @@ async function pollCycle() {
8245
8245
  const {
8246
8246
  collectResponsivenessProbes,
8247
8247
  getResponsivenessIntervalMs
8248
- } = await import("../responsiveness-probe-43JLWBJI.js");
8248
+ } = await import("../responsiveness-probe-TN5JW2NM.js");
8249
8249
  const probeIntervalMs = getResponsivenessIntervalMs();
8250
8250
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
8251
8251
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -8277,7 +8277,7 @@ async function pollCycle() {
8277
8277
  collectResponsivenessProbes,
8278
8278
  livePendingInboundOldestAgeSeconds,
8279
8279
  parkPendingInbound
8280
- } = await import("../responsiveness-probe-43JLWBJI.js");
8280
+ } = await import("../responsiveness-probe-TN5JW2NM.js");
8281
8281
  const { getProjectDir: wedgeProjectDir } = await import("../claude-scheduler-FATCLHDM.js");
8282
8282
  const wedgeNow = /* @__PURE__ */ new Date();
8283
8283
  const liveAgents = agentState.persistentSessionAgents;
@@ -11820,7 +11820,7 @@ async function processClaudePairSessions(agents) {
11820
11820
  killPairSession,
11821
11821
  pairTmuxSession,
11822
11822
  finalizeClaudePairOnboarding
11823
- } = await import("../claude-pair-runtime-DDIIKRDG.js");
11823
+ } = await import("../claude-pair-runtime-F5KZNGVO.js");
11824
11824
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
11825
11825
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
11826
11826
  const killed = await killPairSession(pairTmuxSession(pairId));
@@ -34,8 +34,8 @@ import {
34
34
  writeDirectChatSessionState,
35
35
  writeEgressAllowlist,
36
36
  writePersistentClaudeWrapper
37
- } from "./chunk-GNDZBP3I.js";
38
- import "./chunk-NCRDTQ54.js";
37
+ } from "./chunk-XBF7ACI5.js";
38
+ import "./chunk-RIT2OY5S.js";
39
39
  import "./chunk-XWVM4KPK.js";
40
40
  export {
41
41
  EGRESS_BASELINE_DOMAINS,
@@ -74,4 +74,4 @@ export {
74
74
  writeEgressAllowlist,
75
75
  writePersistentClaudeWrapper
76
76
  };
77
- //# sourceMappingURL=persistent-session-YPKC2K44.js.map
77
+ //# sourceMappingURL=persistent-session-YU3FIAUK.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-GNDZBP3I.js";
4
- import "./chunk-NCRDTQ54.js";
3
+ } from "./chunk-XBF7ACI5.js";
4
+ import "./chunk-RIT2OY5S.js";
5
5
  import "./chunk-XWVM4KPK.js";
6
6
 
7
7
  // src/lib/responsiveness-probe.ts
@@ -304,4 +304,4 @@ export {
304
304
  readAndResetChannelDeflections,
305
305
  readAndResetChannelLaneClassifications
306
306
  };
307
- //# sourceMappingURL=responsiveness-probe-43JLWBJI.js.map
307
+ //# sourceMappingURL=responsiveness-probe-TN5JW2NM.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.129",
3
+ "version": "0.28.130",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {