Decision Log
Use this file for short, durable process and documentation decisions that should survive chat history.
2026-06-09
Documentation system
AGENTS.mdis the primary Codex/bootstrap document for Riviamigo.CLAUDE.mdremains first-class, but acts as a companion guide rather than a competing source of truth.- Repo docs are canonical; the Docusaurus site renders the complete
docs/tree and publishes relevantmaincommits to GitHub Pages.
Documentation governance
- Non-trivial changes must classify documentation impact in the PR template.
- If behavior, structure, or operations change, docs update in the same PR is the default expectation.
- If docs cannot land immediately, tracked doc debt is required.
Drift prevention
pnpm docs:checkis the lightweight repo check for canonical file presence, markdown-link validity, env-var coverage, route/API contracts, and documentation-site policy.pnpm docs:buildvalidates production Docusaurus routes, navigation, assets, and local search before publication.