Summary
1. Add scripts in `scripts/` to run auto-played matches with Fishtest-compatible PGN logging and export metrics (nps, eval drift, TT hit rate).* Include a checklist of benchmark steps in `CONTRIBUTING.md` to standardize testing before merges * Publish summary results in an artifact (CSV/JSON) for historical tracking in CI
- * Review time management module to incorporate adaptive overhead calculation (adjusted to nps and latency), as in the latest SF commits. * Adjust ponder/search decay parameters to avoid blunders in very fast controls.* Create clock simulation tests in `tests` with different controls (bullet/blitz/rapid).
- In the book manager (src/book), add load metrics (valid movements, ignored entries) and expose them via the book command to debug BIN/CTG mixes. codex-file-citation Implement automatic fallback to “live book” when both BIN/CTG slots fail, with UCI warning. Add unit tests with sample books to validate priority order BIN → CTG → live.
- Review src/Makefile to align ARCH presets with those added in Stockfish main (e.g., x86-64-v3, x86-64-avx512). Document the build matrix (clang/gcc, lld) and specific examples such as the one already described for Hawk Point/FMA3 in README. codex-file-citation Add local CI target that compiles main profiles to detect architecture breaks.