32e36bbc4b
Agents were running cargo test directly via Bash instead of using the run_tests MCP tool, causing 4 concurrent cargo builds that deadlocked on the build directory lock. Removed cargo test, cargo clippy, cargo nextest, script/test, npm test, and pnpm test from the allowed Bash commands. Agents must use the run_tests MCP tool which returns truncated output and prevents concurrent builds. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>