AI-Driven ADR Enforcer
Version updated for https://github.com/y-matsuo081991/ai-adr-enforcer to version v1.1.8.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the enforcement of Architecture Decision Records (ADRs) in your project. It uses LLMs to audit incoming Pull Requests, ensuring compliance with established ADRs and blocking non-compliant commits with actionable suggestions directly within the PR timeline. The action also offers self-healing capabilities by suggesting compliant code alternatives when violations are detected.
What’s Changed
What’s Changed
- feat: hybrid two-stage ADR corpus retrieval (ADR-013) by @y-matsuo081991 in https://github.com/y-matsuo081991/ai-adr-enforcer/pull/8
Full Changelog: https://github.com/y-matsuo081991/ai-adr-enforcer/compare/v1.1.7...v1.1.8