Split changelog into separate file

This commit is contained in:
deamonkai
2026-03-28 12:11:21 -05:00
parent 942aeab830
commit 563dbee7eb
3 changed files with 23 additions and 10 deletions

17
CHANGELOG.md Normal file
View File

@@ -0,0 +1,17 @@
# CHANGELOG
This file records dated repository-level documentation and implementation changes. Keep entries short, factual, and ordered newest last.
## Use
- Record meaningful repo changes here after they are made.
- Keep implementation details brief and point to the affected files when useful.
- Do not use this file for task planning; use [`TODO.md`](./TODO.md) for the live work queue.
- Do not use this file for durable assumptions or guardrails; use [`MEMORY.md`](./MEMORY.md) for that context.
## Entries
- `2026-03-28`: Created `README.md` and `MEMORY.md` from the `/docs` PDFs and current MATLAB code. Confirmed the repo is still an incomplete assignment skeleton with unresolved placeholders and a missing `getRho.m`.
- `2026-03-28`: Documented professor guidance that the atmosphere model must be integrated into the simulation, must include the stratosphere branch for altitude `> 11 km`, and will not run until the `XX` placeholders are replaced.
- `2026-03-28`: Clarified file roles so `MEMORY.md` is the durable handoff and `TODO.md` is the active execution tracker.
- `2026-03-28`: Confirmed the stratosphere equations from `docs/Addendum to Atomosphere Model Feb 26.pdf` and recorded the required `z > 11000 m` branch for the future `getRho.m` implementation.