@integrity-labs/agt-cli 0.28.41 → 0.28.42

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-GBST6UWT.js";
30
+ } from "../chunk-3QK6QLQW.js";
31
31
  import {
32
32
  getProjectDir as getProjectDir2,
33
33
  getReadyTasks,
@@ -6626,7 +6626,7 @@ var cachedMaintenanceWindow = null;
6626
6626
  var lastVersionCheckAt = 0;
6627
6627
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
6628
6628
  var lastResponsivenessProbeAt = 0;
6629
- var agtCliVersion = true ? "0.28.41" : "dev";
6629
+ var agtCliVersion = true ? "0.28.42" : "dev";
6630
6630
  function resolveBrewPath(execFileSync4) {
6631
6631
  try {
6632
6632
  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.41",
3
+ "version": "0.28.42",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {