Decision Guardian – Enforce ADRs on PRs
CODEOWNERS for architectural decisions—surfaces why code exists before breaking it.
Shift from passive documentation to active enforcement.
Surfaces architecture context on PRs with O(log n) lookup, not just another lint rule.
Mid-to-large engineering teams with documented architectural decisions who want to prevent knowledge loss during code reviews.
Architecture Decision Records (ADR) tools · Guideline enforcement systems like Ratchet
CODEOWNERS for architectural decisions—surfaces why code exists before breaking it.
Hard-fail CI gate for GitHub Actions, but broader tools like Snyk, TruffleHog already integrate Actions scanning.
CLI turns git commits into narrative blogs with a live SVG news ticker.
Educational tutorial for a GitHub Actions + Claude workflow; production solution already exists as Dosu.
Surfaces decisions on PRs, but tooling assumes decisions are documented—doesn't solve the core problem.
Markdown-driven decision surfacing with Trie-based matching outperforms Slack threads.