@integrity-labs/agt-cli 0.28.29 → 0.28.30

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-FIB2OQLF.js";
25
+ } from "../chunk-62PUHAXF.js";
26
26
  import {
27
27
  getProjectDir as getProjectDir2,
28
28
  getReadyTasks,
@@ -6072,7 +6072,7 @@ var cachedMaintenanceWindow = null;
6072
6072
  var lastVersionCheckAt = 0;
6073
6073
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
6074
6074
  var lastResponsivenessProbeAt = 0;
6075
- var agtCliVersion = true ? "0.28.29" : "dev";
6075
+ var agtCliVersion = true ? "0.28.30" : "dev";
6076
6076
  function resolveBrewPath(execFileSync4) {
6077
6077
  try {
6078
6078
  const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.29",
3
+ "version": "0.28.30",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {