Command-line tools for working with Architecture Decision Records
adr-tools is a command-line tool for managing a log of Architecture Decision Records (ADRs), which are used to document architectural decisions in software projects. The tool stores ADRs as Markdown files in a configurable subdirectory and provides commands to initialize an ADR directory, create new records, and track which decisions supersede others. It is implemented as Unix shell scripts and was created by N. Pryce.