houserules/packages/chess/src
2026-04-16 15:54:32 -06:00
..
app feat(chess): scaffold Vite + React app (P3.9) 2026-04-16 15:54:32 -06:00
presets feat(chess): add all 15 preset custom rules P3.4-P3.8 2026-04-16 15:32:18 -06:00
rules feat(chess): add checkmate detection (P2.19) 2026-04-16 15:06:27 -06:00
coord.test.ts feat(chess): add coordinate + color helpers (P2.7) 2026-04-16 14:47:04 -06:00
coord.ts feat(chess): add coordinate + color helpers (P2.7) 2026-04-16 14:47:04 -06:00
engine.ts test(chess): replay 5 classic FIDE games; Phase 2 acceptance gate (P2.23) 2026-04-16 15:18:57 -06:00
index.ts chore(root): scaffold monorepo — Phase 0 complete 2026-04-16 13:32:21 -06:00
pgn.ts test(chess): replay 5 classic FIDE games; Phase 2 acceptance gate (P2.23) 2026-04-16 15:18:57 -06:00
schema.test.ts feat(chess): add attribute schema and piece fact shape (P2.5) 2026-04-16 14:46:27 -06:00
schema.ts feat(chess): add attribute schema and piece fact shape (P2.5) 2026-04-16 14:46:27 -06:00
starting-position.test.ts feat(chess): add starting-position fact generator (P2.6) 2026-04-16 14:46:34 -06:00
starting-position.ts feat(chess): add starting-position fact generator (P2.6) 2026-04-16 14:46:34 -06:00