@integrity-labs/agt-cli 0.27.82 → 0.27.83

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.
@@ -16,7 +16,7 @@ import {
16
16
  provisionStopHook,
17
17
  requireHost,
18
18
  safeWriteJsonAtomic
19
- } from "../chunk-AN5X6CN2.js";
19
+ } from "../chunk-HTXXJBB7.js";
20
20
  import {
21
21
  getProjectDir as getProjectDir2,
22
22
  getReadyTasks,
@@ -3713,7 +3713,7 @@ var cachedMaintenanceWindow = null;
3713
3713
  var lastVersionCheckAt = 0;
3714
3714
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
3715
3715
  var lastResponsivenessProbeAt = 0;
3716
- var agtCliVersion = true ? "0.27.82" : "dev";
3716
+ var agtCliVersion = true ? "0.27.83" : "dev";
3717
3717
  function resolveBrewPath(execFileSync4) {
3718
3718
  try {
3719
3719
  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.27.82",
3
+ "version": "0.27.83",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {