mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-12 04:01:20 +00:00
The windows-coverage job built the workspace before running the same ci-coverage gates as Linux, but the instrumented corpus resolves workspace imports to src through the tsconfig paths map and never consumes lib/; the two lib-consuming suites (webworker-packer image-loadable, session-persistence-sqlite built-package) self-skip on unbuilt checkouts, exactly how the Linux lane already runs them. Remove the build step so both lanes behave identically, and pin the zero-build invariant in ci-workflow.spec.ts (red before this change, green after). Agent Notes updated in place: corrected the build-wait rationale and the wrong attribution of the packer assertions to the instrumented suite.