How every entry here is written
Every row in this site's changelog_entries table traces back to one of two real sources in this repo:
- A dated
New 2026-07-0Xmarker grepped directly out ofCLAUDE.md-- each site addition in that file ends with a line likeNew accent: --teal. New 2026-07-01., which is exactly the kind of dated milestone this site indexes. - A real session handoff file under
sessions/handoff-*.json-- structured, schema'd JSON withcompleted_this_session,gotchas, andmodel_notesfields.
Neither source is dumped verbatim. Every title and summary here is a hand-written, readable synthesis of the underlying source -- the goal is a changelog a person can actually skim, not a re-export of raw JSON. Each row's related_site_or_handoff and link_url columns point back at the real source so a reader can always verify the synthesis against the original.
What this site is not
This is not an automated feed -- there is no scheduled job that re-parses CLAUDE.md or new handoff files and writes new rows. Every entry currently in the table was manually extracted and synthesized in one pass on 2026-07-02. A real next step, not yet built, would be a script that diffs CLAUDE.md's dated markers against this table and flags new ones for review.