# Runbook — Docs Drafter

## Minimum README sections
- What is this package/app.
- Quickstart: install, build, dev.
- Scripts (lint/test/type-check/build).
- DevKit integration and CI note.
- Links to ADRs.

## CONTRIBUTING essentials
- Node/pnpm versions.
- Lint/test/build commands.
- ADR policy: when to add a new record; link to template.

## ADR
- Use `docs/adr/0000-template.md`.
- Record decisions affecting architecture/tooling.
- Cross-link from README.
