REQUEST TO EVIDENCE01Ingress02Translation03Coherence04Transport05Persistence

ARCHITECTURE DECISION RECORDS / MASTER

Decisions form the architecture.

The 26 ADRs are not an unordered document pile. They define a dependency path from client contract to policy, transport, durability, and operational evidence. Browse the path first, then open the exact source decision.

26architecture decisions
3source views per ADR
8decision domains
Open GitHub ADR tree ->

DECISION DEPENDENCY / READING ORDER

Read causes before implementations.

A useful architecture review asks five ordered questions. The answer to each constrains the decisions that follow it.

  1. 01Client contract

    Define what callers may name and what remains below the boundary.

  2. 02Policy and placement

    Define ownership, admission, locality, and the control-plane authority.

  3. 03Transport and offload

    Define how bytes move, how congestion is bounded, and what DPUs may mediate.

  4. 04Durability and failure

    Define acknowledgement, mirror independence, recovery, and degraded behavior.

  5. 05Evidence and operations

    Define what proves capability, health, rollback, and restored protection.

PROBLEM->CONSTRAINT->DECISION->CONSEQUENCE->EVIDENCE

26 of 26 decisions visible

master/adr/ADR-002_Hot_KV_and_Prefix_Cache_Data_Plane.md
ADR-002Data planeProposed architecture source

Hot KV and Prefix Cache Data Plane

Makes Coherence-CE the exclusive logical boundary for hot KV and prefix-cache state, including hit, hydration, recompute, and durable-fetch behavior.

THIS DECISION ANSWERSHow does an inference actor find reusable state without learning storage topology?

Decision surface

This record is part of a layered system. Its concern is kept explicit so client contracts, memory placement, transport, offload, persistence, and operations can change without collapsing into one implicit implementation.

KV cacheprefix cacheCoherencehydration

Open source files

Nearby decisions

This browser provides a moderated, searchable summary. GitHub remains the canonical source for exact decision status, context, constraints, and revisions.