These files had never been tracked anywhere - they lived in a plain directory
with no git at all, which is also where the whole reverse-engineering record
sat. Code already committed refers to them by name (opponent_substitution.h
cites "ANALYSIS.md section 6hh", DebugMenuOverlay.kt cites "DEBUG_MENU.md
section 3"), so until now a fresh clone carried references to documents it did
not contain.
ANALYSIS.md the RE record, and the reason the rest works
ARCHITECTURE.md how the mod's pieces fit together
ARM64_TRANSLATION_LAYER.md the translation layer's running log
PROGRESS.md chronological progress across both chats
BETA_TELEMETRY_PLAN.md how crash/telemetry reporting is meant to work
LOBBY_UI_DESIGN.md + .html lobby design and its clickable prototype
DEBUG_MENU.md debug panel design
STATIC_RECOMPILATION_FALLBACK.md the plan if translation had not panned out
evidence/ font atlas capture from the glyph-corruption bug
save_backups/ saves at known milestones, for reproducing state
Co-Authored-By: Claude <noreply@anthropic.com>