Added a note about Claude code permissions

This commit is contained in:
Dave
2026-02-25 12:15:23 +00:00
parent a597fc5e75
commit 11ef39b05c

View File

@@ -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.