Add AGENTS.md

This commit is contained in:
2026-09-15 14:32:58 +00:00
parent bc2b79067e
commit 6c8459f48b
+6
View File
@@ -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` .