mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-23 20:01:15 +00:00
* perf(ci): run the deadcode Knip scans concurrently check-dependencies spent ~194s running seven Knip child processes strictly serially (three package scripts, each iterating its scans). The scans are independent processes over separate configs: both deadcode scripts now Promise.all their scans, the CI task launches the three package scripts concurrently with buffered logs, and the lane moves to the 16 vCPU class for core/memory headroom. The missing-exports-script contract violation now fails fast before launching scans. Local: unused-files 218% CPU, 37s wall. * test(ci): align prerelease plan with the 16 vCPU dependencies lane
36 KiB
36 KiB