@integrity-labs/agt-cli 0.27.76 → 0.27.77

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.
@@ -7488,4 +7488,4 @@ export {
7488
7488
  managerInstallSystemUnitCommand,
7489
7489
  managerUninstallSystemUnitCommand
7490
7490
  };
7491
- //# sourceMappingURL=chunk-NANSSDFG.js.map
7491
+ //# sourceMappingURL=chunk-CMOPDYMM.js.map
@@ -16,7 +16,7 @@ import {
16
16
  provisionStopHook,
17
17
  requireHost,
18
18
  safeWriteJsonAtomic
19
- } from "../chunk-NANSSDFG.js";
19
+ } from "../chunk-CMOPDYMM.js";
20
20
  import {
21
21
  getProjectDir as getProjectDir2,
22
22
  getReadyTasks,
@@ -3648,7 +3648,7 @@ var cachedMaintenanceWindow = null;
3648
3648
  var lastVersionCheckAt = 0;
3649
3649
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
3650
3650
  var lastResponsivenessProbeAt = 0;
3651
- var agtCliVersion = true ? "0.27.76" : "dev";
3651
+ var agtCliVersion = true ? "0.27.77" : "dev";
3652
3652
  function resolveBrewPath(execFileSync4) {
3653
3653
  try {
3654
3654
  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.76",
3
+ "version": "0.27.77",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {