@integrity-labs/agt-cli 0.27.83 → 0.27.84

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.
@@ -9,7 +9,7 @@ import {
9
9
  parseDeliveryTarget,
10
10
  registerFramework,
11
11
  wrapScheduledTaskPrompt
12
- } from "./chunk-GNIA4KN5.js";
12
+ } from "./chunk-TXE2LLKI.js";
13
13
 
14
14
  // ../../packages/core/dist/integrations/registry.js
15
15
  var INTEGRATION_REGISTRY = [
@@ -7564,4 +7564,4 @@ export {
7564
7564
  managerInstallSystemUnitCommand,
7565
7565
  managerUninstallSystemUnitCommand
7566
7566
  };
7567
- //# sourceMappingURL=chunk-HTXXJBB7.js.map
7567
+ //# sourceMappingURL=chunk-WISOJYIV.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-B5SRS4N4.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-BTXWOKJ6.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-RTM4GWZG.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-MKK7LSQG.js.map
@@ -16,7 +16,7 @@ import {
16
16
  provisionStopHook,
17
17
  requireHost,
18
18
  safeWriteJsonAtomic
19
- } from "../chunk-HTXXJBB7.js";
19
+ } from "../chunk-WISOJYIV.js";
20
20
  import {
21
21
  getProjectDir as getProjectDir2,
22
22
  getReadyTasks,
@@ -53,7 +53,7 @@ import {
53
53
  stopPersistentSession,
54
54
  takeWatchdogGiveUpCount,
55
55
  takeZombieDetection
56
- } from "../chunk-3JXDBRNG.js";
56
+ } from "../chunk-S2QLE5BQ.js";
57
57
  import {
58
58
  KANBAN_CHECK_COMMAND,
59
59
  appendDmFooter,
@@ -76,7 +76,7 @@ import {
76
76
  resolveConnectivityProbe,
77
77
  resolveDmTarget,
78
78
  wrapScheduledTaskPrompt
79
- } from "../chunk-GNIA4KN5.js";
79
+ } from "../chunk-TXE2LLKI.js";
80
80
  import {
81
81
  parsePsRows,
82
82
  reapOrphanChannelMcps
@@ -3713,7 +3713,7 @@ var cachedMaintenanceWindow = null;
3713
3713
  var lastVersionCheckAt = 0;
3714
3714
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
3715
3715
  var lastResponsivenessProbeAt = 0;
3716
- var agtCliVersion = true ? "0.27.83" : "dev";
3716
+ var agtCliVersion = true ? "0.27.84" : "dev";
3717
3717
  function resolveBrewPath(execFileSync4) {
3718
3718
  try {
3719
3719
  const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -4827,7 +4827,7 @@ async function pollCycle() {
4827
4827
  }
4828
4828
  try {
4829
4829
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
4830
- const { collectDiagnostics } = await import("../persistent-session-B5SRS4N4.js");
4830
+ const { collectDiagnostics } = await import("../persistent-session-BTXWOKJ6.js");
4831
4831
  const diagCodeNames = [...agentState.persistentSessionAgents];
4832
4832
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
4833
4833
  let tailscaleHostname;
@@ -4900,7 +4900,7 @@ async function pollCycle() {
4900
4900
  const {
4901
4901
  collectResponsivenessProbes,
4902
4902
  getResponsivenessIntervalMs
4903
- } = await import("../responsiveness-probe-2QWNZTF4.js");
4903
+ } = await import("../responsiveness-probe-Y6TCM6T4.js");
4904
4904
  const probeIntervalMs = getResponsivenessIntervalMs();
4905
4905
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
4906
4906
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -9121,7 +9121,7 @@ async function processClaudePairSessions(agents) {
9121
9121
  killPairSession,
9122
9122
  pairTmuxSession,
9123
9123
  finalizeClaudePairOnboarding
9124
- } = await import("../claude-pair-runtime-RTM4GWZG.js");
9124
+ } = await import("../claude-pair-runtime-MKK7LSQG.js");
9125
9125
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
9126
9126
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
9127
9127
  const killed = await killPairSession(pairTmuxSession(pairId));