summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.claude/CLAUDE.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/.claude/CLAUDE.md b/.claude/CLAUDE.md
index a0cb282..6cb5378 100644
--- a/.claude/CLAUDE.md
+++ b/.claude/CLAUDE.md
@@ -9,3 +9,8 @@
# .gitignore
- Never add `.claude` and `.directory` to local `.gitignore`. These patterns are globally ignored.
+
+# Bash
+
+- Format multi-step Bash commands across multiple lines (one logical step per line, `\` continuations, section `echo`
+ separators on their own line) rather than one dense single line. I read commands before approving them.