4 lines
309 B
Markdown
4 lines
309 B
Markdown
|
|
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.
|