This directory contains Architecture Decision Records (ADRs) for Tachyon. Each ADR documents a significant design choice, the context that motivated it, and its consequences.
New ADRs use the template at the bottom of this file. Once accepted, an ADR is never deleted, superseded decisions are marked Superseded and linked to the replacement.
# ADR-NNN: Title --- **Status:** Proposed | Accepted | Superseded by ADR-NNN | Deprecated **Date:** YYYY-MM-DD --- ## Context What is the problem? What forces are at play? What constraints exist? Be concrete: include benchmarks, kernel versions, and API limitations where relevant. ## Decision What did we decide? One clear sentence, then the reasoning. ## Consequences **Positive** - … **Negative** - … **Neutral** - …