This directory holds Bomly's architecture decision records (ADRs): one file
per decision, numbered chronologically by the date the decision was first
recorded. Decisions migrated from the old inline decision log in
../ARCHITECTURE.md keep their original free-form
prose; new decisions follow the template.
To record a new decision:
- Copy
TEMPLATE.mdtoNNNN-<kebab-case-title>.md, using the next unused number. - Fill in the date, status, and sections.
- Add a row to the index below.
To revise a decision, add a new ADR that supersedes it and set the old ADR's
status to Superseded by [ADR-NNNN](NNNN-slug.md); do not rewrite history
(typo and clarity fixes are fine).