# Architecture Decision Records

This directory captures durable decisions that shape Squid Mesh.

## Current ADRs

- [0001 - Runtime boundaries](0001-runtime-boundaries.md)
- [0002 - Workflow payload contract](0002-workflow-payload-contract.md)
- [0003 - Recovery boundary](0003-recovery-boundary.md)

## Creating A New ADR

1. Copy [template.md](template.md) to the next numbered file.
2. Use a short decision-oriented title.
3. Record status, context, decision, and consequences.
4. Link the ADR from this index once it is accepted.
