From 6c2a4618165f390d27fde04039b1633a5bb7bc94 Mon Sep 17 00:00:00 2001 From: Phil Larson Date: Sun, 23 Aug 2026 16:44:42 -0700 Subject: [PATCH] test(core): refresh lane-wiring baseline after merge readiness (#3515) ## Summary - Re-record the lane-wiring baseline after #3514 removed the final unwired merge-readiness call site. - Normalize the duplicate `self-healing.ts` key while regenerating the canonical JSON baseline. ## Test Plan - `node scripts/check-lane-wiring.mjs` - `git diff --check` ## Summary by CodeRabbit * **Chores** * Updated internal baseline tracking to remove an obsolete merge-task entry. * No user-facing functionality or behavior changed.