Files
data-mesher/decisions/0001-record-architecture-decisions.md
brianmcgee b5fea257d7
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
PR Size Review Check / pr-size-review-gate (pull_request) Successful in 35s
sizelint / sizelint (pull_request) Successful in 59s
gitea-mq/buildbot/nix-eval Build done.
gitea-mq/buildbot/nix-build Build done.
gitea-mq Merge queue passed
nix: replace prettier with mdformat for Markdown formatting
Switch Markdown formatting from prettier (which ignores printWidth for
prose) to mdformat with the GFM plugin. Configure 80-column word wrap
and consecutive list numbering.

Prettier remains for CSS, HTML, JS, JSON, and YAML with *.md excluded.

Reformat all existing markdown files.
2026-04-10 15:41:11 +01:00

487 B

1. Record architecture decisions

Date: 2025-02-26

Status

Accepted

Context

We need to record the architectural decisions made on this project.

Decision

We will use Architecture Decision Records, as described by Michael Nygard.

Consequences

See Michael Nygard's article, linked above. For a lightweight ADR toolset, see Nat Pryce's adr-tools.