@integrity-labs/agt-cli 0.27.91 → 0.27.92

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.
@@ -14352,7 +14352,7 @@ function shouldPostUndeliverableNotice(lastNoticeAtMs, nowMs, throttleMs = UNDEL
14352
14352
  return lastNoticeAtMs == null || nowMs - lastNoticeAtMs >= throttleMs;
14353
14353
  }
14354
14354
  function undeliverableNoticeText() {
14355
- return "\u23F3 I can't get to this right now \u2014 I'll follow up as soon as I'm back, but if it's urgent please resend in a few minutes.";
14355
+ return "\u23F3 I can't get to this right now. Please resend in a few minutes \u2014 I may not see this one.";
14356
14356
  }
14357
14357
  function oldestPendingMarkerAgeMs(dir, now = Date.now()) {
14358
14358
  if (!dir) return null;
@@ -15531,7 +15531,7 @@ function shouldPostUndeliverableNotice(lastNoticeAtMs, nowMs, throttleMs = UNDEL
15531
15531
  return lastNoticeAtMs == null || nowMs - lastNoticeAtMs >= throttleMs;
15532
15532
  }
15533
15533
  function undeliverableNoticeText() {
15534
- return "\u23F3 I can't get to this right now \u2014 I'll follow up as soon as I'm back, but if it's urgent please resend in a few minutes.";
15534
+ return "\u23F3 I can't get to this right now. Please resend in a few minutes \u2014 I may not see this one.";
15535
15535
  }
15536
15536
  function oldestPendingMarkerAgeMs(dir, now = Date.now()) {
15537
15537
  if (!dir) return null;
@@ -22,7 +22,7 @@ import {
22
22
  stopPersistentSession,
23
23
  takeZombieDetection,
24
24
  writePersistentClaudeWrapper
25
- } from "./chunk-4MZWINDQ.js";
25
+ } from "./chunk-RDIDG5IF.js";
26
26
  import "./chunk-T2UTQH6W.js";
27
27
  import "./chunk-XWVM4KPK.js";
28
28
  export {
@@ -50,4 +50,4 @@ export {
50
50
  takeZombieDetection,
51
51
  writePersistentClaudeWrapper
52
52
  };
53
- //# sourceMappingURL=persistent-session-BMP74QGP.js.map
53
+ //# sourceMappingURL=persistent-session-SPGHFGCF.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-4MZWINDQ.js";
3
+ } from "./chunk-RDIDG5IF.js";
4
4
  import "./chunk-T2UTQH6W.js";
5
5
  import "./chunk-XWVM4KPK.js";
6
6
 
@@ -70,4 +70,4 @@ export {
70
70
  collectResponsivenessProbes,
71
71
  getResponsivenessIntervalMs
72
72
  };
73
- //# sourceMappingURL=responsiveness-probe-AFOPQEFX.js.map
73
+ //# sourceMappingURL=responsiveness-probe-PR7RS6JB.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.27.91",
3
+ "version": "0.27.92",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {