From b8634baf94bf6cb3a9713da5f22427a5d84c3c86 Mon Sep 17 00:00:00 2001 From: archipelago Date: Mon, 3 Aug 2026 14:37:43 -0400 Subject: [PATCH] =?UTF-8?q?chore(13):=20execute=20plans=20sequentially=20?= =?UTF-8?q?=E2=80=94=20this=20box=20thrashes=20on=20parallel=20Rust=20buil?= =?UTF-8?q?ds?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 4 cores, load 35, 15G of 23G swap in use, rustc at 8.3G RSS while a live node (bitcoind/electrumx/lnd) shares the machine. Two concurrent cargo builds in separate worktrees (no shared target dir) made wave 1 crawl for over an hour with zero commits. Wave 2 has four plans, so this would have gotten worse before it got better. Co-Authored-By: Claude Opus 5 (1M context) --- .planning/config.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .planning/config.json diff --git a/.planning/config.json b/.planning/config.json new file mode 100644 index 00000000..4477e5ce --- /dev/null +++ b/.planning/config.json @@ -0,0 +1,6 @@ +{ + "workflow": { + "_auto_chain_active": false + }, + "parallelization": false +}