- Add defensive AI: players now chase puck carriers on opposing team - Update DefensiveBehavior to check opponent possession and target puck position - Increase player rotation speed from 3 to 10 rad/s for more responsive turning - Update Claude settings permissions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
194 B
JSON
13 lines
194 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(find:*)",
|
|
"Bash(cat:*)",
|
|
"Bash(pnpm run:*)",
|
|
"Bash(mkdir:*)",
|
|
"Bash(git log:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
} |