@integrity-labs/agt-cli 0.28.598 → 0.28.600

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.
@@ -16,7 +16,7 @@ import {
16
16
  rotateDailySession,
17
17
  sessionFileExists,
18
18
  todayLocalIso
19
- } from "./chunk-6EBAJFLZ.js";
19
+ } from "./chunk-PONGSI2H.js";
20
20
  import {
21
21
  reapOrphanChannelMcps
22
22
  } from "./chunk-XWVM4KPK.js";
@@ -4349,4 +4349,4 @@ export {
4349
4349
  stopAllSessionsAndWait,
4350
4350
  getProjectDir
4351
4351
  };
4352
- //# sourceMappingURL=chunk-4E3L4U34.js.map
4352
+ //# sourceMappingURL=chunk-Q6LJQ43K.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-5VAAQJQA.js");
103
+ const { resolveClaudeBinary } = await import("./persistent-session-BX24GH42.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-7CNOVI5H.js.map
376
+ //# sourceMappingURL=claude-pair-runtime-QYDFXJ4O.js.map
@@ -53,7 +53,7 @@ import {
53
53
  safeWriteJsonAtomic,
54
54
  setConfigHash,
55
55
  tripClass
56
- } from "../chunk-TJUR7PJ5.js";
56
+ } from "../chunk-CA4F6NMI.js";
57
57
  import {
58
58
  getProjectDir as getProjectDir2,
59
59
  getReadyTasks,
@@ -109,7 +109,7 @@ import {
109
109
  takeZombieDetection,
110
110
  toOpencodeModel,
111
111
  writeEgressAllowlist
112
- } from "../chunk-4E3L4U34.js";
112
+ } from "../chunk-Q6LJQ43K.js";
113
113
  import {
114
114
  ACCOUNT_ENFORCEMENT_MARKER_FILENAME,
115
115
  AnchorSessionClient,
@@ -186,7 +186,7 @@ import {
186
186
  subagentActivityAgeSeconds,
187
187
  sumTranscriptUsageInWindow,
188
188
  transcriptActivityAgeSeconds
189
- } from "../chunk-6EBAJFLZ.js";
189
+ } from "../chunk-PONGSI2H.js";
190
190
  import {
191
191
  reapOrphanChannelMcps
192
192
  } from "../chunk-XWVM4KPK.js";
@@ -11880,7 +11880,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
11880
11880
  var lastVersionCheckAt = 0;
11881
11881
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
11882
11882
  var lastResponsivenessProbeAt = 0;
11883
- var agtCliVersion = true ? "0.28.598" : "dev";
11883
+ var agtCliVersion = true ? "0.28.600" : "dev";
11884
11884
  function resolveBrewPath(execFileSync3) {
11885
11885
  try {
11886
11886
  const out = execFileSync3("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -13187,7 +13187,7 @@ function flushRestartedAgentDiagnostics(hostId, codeNames) {
13187
13187
  if (codeNames.length === 0) return;
13188
13188
  void (async () => {
13189
13189
  try {
13190
- const { collectDiagnostics } = await import("../persistent-session-5VAAQJQA.js");
13190
+ const { collectDiagnostics } = await import("../persistent-session-BX24GH42.js");
13191
13191
  await api.post("/host/heartbeat", {
13192
13192
  host_id: hostId,
13193
13193
  agent_diagnostics: collectDiagnostics(codeNames, quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor)
@@ -13295,7 +13295,7 @@ async function pollCycle() {
13295
13295
  }
13296
13296
  try {
13297
13297
  const { detectHostSecurity } = await import("../host-security-6PDFG7F5.js");
13298
- const { collectDiagnostics } = await import("../persistent-session-5VAAQJQA.js");
13298
+ const { collectDiagnostics } = await import("../persistent-session-BX24GH42.js");
13299
13299
  const diagCodeNames = [...agentState.persistentSessionAgents];
13300
13300
  const agentDiagnostics = diagCodeNames.length > 0 ? collectDiagnostics(diagCodeNames, quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor) : void 0;
13301
13301
  let tailscaleHostname;
@@ -13418,7 +13418,7 @@ async function pollCycle() {
13418
13418
  collectPanelessActivityProbes,
13419
13419
  getResponsivenessIntervalMs,
13420
13420
  occupancyQualificationClassifications
13421
- } = await import("../responsiveness-probe-AZKD6KEV.js");
13421
+ } = await import("../responsiveness-probe-7L5TEFAX.js");
13422
13422
  const probeIntervalMs = getResponsivenessIntervalMs();
13423
13423
  if (now - lastResponsivenessProbeAt > probeIntervalMs) {
13424
13424
  const probeCodeNames = [...agentState.persistentSessionAgents];
@@ -13509,7 +13509,7 @@ async function pollCycle() {
13509
13509
  collectResponsivenessProbes,
13510
13510
  livePendingInboundOldestAgeSeconds,
13511
13511
  parkPendingInbound
13512
- } = await import("../responsiveness-probe-AZKD6KEV.js");
13512
+ } = await import("../responsiveness-probe-7L5TEFAX.js");
13513
13513
  const { getProjectDir: wedgeProjectDir } = await import("../scheduler-engine-NDP36U7O.js");
13514
13514
  const wedgeNow = /* @__PURE__ */ new Date();
13515
13515
  const liveAgents = agentState.persistentSessionAgents;
@@ -13665,7 +13665,7 @@ async function pollCycle() {
13665
13665
  }
13666
13666
  try {
13667
13667
  const { scrapeMcpFailedBannerCount } = await import("../pane-mcp-banner-scraper-JA437JIB.js");
13668
- const { probeSessionAuth } = await import("../session-auth-dead-5VN6KL6H.js");
13668
+ const { probeSessionAuth } = await import("../session-auth-dead-R6LCK634.js");
13669
13669
  const observations = [];
13670
13670
  const pendingCacheCommits = [];
13671
13671
  const modelApiErrorReportingOn = hostFlagStore().getBoolean("model-api-error-reporting");
@@ -17093,7 +17093,7 @@ async function handleRestartDoorbell(agentId, requestedAt, restartReason) {
17093
17093
  void api.post("/host/restart-ack", { host_id: hostId, agent_id: agentId, restart_requested_at: requestedAt }).catch((err) => log(`[restart-lane] ack failed for '${codeName}': ${err.message}`));
17094
17094
  void (async () => {
17095
17095
  try {
17096
- const { collectDiagnostics } = await import("../persistent-session-5VAAQJQA.js");
17096
+ const { collectDiagnostics } = await import("../persistent-session-BX24GH42.js");
17097
17097
  await api.post("/host/heartbeat", {
17098
17098
  host_id: hostId,
17099
17099
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor)
@@ -17144,7 +17144,7 @@ async function respawnAgentAfterMcpStop(codeName, reason) {
17144
17144
  }
17145
17145
  try {
17146
17146
  const hostId = await getHostId();
17147
- const { collectDiagnostics } = await import("../persistent-session-5VAAQJQA.js");
17147
+ const { collectDiagnostics } = await import("../persistent-session-BX24GH42.js");
17148
17148
  await api.post("/host/heartbeat", {
17149
17149
  host_id: hostId,
17150
17150
  agent_diagnostics: collectDiagnostics([codeName], quarantineEntriesFor, claudeMdSizeFor, spawnOutcomeForDiagnostics, pidPressureFor)
@@ -17740,7 +17740,7 @@ async function processClaudePairSessions(agents) {
17740
17740
  killPairSession,
17741
17741
  pairTmuxSession,
17742
17742
  finalizeClaudePairOnboarding
17743
- } = await import("../claude-pair-runtime-7CNOVI5H.js");
17743
+ } = await import("../claude-pair-runtime-QYDFXJ4O.js");
17744
17744
  for (const pairId of pendingResp.cancelled_pair_ids ?? []) {
17745
17745
  log(`[claude-pair] sweeping orphan tmux session for pair ${pairId.slice(0, 8)}`);
17746
17746
  const killed = await killPairSession(pairTmuxSession(pairId));
package/dist/mcp/index.js CHANGED
@@ -22700,6 +22700,16 @@ server.tool(
22700
22700
  title: external_exports.string().optional().describe("Item title for fuzzy match (if no id)"),
22701
22701
  result: external_exports.string().optional().describe("What was produced/delivered"),
22702
22702
  notes: external_exports.string().optional().describe("Completion notes"),
22703
+ // ENG-8798 (CS-1540): what `result` IS, so a human scanning the board can
22704
+ // tell a delivered artefact from a note about the run. Agent-asserted
22705
+ // because it cannot be derived — the manager's classifyOutput is a
22706
+ // <no-delivery/> sentinel detector that answers "deliver" for essentially
22707
+ // every card; see migration 20260816000002. Optional on purpose: an
22708
+ // omission is the honest "not stated", and a required field would break
22709
+ // every host that has not self-updated yet.
22710
+ result_kind: external_exports.enum(["deliverable", "status"]).optional().describe(
22711
+ 'What the `result` field IS. "deliverable" = the result text IS the thing they asked for (a brief, an analysis, copy, a list they will act on or paste elsewhere). "status" = a note ABOUT the run ("no changes this week", "checked, nothing to report", "3 items processed, no action needed"). Judge the result you are writing, not the effort behind it: a long explanation of why there was nothing to do is still "status", and a two-line answer to the question they asked is still "deliverable". Omit it if genuinely unsure \u2014 an omission reads as "not stated", which is better than a wrong label.'
22712
+ ),
22703
22713
  // ENG-6094 / ENG-6839: conditional scheduled-task delivery assertion.
22704
22714
  // Ignored for normal cards; only meaningful on a scheduled routine whose
22705
22715
  // delivery_policy is 'conditional' ("only when it matters").
@@ -22726,6 +22736,7 @@ server.tool(
22726
22736
  status: "done",
22727
22737
  result: params.result,
22728
22738
  notes: params.notes,
22739
+ result_kind: params.result_kind,
22729
22740
  suppress_delivery: params.suppress_delivery,
22730
22741
  delivery_reason: params.delivery_reason
22731
22742
  }
@@ -43,8 +43,8 @@ import {
43
43
  writeDirectChatSessionState,
44
44
  writeEgressAllowlist,
45
45
  writePersistentClaudeWrapper
46
- } from "./chunk-4E3L4U34.js";
47
- import "./chunk-6EBAJFLZ.js";
46
+ } from "./chunk-Q6LJQ43K.js";
47
+ import "./chunk-PONGSI2H.js";
48
48
  import "./chunk-XWVM4KPK.js";
49
49
  export {
50
50
  EGRESS_BASELINE_DOMAINS,
@@ -92,4 +92,4 @@ export {
92
92
  writeEgressAllowlist,
93
93
  writePersistentClaudeWrapper
94
94
  };
95
- //# sourceMappingURL=persistent-session-5VAAQJQA.js.map
95
+ //# sourceMappingURL=persistent-session-BX24GH42.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-4E3L4U34.js";
4
- import "./chunk-6EBAJFLZ.js";
3
+ } from "./chunk-Q6LJQ43K.js";
4
+ import "./chunk-PONGSI2H.js";
5
5
  import "./chunk-XWVM4KPK.js";
6
6
 
7
7
  // src/lib/responsiveness-probe.ts
@@ -690,4 +690,4 @@ export {
690
690
  readAndResetSlackReplyBindingClassifications,
691
691
  readAndResetSlackReplyTargetClassifications
692
692
  };
693
- //# sourceMappingURL=responsiveness-probe-AZKD6KEV.js.map
693
+ //# sourceMappingURL=responsiveness-probe-7L5TEFAX.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  sessionTranscriptDir
3
- } from "./chunk-6EBAJFLZ.js";
3
+ } from "./chunk-PONGSI2H.js";
4
4
 
5
5
  // src/lib/session-auth-dead.ts
6
6
  import { closeSync, openSync, readSync, readdirSync, statSync } from "fs";
@@ -203,4 +203,4 @@ export {
203
203
  decideSessionAuthState,
204
204
  probeSessionAuth
205
205
  };
206
- //# sourceMappingURL=session-auth-dead-5VN6KL6H.js.map
206
+ //# sourceMappingURL=session-auth-dead-R6LCK634.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.598",
3
+ "version": "0.28.600",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {