2d8ccb3eb6
Rename all references from storkit to huskies across the codebase: - .storkit/ directory → .huskies/ - Binary name, Cargo package name, Docker image references - Server code, frontend code, config files, scripts - Fix script/test to build frontend before cargo clippy/test so merge worktrees have frontend/dist available for RustEmbed Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
309 B
309 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 .huskies/README.md to see our dev process.