@integrity-labs/agt-cli 0.28.276 → 0.28.277

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.
@@ -38,7 +38,7 @@ import {
38
38
  requireHost,
39
39
  safeWriteJsonAtomic,
40
40
  setConfigHash
41
- } from "../chunk-NY47D6QP.js";
41
+ } from "../chunk-WDSTXIN6.js";
42
42
  import {
43
43
  getProjectDir as getProjectDir2,
44
44
  getReadyTasks,
@@ -6828,7 +6828,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
6828
6828
  var lastVersionCheckAt = 0;
6829
6829
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
6830
6830
  var lastResponsivenessProbeAt = 0;
6831
- var agtCliVersion = true ? "0.28.276" : "dev";
6831
+ var agtCliVersion = true ? "0.28.277" : "dev";
6832
6832
  function resolveBrewPath(execFileSync2) {
6833
6833
  try {
6834
6834
  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.276",
3
+ "version": "0.28.277",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {