From 11ef39b05cfd175d9486876f54afba05640ab2d4 Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 25 Feb 2026 12:15:23 +0000 Subject: [PATCH] Added a note about Claude code permissions --- CLAUDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 519f8a4..37a7d23 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1 +1,3 @@ +Never chain shell commands with `&&`, `||`, or `;` in a single Bash call. The permission system validates the entire command string, and chained commands won't match allow rules like `Bash(git *)`. Use separate Bash calls instead — parallel calls work fine. + Read .story_kit/README.md to see our dev process.