• Joined on 2026-01-07
Seth pushed to main at Seth/blind_chess 2026-04-29 10:05:22 +00:00
04494fcdee docs: handoff for blind Casual check-resolution fix
Seth pushed to main at Seth/blind_chess 2026-04-29 09:56:15 +00:00
f00164ebbb chore: gitignore tmp/ for self-play transcripts
Seth pushed to main at Seth/blind_chess 2026-04-29 09:56:08 +00:00
dc7f8adcdf fix(bot): blind Casual no longer resigns prematurely under check
Seth pushed to main at Seth/blind_chess 2026-04-28 19:25:05 +00:00
1213ec8fb1 docs: handoff reflects final merged state
Seth pushed to main at Seth/blind_chess 2026-04-28 19:20:32 +00:00
1674695eef docs: AI Phase 1 shipped — context, decisions, handoff
7c18725586 feat(bot): vanilla CasualBrain delegates to js-chess-engine
dc5e6678b9 feat(bot): self-play harness with Casual and random baselines
06bd144f7c feat(client): AI badge and bot-moving turn indicator
31f68db654 feat(client): two-section landing — friend vs Casual bot
Compare 17 commits »
Seth pushed to feat/ai-player-phase-1-casual at Seth/blind_chess 2026-04-28 19:20:26 +00:00
1674695eef docs: AI Phase 1 shipped — context, decisions, handoff
Seth pushed to feat/ai-player-phase-1-casual at Seth/blind_chess 2026-04-28 19:14:13 +00:00
7c18725586 feat(bot): vanilla CasualBrain delegates to js-chess-engine
Seth pushed to feat/ai-player-phase-1-casual at Seth/blind_chess 2026-04-28 18:52:16 +00:00
dc5e6678b9 feat(bot): self-play harness with Casual and random baselines
Seth pushed to feat/ai-player-phase-1-casual at Seth/blind_chess 2026-04-28 18:26:28 +00:00
06bd144f7c feat(client): AI badge and bot-moving turn indicator
Seth pushed to feat/ai-player-phase-1-casual at Seth/blind_chess 2026-04-28 18:24:11 +00:00
31f68db654 feat(client): two-section landing — friend vs Casual bot
Seth pushed to feat/ai-player-phase-1-casual at Seth/blind_chess 2026-04-28 18:22:43 +00:00
cb8e017792 fix(bot): wire aiOpponent into joined and update server messages
Seth pushed to feat/ai-player-phase-1-casual at Seth/blind_chess 2026-04-28 18:21:30 +00:00
73d5d0cb93 test(bot): integration tests for Casual vs human
Seth pushed to feat/ai-player-phase-1-casual at Seth/blind_chess 2026-04-28 18:17:47 +00:00
88bc23b0d0 fix(bot): harden ws.ts integration seam
Seth pushed to feat/ai-player-phase-1-casual at Seth/blind_chess 2026-04-28 18:13:28 +00:00
a9660c0694 feat(bot): pokeBot + broadcastSinceLast hooks into ws.ts handlers
Seth pushed to feat/ai-player-phase-1-casual at Seth/blind_chess 2026-04-28 18:10:23 +00:00
58e1fc5bd8 feat(bot): POST /api/games instantiates CasualBrain + BotDriver
Seth pushed to feat/ai-player-phase-1-casual at Seth/blind_chess 2026-04-28 18:07:05 +00:00
9a837ec319 feat(bot): vsAi/aiOpponent protocol fields and bot-driver registry
Seth pushed to feat/ai-player-phase-1-casual at Seth/blind_chess 2026-04-28 18:04:26 +00:00
4407110147 fix(bot): finalize game on bot checkmate; harden driver dispatch
Seth pushed to feat/ai-player-phase-1-casual at Seth/blind_chess 2026-04-28 17:56:33 +00:00
3798b9c00d feat(bot): BotDriver with mutex, retry cap, and dispatch
Seth pushed to feat/ai-player-phase-1-casual at Seth/blind_chess 2026-04-28 17:52:24 +00:00
ebd1463b0a docs(bot): clarify when scoreMove early-return fires
Seth pushed to feat/ai-player-phase-1-casual at Seth/blind_chess 2026-04-28 17:48:38 +00:00
aa7bc30ee1 feat(bot): CasualBrain with capture/development/center heuristics