@integrity-labs/agt-cli 0.28.622 → 0.28.623

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.
@@ -54,7 +54,7 @@ import {
54
54
  safeWriteJsonAtomic,
55
55
  setConfigHash,
56
56
  tripClass
57
- } from "../chunk-6TLALALT.js";
57
+ } from "../chunk-X73OEEMY.js";
58
58
  import {
59
59
  getProjectDir as getProjectDir2,
60
60
  getReadyTasks,
@@ -12033,7 +12033,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
12033
12033
  var lastVersionCheckAt = 0;
12034
12034
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
12035
12035
  var lastResponsivenessProbeAt = 0;
12036
- var agtCliVersion = true ? "0.28.622" : "dev";
12036
+ var agtCliVersion = true ? "0.28.623" : "dev";
12037
12037
  function resolveBrewPath(execFileSync3) {
12038
12038
  try {
12039
12039
  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.622",
3
+ "version": "0.28.623",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {