From c299f7f5df199003952f14150025e6a98869a348 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Tue, 19 May 2026 00:07:05 +0200 Subject: misc: prefer multi-line bash commands --- .claude/CLAUDE.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.claude/CLAUDE.md') 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. -- cgit v1.3.1