diff options
Diffstat (limited to 'CLAUDE.md')
-rw-r--r-- | CLAUDE.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |