From 97691fc4ac7a19d7aa8aab4a83f6983b315b5cc0 Mon Sep 17 00:00:00 2001 From: Bohdan Triapitsyn Date: Sun, 16 Aug 2026 16:34:05 +0300 Subject: [PATCH] chore(scripts): raise default active batch limit to 10 --- scripts/anti-slop.mjs | 2 +- scripts/react-doctor.mjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/anti-slop.mjs b/scripts/anti-slop.mjs index ca91c8e1..197f11f1 100644 --- a/scripts/anti-slop.mjs +++ b/scripts/anti-slop.mjs @@ -16,7 +16,7 @@ import { const PIPELINE = "as"; // Resolved before command dispatch so every command shares one claims location. const { runsDir: RUNS_DIR, shared: SHARED_CLAIMS } = resolveRunsDir(parseArgs(process.argv.slice(2))["claims-dir"]); -const DEFAULT_MAX_ACTIVE = 3; +const DEFAULT_MAX_ACTIVE = 10; const DEFAULT_CLAIM_TTL_DAYS = 3; // Rules ordered by how mechanical and behavior-safe their fixes are. Higher diff --git a/scripts/react-doctor.mjs b/scripts/react-doctor.mjs index 5ed108b5..acaf11ff 100644 --- a/scripts/react-doctor.mjs +++ b/scripts/react-doctor.mjs @@ -20,7 +20,7 @@ const REACT_DOCTOR_VERSION = "0.9.12"; const PIPELINE = "rd"; // Resolved before command dispatch so every command shares one claims location. const { runsDir: RUNS_DIR, shared: SHARED_CLAIMS } = resolveRunsDir(parseArgs(process.argv.slice(2))["claims-dir"]); -const DEFAULT_MAX_ACTIVE = 3; +const DEFAULT_MAX_ACTIVE = 10; const DEFAULT_CLAIM_TTL_DAYS = 3; const PRIORITY_RULES = new Map([