golfgame/docs/v2
adlee-was-taken 49b2490c25 Add PostgreSQL game logging system
- Add GameLogger service for move logging to PostgreSQL
- Add moves table to event_store.py for AI decision analysis
- Update main.py to initialize GameLogger in lifespan
- Update game_analyzer.py to query PostgreSQL instead of SQLite
- Add VDD documentation V2_08_GAME_LOGGING.md

Replaces SQLite game_log.py with unified PostgreSQL backend.
See docs/v2/V2_08_GAME_LOGGING.md for architecture and API.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-14 08:42:49 -05:00
..
V2_00_MASTER_PLAN.md Huge v2 uplift, now deployable with real user management and tooling! 2026-01-27 11:32:15 -05:00
V2_01_EVENT_SOURCING.md Huge v2 uplift, now deployable with real user management and tooling! 2026-01-27 11:32:15 -05:00
V2_02_PERSISTENCE.md Huge v2 uplift, now deployable with real user management and tooling! 2026-01-27 11:32:15 -05:00
V2_03_USER_ACCOUNTS.md Huge v2 uplift, now deployable with real user management and tooling! 2026-01-27 11:32:15 -05:00
V2_04_ADMIN_TOOLS.md Huge v2 uplift, now deployable with real user management and tooling! 2026-01-27 11:32:15 -05:00
V2_05_STATS_LEADERBOARDS.md Huge v2 uplift, now deployable with real user management and tooling! 2026-01-27 11:32:15 -05:00
V2_06_REPLAY_EXPORT.md Huge v2 uplift, now deployable with real user management and tooling! 2026-01-27 11:32:15 -05:00
V2_07_PRODUCTION.md Huge v2 uplift, now deployable with real user management and tooling! 2026-01-27 11:32:15 -05:00
V2_08_GAME_LOGGING.md Add PostgreSQL game logging system 2026-02-14 08:42:49 -05:00