@integrity-labs/agt-cli 0.27.71 → 0.27.72

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.
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  claudeModelAlias,
3
3
  isClaudeFastMode
4
- } from "./chunk-KPD5KJY7.js";
4
+ } from "./chunk-5SWHKUL3.js";
5
5
  import {
6
6
  reapOrphanChannelMcps
7
7
  } from "./chunk-XWVM4KPK.js";
@@ -1210,4 +1210,4 @@ export {
1210
1210
  stopAllSessionsAndWait,
1211
1211
  getProjectDir
1212
1212
  };
1213
- //# sourceMappingURL=chunk-H4AZSFJX.js.map
1213
+ //# sourceMappingURL=chunk-7YM2F3DG.js.map
@@ -9,7 +9,7 @@ import {
9
9
  parseDeliveryTarget,
10
10
  registerFramework,
11
11
  wrapScheduledTaskPrompt
12
- } from "./chunk-KPD5KJY7.js";
12
+ } from "./chunk-5SWHKUL3.js";
13
13
 
14
14
  // ../../packages/core/dist/integrations/registry.js
15
15
  var INTEGRATION_REGISTRY = [
@@ -7488,4 +7488,4 @@ export {
7488
7488
  managerInstallSystemUnitCommand,
7489
7489
  managerUninstallSystemUnitCommand
7490
7490
  };
7491
- //# sourceMappingURL=chunk-EWWJUVDY.js.map
7491
+ //# sourceMappingURL=chunk-IW6Q53DB.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-EGNKRWVB.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-S7OJTKKE.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-DKWME5OD.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-2XWSYFSY.js.map
@@ -16,7 +16,7 @@ import {
16
16
  provisionStopHook,
17
17
  requireHost,
18
18
  safeWriteJsonAtomic
19
- } from "../chunk-EWWJUVDY.js";
19
+ } from "../chunk-IW6Q53DB.js";
20
20
  import {
21
21
  getProjectDir as getProjectDir2,
22
22
  getReadyTasks,
@@ -51,7 +51,7 @@ import {
51
51
  stopAllSessionsAndWait,
52
52
  stopPersistentSession,
53
53
  takeZombieDetection
54
- } from "../chunk-H4AZSFJX.js";
54
+ } from "../chunk-7YM2F3DG.js";
55
55
  import {
56
56
  KANBAN_CHECK_COMMAND,
57
57
  appendDmFooter,
@@ -74,7 +74,7 @@ import {
74
74
  resolveConnectivityProbe,
75
75
  resolveDmTarget,
76
76
  wrapScheduledTaskPrompt
77
- } from "../chunk-KPD5KJY7.js";
77
+ } from "../chunk-5SWHKUL3.js";
78
78
  import {
79
79
  parsePsRows,
80
80
  reapOrphanChannelMcps
@@ -3748,7 +3748,7 @@ var cachedMaintenanceWindow = null;
3748
3748
  var lastVersionCheckAt = 0;
3749
3749
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
3750
3750
  var lastResponsivenessProbeAt = 0;
3751
- var agtCliVersion = true ? "0.27.71" : "dev";
3751
+ var agtCliVersion = true ? "0.27.72" : "dev";
3752
3752
  function resolveBrewPath(execFileSync4) {
3753
3753
  try {
3754
3754
  const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -4862,7 +4862,7 @@ async function pollCycle() {
4862
4862
  }
4863
4863
  try {
4864
4864
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
4865
- const { collectDiagnostics } = await import("../persistent-session-EGNKRWVB.js");
4865
+ const { collectDiagnostics } = await import("../persistent-session-S7OJTKKE.js");
4866
4866
  const diagCodeNames = [...agentState.persistentSessionAgents];
4867
4867
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
4868
4868
  let tailscaleHostname;
@@ -4935,7 +4935,7 @@ async function pollCycle() {
4935
4935
  const {
4936
4936
  collectResponsivenessProbes,
4937
4937
  getResponsivenessIntervalMs
4938
- } = await import("../responsiveness-probe-MW7CR63L.js");
4938
+ } = await import("../responsiveness-probe-LGNXOX43.js");
4939
4939
  const probeIntervalMs = getResponsivenessIntervalMs();
4940
4940
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
4941
4941
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -9093,7 +9093,7 @@ async function processClaudePairSessions(agents) {
9093
9093
  killPairSession,
9094
9094
  pairTmuxSession,
9095
9095
  finalizeClaudePairOnboarding
9096
- } = await import("../claude-pair-runtime-DKWME5OD.js");
9096
+ } = await import("../claude-pair-runtime-2XWSYFSY.js");
9097
9097
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
9098
9098
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
9099
9099
  const killed = await killPairSession(pairTmuxSession(pairId));
@@ -21,8 +21,8 @@ import {
21
21
  stopPersistentSession,
22
22
  takeZombieDetection,
23
23
  writePersistentClaudeWrapper
24
- } from "./chunk-H4AZSFJX.js";
25
- import "./chunk-KPD5KJY7.js";
24
+ } from "./chunk-7YM2F3DG.js";
25
+ import "./chunk-5SWHKUL3.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-EGNKRWVB.js.map
51
+ //# sourceMappingURL=persistent-session-S7OJTKKE.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-H4AZSFJX.js";
4
- import "./chunk-KPD5KJY7.js";
3
+ } from "./chunk-7YM2F3DG.js";
4
+ import "./chunk-5SWHKUL3.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-MW7CR63L.js.map
33
+ //# sourceMappingURL=responsiveness-probe-LGNXOX43.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.27.71",
3
+ "version": "0.27.72",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {