@integrity-labs/agt-cli 0.27.62 → 0.27.63

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-2SCU5NZO.js";
12
+ } from "./chunk-HNN7QEIO.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-33OAS3V2.js.map
7166
+ //# sourceMappingURL=chunk-MRJBRLKK.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  claudeModelAlias,
3
3
  isClaudeFastMode
4
- } from "./chunk-2SCU5NZO.js";
4
+ } from "./chunk-HNN7QEIO.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-6YBJCRTJ.js.map
1128
+ //# sourceMappingURL=chunk-TFSMU64N.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-GQEXSB2H.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-JYRPS6CA.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-PEYWY24A.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-NYALA3JX.js.map
@@ -15,7 +15,7 @@ import {
15
15
  provisionOrientHook,
16
16
  provisionStopHook,
17
17
  requireHost
18
- } from "../chunk-33OAS3V2.js";
18
+ } from "../chunk-MRJBRLKK.js";
19
19
  import {
20
20
  getProjectDir as getProjectDir2,
21
21
  getReadyTasks,
@@ -47,7 +47,7 @@ import {
47
47
  stopAllSessionsAndWait,
48
48
  stopPersistentSession,
49
49
  takeZombieDetection
50
- } from "../chunk-6YBJCRTJ.js";
50
+ } from "../chunk-TFSMU64N.js";
51
51
  import {
52
52
  KANBAN_CHECK_COMMAND,
53
53
  appendDmFooter,
@@ -70,7 +70,7 @@ import {
70
70
  resolveConnectivityProbe,
71
71
  resolveDmTarget,
72
72
  wrapScheduledTaskPrompt
73
- } from "../chunk-2SCU5NZO.js";
73
+ } from "../chunk-HNN7QEIO.js";
74
74
  import {
75
75
  parsePsRows,
76
76
  reapOrphanChannelMcps
@@ -3744,7 +3744,7 @@ var cachedMaintenanceWindow = null;
3744
3744
  var lastVersionCheckAt = 0;
3745
3745
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
3746
3746
  var lastResponsivenessProbeAt = 0;
3747
- var agtCliVersion = true ? "0.27.62" : "dev";
3747
+ var agtCliVersion = true ? "0.27.63" : "dev";
3748
3748
  function resolveBrewPath(execFileSync4) {
3749
3749
  try {
3750
3750
  const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -4858,7 +4858,7 @@ async function pollCycle() {
4858
4858
  }
4859
4859
  try {
4860
4860
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
4861
- const { collectDiagnostics } = await import("../persistent-session-GQEXSB2H.js");
4861
+ const { collectDiagnostics } = await import("../persistent-session-JYRPS6CA.js");
4862
4862
  const diagCodeNames = [...agentState.persistentSessionAgents];
4863
4863
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames) : void 0;
4864
4864
  let tailscaleHostname;
@@ -4931,7 +4931,7 @@ async function pollCycle() {
4931
4931
  const {
4932
4932
  collectResponsivenessProbes,
4933
4933
  getResponsivenessIntervalMs
4934
- } = await import("../responsiveness-probe-53GUGQSY.js");
4934
+ } = await import("../responsiveness-probe-JOKNYH3B.js");
4935
4935
  const probeIntervalMs = getResponsivenessIntervalMs();
4936
4936
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
4937
4937
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -9076,7 +9076,7 @@ async function processClaudePairSessions(agents) {
9076
9076
  killPairSession,
9077
9077
  pairTmuxSession,
9078
9078
  finalizeClaudePairOnboarding
9079
- } = await import("../claude-pair-runtime-PEYWY24A.js");
9079
+ } = await import("../claude-pair-runtime-NYALA3JX.js");
9080
9080
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
9081
9081
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
9082
9082
  const killed = await killPairSession(pairTmuxSession(pairId));
@@ -21,8 +21,8 @@ import {
21
21
  stopPersistentSession,
22
22
  takeZombieDetection,
23
23
  writePersistentClaudeWrapper
24
- } from "./chunk-6YBJCRTJ.js";
25
- import "./chunk-2SCU5NZO.js";
24
+ } from "./chunk-TFSMU64N.js";
25
+ import "./chunk-HNN7QEIO.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-GQEXSB2H.js.map
51
+ //# sourceMappingURL=persistent-session-JYRPS6CA.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-6YBJCRTJ.js";
4
- import "./chunk-2SCU5NZO.js";
3
+ } from "./chunk-TFSMU64N.js";
4
+ import "./chunk-HNN7QEIO.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-53GUGQSY.js.map
33
+ //# sourceMappingURL=responsiveness-probe-JOKNYH3B.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.27.62",
3
+ "version": "0.27.63",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {