Skip to content

Latest commit

 

History

History
53 lines (44 loc) · 3.87 KB

File metadata and controls

53 lines (44 loc) · 3.87 KB

Architecture Decision Records

This directory captures architecture decisions that shape Recurgent's runtime behavior and maintenance model.

Required Outcome Sections

Every new ADR must include these sections to make expected impact testable:

  1. Status Quo Baseline
  2. Expected Improvements (with measurable deltas)
  3. Non-Improvement Expectations (what should stay unchanged)
  4. Validation Signals (tests/traces/log fields and thresholds)
  5. Rollback or Adjustment Triggers

Use docs/adrs/TEMPLATE.md for new ADRs.

Index

Status Values

  • accepted
  • superseded
  • proposed