@integrity-labs/agt-cli 0.28.548 → 0.28.549

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-GYBGWZJP.js";
56
+ } from "../chunk-MDIHMULA.js";
57
57
  import {
58
58
  getProjectDir as getProjectDir2,
59
59
  getReadyTasks,
@@ -10482,7 +10482,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
10482
10482
  var lastVersionCheckAt = 0;
10483
10483
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
10484
10484
  var lastResponsivenessProbeAt = 0;
10485
- var agtCliVersion = true ? "0.28.548" : "dev";
10485
+ var agtCliVersion = true ? "0.28.549" : "dev";
10486
10486
  function resolveBrewPath(execFileSync2) {
10487
10487
  try {
10488
10488
  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.548",
3
+ "version": "0.28.549",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {