From 311d307213250e460187fd1bc20ec7833dd56c91 Mon Sep 17 00:00:00 2001 From: Sarmad Ali Chohan <289459230+chohan-sarmad-ali@users.noreply.github.com> Date: Mon, 10 Aug 2026 12:12:20 +0500 Subject: [PATCH] Add ADR Guard to architecture management tooling --- _posts/2024-10-28-adr-tooling.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_posts/2024-10-28-adr-tooling.md b/_posts/2024-10-28-adr-tooling.md index 448cb50..5907b37 100644 --- a/_posts/2024-10-28-adr-tooling.md +++ b/_posts/2024-10-28-adr-tooling.md @@ -59,6 +59,7 @@ categories: [adr] ## Tooling related to architecture management +- [ADR Guard](https://github.com/chohan-sarmad-ali/delivery-gates): GitHub Action that fails a pull request when watched code paths change without an architecture decision record being added or updated; template-agnostic, explicit waiver markers, no dependencies - [ArchUnit](https://github.com/TNG/ArchUnit): unit tests for architecture - [docToolchain](https://doctoolchain.github.io/docToolchain/): docToolchain is an implementation of the [docs-as-code](https://www.writethedocs.org/guide/docs-as-code/) approach for software architecture plus some additional automation. - [Structurizr](https://www.structurizr.com/): Structurizr is a collection of tooling to help you visualise, document and explore your software architecture using the [C4 model](https://c4model.com/).