mirror of
https://github.com/astral-sh/uv.git
synced 2026-05-06 08:56:53 -04:00
29aaaa4efd
This reverts #17505 — I think there's another Claude Code bug that's causing the session start hook to be skipped.
27 lines
472 B
JSON
27 lines
472 B
JSON
{
|
|
"hooks": {
|
|
"SessionStart": [
|
|
{
|
|
"matcher": "startup",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": ".claude/hooks/session-start.sh"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"PostToolUse": [
|
|
{
|
|
"matcher": "Edit|Write|MultiEdit",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "uv run .claude/hooks/post-edit-format.py"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|