From 14b4aa940a7e970790352e44145ead50088ea0a9 Mon Sep 17 00:00:00 2001 From: TheoV823 Date: Wed, 20 May 2026 15:28:50 -0500 Subject: [PATCH] docs(tooling): add Mneme HQ to Tooling related to architecture management MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mneme HQ enforces ADRs and architectural decisions in AI-assisted development workflows. Hook-based pre-generation checks for Claude Code, Cursor, and Copilot — blocks architectural violations before the AI agent writes the code, rather than catching them in PR review. --- _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 c0d47d8..01d119b 100644 --- a/_posts/2024-10-28-adr-tooling.md +++ b/_posts/2024-10-28-adr-tooling.md @@ -60,6 +60,7 @@ categories: [adr] - [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. +- [Mneme HQ](https://github.com/TheoV823/mneme): enforces ADRs and architectural decisions in AI-assisted development. Hook-based pre-generation checks for Claude Code, Cursor, and Copilot — blocks violations before the AI agent writes the code. - [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/). ## Interesting, but unmaintained tooling