How we think about backup verification

This file is MDX: ordinary Markdown, with the option to drop a component into the middle of the prose when a paragraph is not enough.

The frontmatter above is validated against the schema in src/content.config.ts. Try deleting the description line and running bun run build — the build will refuse to complete, and tell you which file is wrong.

Why that matters here

The content rules in the README (no imaging, no bare-metal, shadow copy is conditional) are currently enforced by memory. Schema fields are how you make the build enforce them instead.