Skip to content

ADR-000: Template

NON-NORMATIVE. ADRs record rationale and tradeoffs. Enforceable invariants belong in docs/governance/morphism-kernel.md.

Status: Template Date: YYYY-MM-DD Author: [name] Ticket: MOR-XXX


Context

[Describe the situation, the problem, and the forces at play. What architectural question needs to be answered? What constraints exist?]

Decision

[Describe the decision that was made. Be specific about what will be built, changed, or adopted.]

Consequences

Positive

  • [Benefit 1]
  • [Benefit 2]

Negative

  • [Trade-off 1]
  • [Trade-off 2]

Neutral

  • [Side effect 1]

Governance Fields

SSOT Impact: [Which SSOT atoms are affected? Does this require new atoms or updates to existing ones?]

Enforcement: [How will this decision be enforced? CI checks, hooks, code review?]

Audit: [How can compliance with this decision be verified?]

Alternatives Considered

Alternative 1: [Name]

  • Pros: ...
  • Cons: ...
  • Why rejected: ...

Alternative 2: [Name]

  • Pros: ...
  • Cons: ...
  • Why rejected: ...

References

  • [Link to relevant docs, issues, or discussions]