agent update
This commit is contained in:
30
.pi/settings.local.json
Normal file
30
.pi/settings.local.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(cargo check:*)",
|
||||
"Bash(cargo build:*)",
|
||||
"Bash(cargo fmt:*)",
|
||||
"Bash(head:*)",
|
||||
"mcp__plugin_qmd_qmd__deep_search",
|
||||
"mcp__plugin_qmd_qmd__query",
|
||||
"mcp__opty__opty_status",
|
||||
"mcp__opty__opty_query",
|
||||
"mcp__opty__opty_ast",
|
||||
"Bash(cargo search:*)",
|
||||
"Bash(cargo info:*)"
|
||||
]
|
||||
},
|
||||
"hooks": {
|
||||
"PostToolUse": [
|
||||
{
|
||||
"matcher": "Bash",
|
||||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "python3 \"$CLAUDE_PROJECT_DIR/.claude/hooks/filter-cargo-warnings.py\""
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user