agent update

This commit is contained in:
Jonas H
2026-03-28 11:15:41 +01:00
parent d21a467878
commit 1ad7b94386
4 changed files with 111 additions and 0 deletions

30
.pi/settings.local.json Normal file
View 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\""
}
]
}
]
}
}