Add league standings with Division and Wild Card tabs, fetched from API with SQLite cache for instant display on screen open. Document 11 new future features in project plan and add cargo check post-edit hook. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
14 lines
299 B
JSON
14 lines
299 B
JSON
{
|
|
"hooks": {
|
|
"PostToolCall": [
|
|
{
|
|
"matcher": {
|
|
"tool_name": "Edit|Write",
|
|
"file_glob": "**/*.rs"
|
|
},
|
|
"command": "cd /mnt/NV2/Development/sba-scouting/rust && cargo check --message-format=short 2>&1 | grep '^src/' | head -20"
|
|
}
|
|
]
|
|
}
|
|
}
|