@integrity-labs/agt-cli 0.27.149 → 0.27.150

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.
@@ -7972,4 +7972,4 @@ export {
7972
7972
  managerInstallSystemUnitCommand,
7973
7973
  managerUninstallSystemUnitCommand
7974
7974
  };
7975
- //# sourceMappingURL=chunk-XWZMKHHG.js.map
7975
+ //# sourceMappingURL=chunk-CUHP2SVW.js.map
@@ -19,7 +19,7 @@ import {
19
19
  provisionStopHook,
20
20
  requireHost,
21
21
  safeWriteJsonAtomic
22
- } from "../chunk-XWZMKHHG.js";
22
+ } from "../chunk-CUHP2SVW.js";
23
23
  import {
24
24
  getProjectDir as getProjectDir2,
25
25
  getReadyTasks,
@@ -4776,7 +4776,7 @@ var cachedMaintenanceWindow = null;
4776
4776
  var lastVersionCheckAt = 0;
4777
4777
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
4778
4778
  var lastResponsivenessProbeAt = 0;
4779
- var agtCliVersion = true ? "0.27.149" : "dev";
4779
+ var agtCliVersion = true ? "0.27.150" : "dev";
4780
4780
  function resolveBrewPath(execFileSync4) {
4781
4781
  try {
4782
4782
  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.149",
3
+ "version": "0.27.150",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {