@integrity-labs/agt-cli 0.27.155 → 0.27.156

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.
@@ -19,7 +19,7 @@ import {
19
19
  provisionStopHook,
20
20
  requireHost,
21
21
  safeWriteJsonAtomic
22
- } from "../chunk-MYKK5OHT.js";
22
+ } from "../chunk-25VLOVMK.js";
23
23
  import {
24
24
  getProjectDir as getProjectDir2,
25
25
  getReadyTasks,
@@ -4914,7 +4914,7 @@ var cachedMaintenanceWindow = null;
4914
4914
  var lastVersionCheckAt = 0;
4915
4915
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
4916
4916
  var lastResponsivenessProbeAt = 0;
4917
- var agtCliVersion = true ? "0.27.155" : "dev";
4917
+ var agtCliVersion = true ? "0.27.156" : "dev";
4918
4918
  function resolveBrewPath(execFileSync4) {
4919
4919
  try {
4920
4920
  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.27.155",
3
+ "version": "0.27.156",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {