Add critical instructions and hooks for Claude Code (#8715)

Co-Authored-By: dapplion <35266934+dapplion@users.noreply.github.com>
This commit is contained in:
Lion - dapplion
2026-02-17 20:26:06 -07:00
committed by GitHub
parent 2f7a1f3ae8
commit c4ff9b137c
4 changed files with 34 additions and 0 deletions

15
.claude/settings.json Normal file
View File

@@ -0,0 +1,15 @@
{
"hooks": {
"PostToolUse": [
{
"matcher": "Edit|Write",
"hooks": [
{
"type": "command",
"command": "echo '\n[Reminder] Run: cargo fmt --all && make lint-fix'"
}
]
}
]
}
}