8388b0c81c
`check-versions.sh` requires `crates/tui/CHANGELOG.md` to mirror its slice of
the root `CHANGELOG.md`. The nightly codegen-thread-stack entry went into the
root file only — I judged a workflow change to be outside the tui crate's
changelog — but the gate compares the files, not the subject matter, so main
went red on Version drift while every test job passed.
Generated with ./scripts/sync-changelog.sh, as the failure message instructs.
Verified: ./scripts/release/check-versions.sh exits 0 locally
("Version state OK: workspace=0.9.10, npm=0.9.10, lockfile in sync").
Signed-off-by: Hunter Bown <hmbown@gmail.com>