@integrity-labs/agt-cli 0.28.33 → 0.28.34

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.
@@ -23,7 +23,7 @@ import {
23
23
  requireHost,
24
24
  safeWriteJsonAtomic,
25
25
  setConfigHash
26
- } from "../chunk-7V2NY5F6.js";
26
+ } from "../chunk-DLCUI4J5.js";
27
27
  import {
28
28
  getProjectDir as getProjectDir2,
29
29
  getReadyTasks,
@@ -6199,7 +6199,7 @@ var cachedMaintenanceWindow = null;
6199
6199
  var lastVersionCheckAt = 0;
6200
6200
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
6201
6201
  var lastResponsivenessProbeAt = 0;
6202
- var agtCliVersion = true ? "0.28.33" : "dev";
6202
+ var agtCliVersion = true ? "0.28.34" : "dev";
6203
6203
  function resolveBrewPath(execFileSync4) {
6204
6204
  try {
6205
6205
  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.33",
3
+ "version": "0.28.34",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {