memoria/.claude/settings.json
2026-04-06 09:26:30 -05:00

40 lines
735 B
JSON

{
"hooks": {
"SessionStart": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "uv run python hooks/session-start.py",
"timeout": 15
}
]
}
],
"PreCompact": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "uv run python hooks/pre-compact.py",
"timeout": 10
}
]
}
],
"SessionEnd": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "uv run python hooks/session-end.py",
"timeout": 10
}
]
}
]
}
}