Skip to content

Add ADR Guard to architecture management tooling - #114

Open
chohan-sarmad-ali wants to merge 1 commit into
adr:mainfrom
chohan-sarmad-ali:add-adr-guard
Open

Add ADR Guard to architecture management tooling#114
chohan-sarmad-ali wants to merge 1 commit into
adr:mainfrom
chohan-sarmad-ali:add-adr-guard

Conversation

@chohan-sarmad-ali

Copy link
Copy Markdown

Adds ADR Guard — a GitHub Action that fails a pull request when watched code paths change without an ADR being added or updated.

Placement reasoning: it does not create or maintain decision files, it enforces their presence in CI — so I put it under Tooling related to architecture management, alphabetically before ArchUnit, which felt like the closest neighbour (enforcement rather than authoring). Happy to move it to Any template or reword if you see it differently.

Facts for review: template-agnostic (checks that a file under the configured ADR paths changed, not its format); waivers are explicit (ADR-Exempt: + reason, echoed into the job summary); ignore-lists exempt tests/docs/lockfiles by default; fails open on a missing merge base. MIT, no dependencies, on the GitHub Marketplace.

Disclosure: I am the author.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant