From 55f9b248ffda14fc9b5bbe4bbb67df2321d46045 Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Wed, 29 Apr 2026 10:11:09 -0400 Subject: [PATCH] docs: clean up continue.md section ordering and stale TODOs - Fix section numbering (was 1,2,3,5,4, now sequential) - Remove stale dump_simulation_state NULL check TODO (already fixed) - Retain OrbitalMetrics::angular_position 2D-only TODO for future session --- continue.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/continue.md b/continue.md index c2f61d9..b455377 100644 --- a/continue.md +++ b/continue.md @@ -32,3 +32,6 @@ - Copy from `old_tests/` to `tests/`, rewrite, rebuild, verify. - **Always ask for review** before moving to the next file. - **Only commit when asked.** + +## 5. Testing Harness TODOs +- [ ] `OrbitalMetrics::angular_position` — uses `atan2(y, x)` which is XY-plane only; meaningless for inclined orbits