+ `go build ./...` and `go vet ./...` clean. `go test -count=1 ./...` — 14/15 packages clean; `internal/status`'s `TestClassifierPrecisionRecallOnLiveCorpus` failed on a corpus-content mismatch. Investigated rather than dismissed: this test is entirely unrelated to this branch's diff (never touched by any commit on this branch) and last modified by commits #290/#277, long predating both this branch and main's recent #467-#471. Confirmed it's not a merge-induced regression: it depends on the LIVE, mutable `docs/dev/.spacedock-state` corpus reached by walking up from the test's cwd (`liveStateRoot`, `internal/status/external_proof_test.go:519`) — a directory entirely outside the spacedock-v1 code repo this merge touches — and SKIPS cleanly (does not fail) when run from any checkout not nested under that corpus (verified in a detached `origin/main`-only worktree at `/tmp/main-check`, removed after use). It only fails, non-deterministically, in local dev checkouts nested under the shared corpus whose content has drifted since the test was written. Out of scope for a merge-conflict-resolution task per the explicit "no new feature work, no scope changes" instruction — noted for the record, not fixed.
0 commit comments