Files
storkit/CLAUDE.md

4 lines
309 B
Markdown
Raw Normal View History

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 .storkit/README.md to see our dev process.