This is a placeholder seed post so the /blog listing, the /blog/hello-world individual page, the Article JSON-LD, and the sitemap entry all have something to render during development.
Why a placeholder
Every CMS, every blog engine, every content API has the same chicken-and-egg problem on day one: you can't smoke-test the listing or the article page until at least one entry exists. This file exists so the routes, schema, and rendering pipeline can be verified end-to-end.
What goes here next
Real posts. The first three we have in mind, roughly:
- A launch post explaining what SkillVault is and why it exists
- A technical deep-dive on the vault token rotation design —
- A research-flavored post on AI-citation patterns in agent
How to edit this
The blog renders from apps/server/content/blog/*.md. Each file has YAML frontmatter (title, slug, date, description, author, tags, draft) and a Markdown body. To add a post, create a new file, redeploy, and the listing picks it up. Drafts (draft: true in frontmatter) are excluded from the listing and return 404 on direct fetch.
Delete this file once the first real post is ready.