summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2025-08-16 20:01:49 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2025-08-16 20:01:49 +0200
commitafe0bce8e77696b2f7ab69a552d6ef0cc9048a64 (patch)
tree477dbb4e1a13ea54fa088f414165d9268230b3ea
parent0f9ae680170a5a6d39986d6964ea74b621b3c0c2 (diff)
CLAUDE.md: Remove zig fmt instruction.
It is taken care of by a PostToolUse hook now.
-rw-r--r--CLAUDE.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/CLAUDE.md b/CLAUDE.md
index 7b51fc4..111651c 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -20,14 +20,6 @@ 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