Files
storkit/CLAUDE.md
2026-02-25 12:15:23 +00:00

311 B

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.