@integrity-labs/agt-cli 0.28.230 → 0.28.231

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.
@@ -37,7 +37,7 @@ import {
37
37
  requireHost,
38
38
  safeWriteJsonAtomic,
39
39
  setConfigHash
40
- } from "../chunk-L55H4BIT.js";
40
+ } from "../chunk-2ZZ4SWAY.js";
41
41
  import {
42
42
  getProjectDir as getProjectDir2,
43
43
  getReadyTasks,
@@ -6419,7 +6419,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
6419
6419
  var lastVersionCheckAt = 0;
6420
6420
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
6421
6421
  var lastResponsivenessProbeAt = 0;
6422
- var agtCliVersion = true ? "0.28.230" : "dev";
6422
+ var agtCliVersion = true ? "0.28.231" : "dev";
6423
6423
  function resolveBrewPath(execFileSync2) {
6424
6424
  try {
6425
6425
  const out = execFileSync2("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.230",
3
+ "version": "0.28.231",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {