Update src/data/changelog.ts after each merge. One useful sentence about what you learned matters more than a long feature inventory.
  1. v0.1.0

    Lab foundation

    • Added shared navigation, responsive styling, and a dark-mode preference.
    • Created the experiment directory and core routes.
    • Added browser-only prototypes for reading, qualification, and account POV work.

    Learned: Astro can render most of the site as static HTML while small scripts add interaction only where a page needs it.