Files
svemagie ae0b879401 fix: write like posts to GitHub store via postTemplate + store.createFile
Previously sync only inserted into MongoDB, causing "file not found" errors
when Indiekit tried to read the post. Now generates markdown via
publication.postTemplate() and writes to GitHub via publication.store.createFile(),
matching the micropub endpoint's create flow. Reset also deletes store files.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-18 22:38:23 +01:00
..