feat: add memory structure documentation and update index (#5)
Build & Test (NowChessSystems) TeamCity build finished

Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
2026-03-28 13:35:49 +01:00
parent 9190d1e5a0
commit 2df2fdeeb9
7 changed files with 183 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Memory Index
## Feedback
- [feedback_keep_structure_updated.md](feedback_keep_structure_updated.md) — Update structure memory files whenever source files are added, removed, or changed
## Project Structure
- [project_structure_root.md](project_structure_root.md) — Top-level layout, modules list, VERSIONS map, navigation rules (skip `build/`, `.gradle/`, `.idea/`)
- [project_structure_api.md](project_structure_api.md) — `modules/api`: all files and types (Board, Piece, Square, GameState, Move, ApiResponse, PlayerInfo)
- [project_structure_core.md](project_structure_core.md) — `modules/core`: all files and types (GameContext, GameRules, MoveValidator, GameController, Parser, Renderer)