@integrity-labs/agt-cli 0.22.2 → 0.22.3

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.
@@ -11,7 +11,7 @@ import {
11
11
  provisionOrientHook,
12
12
  provisionStopHook,
13
13
  requireHost
14
- } from "../chunk-6GNZJZCU.js";
14
+ } from "../chunk-QGP4XD7R.js";
15
15
  import {
16
16
  findTaskByTemplate,
17
17
  getProjectDir as getProjectDir2,
@@ -2468,7 +2468,7 @@ var cachedFrameworkVersion = null;
2468
2468
  var lastVersionCheckAt = 0;
2469
2469
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
2470
2470
  var lastResponsivenessProbeAt = 0;
2471
- var agtCliVersion = true ? "0.22.2" : "dev";
2471
+ var agtCliVersion = true ? "0.22.3" : "dev";
2472
2472
  function resolveBrewPath(execFileSync4) {
2473
2473
  try {
2474
2474
  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.22.2",
3
+ "version": "0.22.3",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {