@integrity-labs/agt-cli 0.27.41 → 0.27.43

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.
@@ -15,7 +15,7 @@ import {
15
15
  provisionOrientHook,
16
16
  provisionStopHook,
17
17
  requireHost
18
- } from "../chunk-QFOMTUK7.js";
18
+ } from "../chunk-TGA6Y555.js";
19
19
  import {
20
20
  getProjectDir as getProjectDir2,
21
21
  getReadyTasks,
@@ -3344,7 +3344,7 @@ var cachedFrameworkVersion = null;
3344
3344
  var lastVersionCheckAt = 0;
3345
3345
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
3346
3346
  var lastResponsivenessProbeAt = 0;
3347
- var agtCliVersion = true ? "0.27.41" : "dev";
3347
+ var agtCliVersion = true ? "0.27.43" : "dev";
3348
3348
  function resolveBrewPath(execFileSync4) {
3349
3349
  try {
3350
3350
  const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
@@ -6463,7 +6463,7 @@ async function fetchPriorScheduledRuns(agentId, taskId) {
6463
6463
  }
6464
6464
  function isScheduledViaKanbanEnabled() {
6465
6465
  const v = process.env["AGT_SCHEDULED_VIA_KANBAN"];
6466
- return v === "1" || v?.toLowerCase() === "true";
6466
+ return !(v === "0" || v?.toLowerCase() === "false");
6467
6467
  }
6468
6468
  var scheduledRunsByCode = /* @__PURE__ */ new Map();
6469
6469
  var claimedScheduledCards = /* @__PURE__ */ new Set();