diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2025-08-16 20:01:49 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2025-08-16 20:01:49 +0200 |
commit | afe0bce8e77696b2f7ab69a552d6ef0cc9048a64 (patch) | |
tree | 477dbb4e1a13ea54fa088f414165d9268230b3ea /CLAUDE.md | |
parent | 0f9ae680170a5a6d39986d6964ea74b621b3c0c2 (diff) |
CLAUDE.md: Remove zig fmt instruction.
It is taken care of by a PostToolUse hook now.
Diffstat (limited to 'CLAUDE.md')
-rw-r--r-- | CLAUDE.md | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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 |