Move completed review docs to docs/legacy

Relocated SYSTEM_REVIEW.md and PROJECT_PLAN_ENERGY_EVOLUTION.md to
docs/legacy/ now that all issues are resolved. Added docs/README.md
with index of documentation files.
This commit is contained in:
Cal Corum 2026-01-26 14:18:29 -06:00
parent 5f1eb11344
commit 6ce625a747
3 changed files with 13 additions and 0 deletions

13
backend/docs/README.md Normal file
View File

@ -0,0 +1,13 @@
# Backend Documentation
This directory contains documentation for the Mantimon TCG backend.
## Directory Structure
### `/legacy/`
Historical documents from completed development phases. Preserved for reference.
| File | Description |
|------|-------------|
| `SYSTEM_REVIEW.md` | Comprehensive code review of the core engine (Jan 2026). All 15 identified issues resolved. 826 tests passing. |
| `PROJECT_PLAN_ENERGY_EVOLUTION.md` | Implementation plan for energy/tool attachment and evolution stack refactor. Completed Jan 2026. |