@integrity-labs/agt-cli 0.28.132 → 0.28.133

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.
@@ -28,7 +28,7 @@ import {
28
28
  requireHost,
29
29
  safeWriteJsonAtomic,
30
30
  setConfigHash
31
- } from "../chunk-GF2KBUVY.js";
31
+ } from "../chunk-L3WP7Y5L.js";
32
32
  import {
33
33
  getProjectDir as getProjectDir2,
34
34
  getReadyTasks,
@@ -7067,7 +7067,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
7067
7067
  var lastVersionCheckAt = 0;
7068
7068
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
7069
7069
  var lastResponsivenessProbeAt = 0;
7070
- var agtCliVersion = true ? "0.28.132" : "dev";
7070
+ var agtCliVersion = true ? "0.28.133" : "dev";
7071
7071
  function resolveBrewPath(execFileSync4) {
7072
7072
  try {
7073
7073
  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.28.132",
3
+ "version": "0.28.133",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {