Skip to content

Architecture Decision Records

This section contains Architecture Decision Records (ADRs) for the NFRAOPS infrastructure.

What are ADRs?

Architecture Decision Records (ADRs) document important architectural decisions along with their context and consequences.

ADR Format

Each ADR follows this structure:

  • Status: Current state of the decision (proposed, accepted, deprecated, superseded)
  • Context: Problem context and background
  • Decision: The decision made
  • Consequences: Impact of the decision

Creating ADRs

To create a new ADR, use:

make adr-new TITLE="Your Decision Title"

This will create a new numbered ADR file with the proper template.

ADR Listing

(ADRs will be listed here once created)