@integrity-labs/agt-cli 0.27.59 → 0.27.60

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-G3DT2L7S.js";
12
+ } from "./chunk-2SCU5NZO.js";
13
13
 
14
14
  // ../../packages/core/dist/integrations/registry.js
15
15
  var INTEGRATION_REGISTRY = [
@@ -7163,4 +7163,4 @@ export {
7163
7163
  managerInstallSystemUnitCommand,
7164
7164
  managerUninstallSystemUnitCommand
7165
7165
  };
7166
- //# sourceMappingURL=chunk-IVV4YCX2.js.map
7166
+ //# sourceMappingURL=chunk-2YSXMB7P.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  claudeModelAlias,
3
3
  isClaudeFastMode
4
- } from "./chunk-G3DT2L7S.js";
4
+ } from "./chunk-2SCU5NZO.js";
5
5
  import {
6
6
  reapOrphanChannelMcps
7
7
  } from "./chunk-XWVM4KPK.js";
@@ -1125,4 +1125,4 @@ export {
1125
1125
  stopAllSessionsAndWait,
1126
1126
  getProjectDir
1127
1127
  };
1128
- //# sourceMappingURL=chunk-GDTWUJAR.js.map
1128
+ //# sourceMappingURL=chunk-6YBJCRTJ.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-34B7NB6V.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-GQEXSB2H.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-ODZPAKZU.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-PEYWY24A.js.map
@@ -15,7 +15,7 @@ import {
15
15
  provisionOrientHook,
16
16
  provisionStopHook,
17
17
  requireHost
18
- } from "../chunk-IVV4YCX2.js";
18
+ } from "../chunk-2YSXMB7P.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-GDTWUJAR.js";
49
+ } from "../chunk-6YBJCRTJ.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-G3DT2L7S.js";
72
+ } from "../chunk-2SCU5NZO.js";
73
73
  import {
74
74
  parsePsRows,
75
75
  reapOrphanChannelMcps
@@ -3598,7 +3598,7 @@ var cachedFrameworkVersion = null;
3598
3598
  var lastVersionCheckAt = 0;
3599
3599
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
3600
3600
  var lastResponsivenessProbeAt = 0;
3601
- var agtCliVersion = true ? "0.27.59" : "dev";
3601
+ var agtCliVersion = true ? "0.27.60" : "dev";
3602
3602
  function resolveBrewPath(execFileSync4) {
3603
3603
  try {
3604
3604
  const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -4673,7 +4673,7 @@ async function pollCycle() {
4673
4673
  }
4674
4674
  try {
4675
4675
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
4676
- const { collectDiagnostics } = await import("../persistent-session-34B7NB6V.js");
4676
+ const { collectDiagnostics } = await import("../persistent-session-GQEXSB2H.js");
4677
4677
  const diagCodeNames = [...agentState.persistentSessionAgents];
4678
4678
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
4679
4679
  let tailscaleHostname;
@@ -4741,7 +4741,7 @@ async function pollCycle() {
4741
4741
  const {
4742
4742
  collectResponsivenessProbes,
4743
4743
  getResponsivenessIntervalMs
4744
- } = await import("../responsiveness-probe-Z2WYE6BO.js");
4744
+ } = await import("../responsiveness-probe-53GUGQSY.js");
4745
4745
  const probeIntervalMs = getResponsivenessIntervalMs();
4746
4746
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
4747
4747
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -8885,7 +8885,7 @@ async function processClaudePairSessions(agents) {
8885
8885
  killPairSession,
8886
8886
  pairTmuxSession,
8887
8887
  finalizeClaudePairOnboarding
8888
- } = await import("../claude-pair-runtime-ODZPAKZU.js");
8888
+ } = await import("../claude-pair-runtime-PEYWY24A.js");
8889
8889
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
8890
8890
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
8891
8891
  const killed = await killPairSession(pairTmuxSession(pairId));
@@ -21,8 +21,8 @@ import {
21
21
  stopPersistentSession,
22
22
  takeZombieDetection,
23
23
  writePersistentClaudeWrapper
24
- } from "./chunk-GDTWUJAR.js";
25
- import "./chunk-G3DT2L7S.js";
24
+ } from "./chunk-6YBJCRTJ.js";
25
+ import "./chunk-2SCU5NZO.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-34B7NB6V.js.map
51
+ //# sourceMappingURL=persistent-session-GQEXSB2H.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-GDTWUJAR.js";
4
- import "./chunk-G3DT2L7S.js";
3
+ } from "./chunk-6YBJCRTJ.js";
4
+ import "./chunk-2SCU5NZO.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-Z2WYE6BO.js.map
33
+ //# sourceMappingURL=responsiveness-probe-53GUGQSY.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.27.59",
3
+ "version": "0.27.60",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {