@integrity-labs/agt-cli 0.28.595 → 0.28.596

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.
@@ -53,7 +53,7 @@ import {
53
53
  safeWriteJsonAtomic,
54
54
  setConfigHash,
55
55
  tripClass
56
- } from "../chunk-RC6V6QN2.js";
56
+ } from "../chunk-EAZQXZ4Q.js";
57
57
  import {
58
58
  getProjectDir as getProjectDir2,
59
59
  getReadyTasks,
@@ -11827,7 +11827,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
11827
11827
  var lastVersionCheckAt = 0;
11828
11828
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
11829
11829
  var lastResponsivenessProbeAt = 0;
11830
- var agtCliVersion = true ? "0.28.595" : "dev";
11830
+ var agtCliVersion = true ? "0.28.596" : "dev";
11831
11831
  function resolveBrewPath(execFileSync3) {
11832
11832
  try {
11833
11833
  const out = execFileSync3("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.28.595",
3
+ "version": "0.28.596",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {