Skip to content

Architecture Decision Records (ADRs)

This directory contains Architecture Decision Records for this project.

ADRs follow the MADR format (Markdown Architectural Decision Records).

Index

ID Title Status
ADR-001 Use Structured Logging Instead of Plain Text Logging Accepted

Status values

ProposedAccepted | Rejected | DeprecatedSuperseded by ADR-NNN

Creating a new ADR

  1. Copy ADR-000-template.md to ADR-NNN-short-title.md.
  2. Fill in all sections.
  3. Set status to Proposed and open for discussion.
  4. Update the index in this README.