|
|
|
@ -1,3 +1,7 @@ |
|
|
|
|
|
|
|
## DO NOT TOUCH |
|
|
|
|
|
|
|
- docs/TODO - Manual file only. Never read, write, restore, or commit |
|
|
|
|
|
|
|
- docs/session_logs/ - Manual logs only. Never read or write |
|
|
|
|
|
|
|
|
|
|
|
# Orbital Mechanics Simulation - Project Memory |
|
|
|
# Orbital Mechanics Simulation - Project Memory |
|
|
|
|
|
|
|
|
|
|
|
## Architecture |
|
|
|
## Architecture |
|
|
|
@ -17,8 +21,6 @@ |
|
|
|
- Single small file (<100 lines) clearly needed |
|
|
|
- Single small file (<100 lines) clearly needed |
|
|
|
- File explicitly mentioned by user |
|
|
|
- File explicitly mentioned by user |
|
|
|
- When reading multiple files or large files (>200 lines), always verify first |
|
|
|
- When reading multiple files or large files (>200 lines), always verify first |
|
|
|
- do not read or write to docs/TODO, this is meant to be a manually maintained file |
|
|
|
|
|
|
|
- do not read or write to files docs/session_logs/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Code Style |
|
|
|
## Code Style |
|
|
|
- Minimal comments - code should be self-documenting |
|
|
|
- Minimal comments - code should be self-documenting |
|
|
|
|