@integrity-labs/agt-cli 0.27.158 → 0.27.159

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.
package/dist/bin/agt.js CHANGED
@@ -28,7 +28,7 @@ import {
28
28
  success,
29
29
  table,
30
30
  warn
31
- } from "../chunk-ELEMDMTQ.js";
31
+ } from "../chunk-F5ZAIJHI.js";
32
32
  import {
33
33
  CHANNEL_REGISTRY,
34
34
  DEPLOYMENT_TEMPLATES,
@@ -4941,7 +4941,7 @@ import { execFileSync, execSync } from "child_process";
4941
4941
  import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
4942
4942
  import chalk18 from "chalk";
4943
4943
  import ora16 from "ora";
4944
- var cliVersion = true ? "0.27.158" : "dev";
4944
+ var cliVersion = true ? "0.27.159" : "dev";
4945
4945
  async function fetchLatestVersion() {
4946
4946
  const host2 = getHost();
4947
4947
  if (!host2) return null;
@@ -5864,7 +5864,7 @@ function handleError(err) {
5864
5864
  }
5865
5865
 
5866
5866
  // src/bin/agt.ts
5867
- var cliVersion2 = true ? "0.27.158" : "dev";
5867
+ var cliVersion2 = true ? "0.27.159" : "dev";
5868
5868
  var program = new Command();
5869
5869
  program.name("agt").description("Augmented CLI \u2014 agent provisioning and management").version(cliVersion2).option("--json", "Emit machine-readable JSON output (suppress spinners and colors)").option("--skip-update-check", "Skip the automatic update check on startup");
5870
5870
  program.hook("preAction", async (thisCommand, actionCommand) => {
@@ -8017,4 +8017,4 @@ export {
8017
8017
  managerInstallSystemUnitCommand,
8018
8018
  managerUninstallSystemUnitCommand
8019
8019
  };
8020
- //# sourceMappingURL=chunk-ELEMDMTQ.js.map
8020
+ //# sourceMappingURL=chunk-F5ZAIJHI.js.map
@@ -19,7 +19,7 @@ import {
19
19
  provisionStopHook,
20
20
  requireHost,
21
21
  safeWriteJsonAtomic
22
- } from "../chunk-ELEMDMTQ.js";
22
+ } from "../chunk-F5ZAIJHI.js";
23
23
  import {
24
24
  getProjectDir as getProjectDir2,
25
25
  getReadyTasks,
@@ -4924,7 +4924,7 @@ var cachedMaintenanceWindow = null;
4924
4924
  var lastVersionCheckAt = 0;
4925
4925
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
4926
4926
  var lastResponsivenessProbeAt = 0;
4927
- var agtCliVersion = true ? "0.27.158" : "dev";
4927
+ var agtCliVersion = true ? "0.27.159" : "dev";
4928
4928
  function resolveBrewPath(execFileSync4) {
4929
4929
  try {
4930
4930
  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.158",
3
+ "version": "0.27.159",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {