summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2025-08-13 20:10:54 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2025-08-13 20:10:54 +0200
commitbf1dd870c839a447d6a1f7035fac2f347185925a (patch)
tree75502ca886bae271263de7a3391d5a150fc43cf8
parentcdaecb2a0e4f5c25338cd7f11f3b881194068ac9 (diff)
CLAUDE.md: Add formatting instructions.
-rw-r--r--CLAUDE.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CLAUDE.md b/CLAUDE.md
index 8a6539c..0ad2606 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -20,6 +20,14 @@ cargo run # Run in debug mode with REPL shell
cargo build # Build debug version
```
+## Instructions
+
+Always run the `zig fmt` to format source code after every change. Example:
+
+```
+find . -name \*.zig -exec 'zig' 'fmt' '{}' ';'
+```
+
## Architecture
### Command System Design