@integrity-labs/agt-cli 0.27.110 → 0.27.111

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.
@@ -17,7 +17,7 @@ import {
17
17
  provisionStopHook,
18
18
  requireHost,
19
19
  safeWriteJsonAtomic
20
- } from "../chunk-CS7BEFJ7.js";
20
+ } from "../chunk-QPHCYMGF.js";
21
21
  import {
22
22
  getProjectDir as getProjectDir2,
23
23
  getReadyTasks,
@@ -4133,7 +4133,7 @@ var cachedMaintenanceWindow = null;
4133
4133
  var lastVersionCheckAt = 0;
4134
4134
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
4135
4135
  var lastResponsivenessProbeAt = 0;
4136
- var agtCliVersion = true ? "0.27.110" : "dev";
4136
+ var agtCliVersion = true ? "0.27.111" : "dev";
4137
4137
  function resolveBrewPath(execFileSync4) {
4138
4138
  try {
4139
4139
  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.110",
3
+ "version": "0.27.111",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {