Commit Graph

10 Commits

Author SHA1 Message Date
Stefan 1b2159445d Document API endpoints in README
- Add comprehensive API documentation section
- Document Stockfish evaluation endpoint (POST /api/v1/stockfish)
- Document LLM chat endpoint (POST /api/v1/llm/chat)
- Document personalities endpoint (GET /api/v1/personalities)
- Include request/response examples and usage with curl
- Link to detailed API docs in docs/ folder
- No mention of specific use cases, just general API availability
2025-12-04 17:17:42 +01:00
Stefan 41ca7ae187 Fix hanging test and update README with resign feature
- Fix page.test.tsx: Use stable mock router reference to prevent infinite loop
  The useRouter mock was returning a new object on every render, causing
  the useEffect with router dependency to re-run infinitely
- Update README to document resign button and analyze game features
2025-12-03 08:56:33 +01:00
Stefan 327f17ad39 Update README with new features
- Add Polish language to multi-language support
- Document game export feature (PGN/FEN download)
- Add saved games and game continuation feature
- Document settings management and Clear All Data feature
- Add comprehensive User Experience Features section covering:
  - Game management (save/resume/export)
  - Customization options (languages, personalities, colors)
  - Analysis tools (evaluation bar, opening explorer, position analysis)
  - Modern interface features (responsive design, dark mode)
- Update typical game flow to include new features
- Improve feature descriptions with more detail
2025-12-01 17:17:06 +01:00
Stefan 502f7e28ea docs: Add debug mode documentation to README
Added comprehensive documentation for the debug mode feature including:
- Environment variable configuration (NEXT_PUBLIC_DEBUG)
- What debug mode shows (prompts, responses, timestamps)
- How to use the debug panel (copy, clear, expand)
- Why it's useful (troubleshooting, learning, bug reports)
- Example use cases (verify positions, check evaluations, etc.)
- Warning about production usage

This helps users understand how to enable and use debug mode to
troubleshoot AI behavior and understand how the system works.
2025-11-27 20:47:16 +01:00
Stefan 3afc75f78d docs: Update README with latest features and improved Docker instructions
- Add tactical recognition system documentation
- Update to 9 AI personalities (was 3)
- Improve Quick Start section with Docker Compose as primary method
- Document automated Docker builds via GitHub Actions
- Add detailed tactical detection feature explanation
- Update game flow to mention tactical feedback
- Reorganize deployment sections for clarity
2025-11-26 19:58:23 +01:00
Stefan 1f2300e476 footer 2025-11-23 20:56:30 +01:00
Stefan a4a42488bb i18n 2025-11-23 13:36:10 +01:00
Stefan ad104f2c31 screenshots 2025-11-23 11:58:27 +01:00
Stefan 8a6d6bd780 game ready 2025-11-23 11:44:05 +01:00
Stefan f6480a43c6 Initial commit from Create Next App 2025-11-22 10:57:29 +01:00