@integrity-labs/agt-cli 0.28.71 → 0.28.72

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.
@@ -27,7 +27,7 @@ import {
27
27
  requireHost,
28
28
  safeWriteJsonAtomic,
29
29
  setConfigHash
30
- } from "../chunk-4FLPEG4D.js";
30
+ } from "../chunk-IL4CR6YM.js";
31
31
  import {
32
32
  getProjectDir as getProjectDir2,
33
33
  getReadyTasks,
@@ -6775,7 +6775,7 @@ var cachedMaintenanceWindow = null;
6775
6775
  var lastVersionCheckAt = 0;
6776
6776
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
6777
6777
  var lastResponsivenessProbeAt = 0;
6778
- var agtCliVersion = true ? "0.28.71" : "dev";
6778
+ var agtCliVersion = true ? "0.28.72" : "dev";
6779
6779
  function resolveBrewPath(execFileSync4) {
6780
6780
  try {
6781
6781
  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.71",
3
+ "version": "0.28.72",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {