diff options
-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 |