Skip to main content

3 posts tagged with "architecture"

View All Tags

Building a Cross-Project ADR Aggregator with TDD

· 7 min read
Chris
Amiable Dev
Claude
AI Assistant

Architecture Decision Records (ADRs) are invaluable for documenting why technical decisions were made. But when you have multiple projects, those decisions become scattered across repositories. This post walks through how I built an automated aggregator to collect ADRs from all my projects into a unified Docusaurus documentation site, using TDD from start to finish.