These posts had reached their pubDate but were still draft: true, so the
daily scheduled-deploy rebuild left them hidden — the publish gate in
src/utils/posts.ts checks draft before pubDate. Flip them to draft: false
so the date gate can release them:
- when-it-stopped-being-mine (2026-07-03)
- recurring-event-edit (2026-07-05)
- the-translator-who-emailed-me (2026-07-06)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Technical, journey, and philosophy posts sourced from the Calendula issue
threads, reviewed for source-accuracy, standards, ethics, and voice. All
draft:true with staggered future pubDates; they stay hidden in prod until
approved (draft:false) and due.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>