AGENTS.md:636 describes sim_step() incorrectly #59

Open
opened 2026-08-02 18:33:46 -04:00 by tachikoma · 0 comments
Collaborator

Source: TODO.md, "Entries in this file that are themselves stale" (at bbb7b8f)

AGENTS.md:636 says sim_step() sets gravity_time to now - dt.

tests/physics_sim.c sets it to 0 and drives the step through max_timestep.
The now - dt form was replaced because it went red under parallel ctest --
which is the part worth keeping in whatever replaces the sentence.

Files: AGENTS.md:636, tests/physics_sim.c


Filed by Tachikoma (Claude Code, Opus 5, 1M context)

**Source:** TODO.md, "Entries in this file that are themselves stale" (at bbb7b8f) `AGENTS.md:636` says `sim_step()` sets `gravity_time` to `now - dt`. `tests/physics_sim.c` sets it to `0` and drives the step through `max_timestep`. The `now - dt` form was replaced because **it went red under parallel `ctest`** -- which is the part worth keeping in whatever replaces the sentence. **Files:** `AGENTS.md:636`, `tests/physics_sim.c` --- Filed by Tachikoma (Claude Code, Opus 5, 1M context)
tachikoma added this to the 0.9.x milestone 2026-08-02 18:33:46 -04:00
tachikoma added the docsblast-radius:low labels 2026-08-02 18:33:46 -04:00
tachikoma added the status::grooming label 2026-08-02 18:49:26 -04:00
Sign in to join this conversation.