sba-scouting/rust
Cal Corum ebe4196bfc Implement Phase 3: calc layer with matchup scoring, league stats, and score cache
Port the Python calc layer to Rust: league stat distributions (avg excludes zeros,
stdev N-1 includes zeros), weighted standardized matchup scoring with switch-hitter
resolution and pitcher inversion, and SHA-256-validated score cache with automatic
rebuild after card imports. 105 tests passing (76 unit + 5 integration + 24 DB).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 23:35:01 -06:00
..
src Implement Phase 3: calc layer with matchup scoring, league stats, and score cache 2026-02-27 23:35:01 -06:00
tests Implement Phase 3: calc layer with matchup scoring, league stats, and score cache 2026-02-27 23:35:01 -06:00
.gitignore Add Rust project scaffold for TUI rewrite 2026-02-26 08:40:42 -06:00
Cargo.lock Implement Phase 1 foundation: DB schema, queries, and config integration 2026-02-26 19:17:36 -06:00
Cargo.toml Implement Phase 1 foundation: DB schema, queries, and config integration 2026-02-26 19:17:36 -06:00
PHASE1_PROJECT_PLAN.json Add test scaffold and mark Phase 1 tasks complete 2026-02-26 20:02:01 -06:00
PHASE2_PROJECT_PLAN.json Implement Phase 2: API client, sync pipeline, and CSV card importers 2026-02-27 22:56:50 -06:00
PHASE3_PROJECT_PLAN.json Implement Phase 3: calc layer with matchup scoring, league stats, and score cache 2026-02-27 23:35:01 -06:00