summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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