@tarcisiopgs/lisa 1.38.2 → 1.38.3

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.
@@ -157,7 +157,7 @@ ${issues.join("\n")}`);
157
157
  }
158
158
  }
159
159
  var DEFAULT_OVERSEER_CONFIG = {
160
- enabled: true,
160
+ enabled: false,
161
161
  check_interval: 30,
162
162
  stuck_threshold: 300
163
163
  };
package/dist/index.js CHANGED
@@ -14,7 +14,7 @@ import {
14
14
  runLoop,
15
15
  saveConfig,
16
16
  validateConfig
17
- } from "./chunk-XS6ARXRL.js";
17
+ } from "./chunk-MT25TNW3.js";
18
18
  import {
19
19
  CliError,
20
20
  buildExecutionWaves,
@@ -1850,7 +1850,7 @@ async function reviewAndCreate(plan2, planPath, opts) {
1850
1850
  log("Run `lisa run` when ready.");
1851
1851
  return;
1852
1852
  }
1853
- const { runLoop: runLoop2 } = await import("./loop-QYUIDHQJ.js");
1853
+ const { runLoop: runLoop2 } = await import("./loop-FR2ZJUX5.js");
1854
1854
  const waves = buildExecutionWaves(plan2.issues);
1855
1855
  const maxWaveSize = Math.max(...waves.map((w) => w.length));
1856
1856
  await runLoop2(config2, {
@@ -4,7 +4,7 @@ import {
4
4
  cleanupEventListeners,
5
5
  runDemoLoop,
6
6
  runLoop
7
- } from "./chunk-XS6ARXRL.js";
7
+ } from "./chunk-MT25TNW3.js";
8
8
  import {
9
9
  WATCH_POLL_INTERVAL_MS
10
10
  } from "./chunk-246P5Z5G.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarcisiopgs/lisa",
3
- "version": "1.38.2",
3
+ "version": "1.38.3",
4
4
  "description": "Autonomous issue resolver",
5
5
  "keywords": [
6
6
  "loop",