Skip to main content
Architectural Decision Records (ADRs) document significant architectural and engineering decisions made throughout the lifecycle of the Logic-Injection-on-Origin Protocol (LIOP). Each record captures the problem context, decision drivers, evaluated alternatives, and downstream consequences following the MADR v3.0 specification.

Decision Status Lifecycle

Every ADR in this repository transitions through formal states:

Architectural Decision Registry


Creating a New ADR

To propose a new architectural decision:
  1. Copy the template from docs/adrs/template.mdx (or refer to MADR v3.0 guidelines).
  2. Number the decision sequentially using a four-digit zero-padded index (0007-...).
  3. Detail quantitative benchmarks, trade-offs, and security impact before opening a Pull Request against the alpha branch.