From afe0bce8e77696b2f7ab69a552d6ef0cc9048a64 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 16 Aug 2025 20:01:49 +0200 Subject: CLAUDE.md: Remove zig fmt instruction. It is taken care of by a PostToolUse hook now. --- CLAUDE.md | 8 -------- 1 file changed, 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 -- cgit v1.2.1