@integrity-labs/agt-cli 0.28.39 → 0.28.40

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.
@@ -23,7 +23,7 @@ import {
23
23
  requireHost,
24
24
  safeWriteJsonAtomic,
25
25
  setConfigHash
26
- } from "../chunk-AL7UJNNI.js";
26
+ } from "../chunk-DA776TZO.js";
27
27
  import {
28
28
  getProjectDir as getProjectDir2,
29
29
  getReadyTasks,
@@ -6833,7 +6833,7 @@ var cachedMaintenanceWindow = null;
6833
6833
  var lastVersionCheckAt = 0;
6834
6834
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
6835
6835
  var lastResponsivenessProbeAt = 0;
6836
- var agtCliVersion = true ? "0.28.39" : "dev";
6836
+ var agtCliVersion = true ? "0.28.40" : "dev";
6837
6837
  function resolveBrewPath(execFileSync4) {
6838
6838
  try {
6839
6839
  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.39",
3
+ "version": "0.28.40",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {