From 6c8459f48bfb84115d4fe8b3491590cb551e259f Mon Sep 17 00:00:00 2001 From: mostalive Date: Tue, 15 Sep 2026 14:32:58 +0000 Subject: [PATCH] Add AGENTS.md --- AGENTS.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..205e77e --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,6 @@ +# Purpose +This is a C# exercise repository to explore creating class and sequence diagrams with mermaid, in order to understand an unfamiliar codebase, perform continuous architecture review, or review code generated by coding agents. + +# Generating mermaid diagrams and reviewing syntax + +On linux and mac, the `mmdc` executable is available to create svg diagrams and check syntax. On windows, use the mmdc binary in `./node_modules/bin/mmdc` .