---
kind: record
status: current
confidence: high
decided_by: <scope>/adrs/<slug>.md
implemented_in:
  - <repo-path-or-file>
---

# Record — <title>

## What this is

A concise statement of the current, approved state of a system, feature, or decision.

## Current truth

Describe what exists now. Not what we intended, not what we debated — what is true today.

## Origin

- Decision: [<ADR title>](<scope>/adrs/<slug>.md)
- Requirement: [<PRD title>](<scope>/prds/<slug>.md)
- Bet: [<Bet title>](<scope>/bets/<slug>.md)

## Implementation

- Code: `<repo-path-or-file>`
- Tests: `<repo-path-or-file>`

## Boundaries

What is explicitly not covered or out of scope.

## Related

- Other records, ADRs, PRDs, or epics.
