# Decisions Decision records — one page per decision, newest number last. Each entry mirrors the linked page's `tldr`, prefixed with its current status. Filenames are `NNNN-short-slug.md`, numbered sequentially from `0001`, and numbers are never reused: a decision that is reversed or superseded keeps its number and its page, and the newer decision points back at it. *(No decisions recorded yet — say "record a decision" to add the first one.)* ## Status vocabulary | Status | Meaning | |---|---| | `proposed` | Under discussion; not yet in force. | | `accepted` | In force. The default for a decision that was actually made. | | `rejected` | Considered and turned down. Kept so the reasoning isn't relitigated. | | `superseded` | Replaced by a later decision; `superseded_by` names it. | | `reversed` | Undone by a later decision that went back to the prior state; `superseded_by` names it. | ## Open questions Decisions still at `proposed`, and any decision whose `review_on` date has passed, are the ones worth chasing. `ckb-lint` reports both.