Devlog

Content is pulled from the app repo

April 2, 2026

Rustles web reads devlog and changelog entries from the future app repository at build time instead of mirroring content here.

The site repo owns rendering and deployment. The app repo owns the product narrative.

That split keeps responsibilities clear:

  1. the app repo publishes source Markdown under docs/
  2. the website workflow checks out that repo at build time
  3. Astro converts the entries into static pages

This avoids redundant commits in the website repo and keeps the publishing path easy to reason about.