Architecture Decision Records¶
Architecture Decision Records (ADRs) capture the significant design choices made in this project — not just what was decided, but why, and what alternatives were considered. New contributors can read these in order to understand the reasoning behind the system's shape.
Each record is immutable once accepted. Instead of editing a past decision, we add a new record that supersedes it and links back.
Index¶
| # | Title | Status |
|---|---|---|
| 0001 | Record architecture decisions | Accepted |
| 0002 | Node interface, per-strategy node types, and FIFO-per-link transport | Accepted |
| 0003 | Consistent hashing, preference lists, sloppy quorums, and region-aware quorums | Accepted |