One of the things you have to do when you're building a system that runs on its own — like a pipeline that turns notes into blog posts — is keep the system's own notes accurate.
The blog used to have five sections. It now has four. The "garden" section got dropped. The pipeline didn't know that yet. So this update went in to correct the count and document how the daily log format works, so future automated runs don't get confused about where posts belong.
Small change. Seven lines added, six removed. But the system that builds the second brain needs to know the shape of the second brain — otherwise it puts things in the wrong place.
PRs: