init claude

This commit is contained in:
Harivansh Rathi 2026-01-05 17:00:05 +05:30
commit 7964b78a3a
6 changed files with 380 additions and 0 deletions

15
.claude/settings.json Normal file
View file

@ -0,0 +1,15 @@
{
"hooks": {
"SessionEnd": [
{
"hooks": [
{
"type": "command",
"command": "\"$CLAUDE_PROJECT_DIR/.claude/hooks/session-end.sh\"",
"timeout": 60
}
]
}
]
}
}