@integrity-labs/agt-cli 0.27.58 → 0.27.59

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.
@@ -7163,4 +7163,4 @@ export {
7163
7163
  managerInstallSystemUnitCommand,
7164
7164
  managerUninstallSystemUnitCommand
7165
7165
  };
7166
- //# sourceMappingURL=chunk-XX2LDA5B.js.map
7166
+ //# sourceMappingURL=chunk-IVV4YCX2.js.map
@@ -15,7 +15,7 @@ import {
15
15
  provisionOrientHook,
16
16
  provisionStopHook,
17
17
  requireHost
18
- } from "../chunk-XX2LDA5B.js";
18
+ } from "../chunk-IVV4YCX2.js";
19
19
  import {
20
20
  getProjectDir as getProjectDir2,
21
21
  getReadyTasks,
@@ -3598,7 +3598,7 @@ var cachedFrameworkVersion = null;
3598
3598
  var lastVersionCheckAt = 0;
3599
3599
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
3600
3600
  var lastResponsivenessProbeAt = 0;
3601
- var agtCliVersion = true ? "0.27.58" : "dev";
3601
+ var agtCliVersion = true ? "0.27.59" : "dev";
3602
3602
  function resolveBrewPath(execFileSync4) {
3603
3603
  try {
3604
3604
  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.58",
3
+ "version": "0.27.59",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {