@integrity-labs/agt-cli 0.24.4 → 0.24.5

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.
@@ -12,7 +12,7 @@ import {
12
12
  provisionOrientHook,
13
13
  provisionStopHook,
14
14
  requireHost
15
- } from "../chunk-3TYBPBDA.js";
15
+ } from "../chunk-QWMGMV4N.js";
16
16
  import {
17
17
  findTaskByTemplate,
18
18
  getProjectDir as getProjectDir2,
@@ -2806,7 +2806,7 @@ var cachedFrameworkVersion = null;
2806
2806
  var lastVersionCheckAt = 0;
2807
2807
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
2808
2808
  var lastResponsivenessProbeAt = 0;
2809
- var agtCliVersion = true ? "0.24.4" : "dev";
2809
+ var agtCliVersion = true ? "0.24.5" : "dev";
2810
2810
  function resolveBrewPath(execFileSync4) {
2811
2811
  try {
2812
2812
  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.24.4",
3
+ "version": "0.24.5",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {