@integrity-labs/agt-cli 0.28.20 → 0.28.21

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.
@@ -22,7 +22,7 @@ import {
22
22
  provisionStopHook,
23
23
  requireHost,
24
24
  safeWriteJsonAtomic
25
- } from "../chunk-U6IPQT2J.js";
25
+ } from "../chunk-NGZVHSI3.js";
26
26
  import {
27
27
  getProjectDir as getProjectDir2,
28
28
  getReadyTasks,
@@ -5429,7 +5429,7 @@ var cachedMaintenanceWindow = null;
5429
5429
  var lastVersionCheckAt = 0;
5430
5430
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
5431
5431
  var lastResponsivenessProbeAt = 0;
5432
- var agtCliVersion = true ? "0.28.20" : "dev";
5432
+ var agtCliVersion = true ? "0.28.21" : "dev";
5433
5433
  function resolveBrewPath(execFileSync4) {
5434
5434
  try {
5435
5435
  const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -16952,7 +16952,9 @@ async function processSlackRecoveryOutboxFile(filename) {
16952
16952
  }
16953
16953
  return;
16954
16954
  }
16955
- const text = `[recovered reply] ${payload.text}`;
16955
+ const text = `_(I drafted this a moment ago but it didn't send \u2014 posting it now.)_
16956
+
16957
+ ${payload.text}`;
16956
16958
  let sendSucceeded = false;
16957
16959
  const controller = new AbortController();
16958
16960
  const timeoutId = setTimeout(() => controller.abort(), 15e3);
@@ -17367,7 +17367,9 @@ async function processRecoveryOutboxFile(filename) {
17367
17367
  }
17368
17368
  return;
17369
17369
  }
17370
- const text = `[recovered reply] ${payload.text}`;
17370
+ const text = `(I drafted this a moment ago but it didn't send \u2014 posting it now.)
17371
+
17372
+ ${payload.text}`;
17371
17373
  const body = {
17372
17374
  chat_id: payload.chat_id,
17373
17375
  text,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.20",
3
+ "version": "0.28.21",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {