add post-commit memory extraction hook

This commit is contained in:
Viktor Barzin 2026-03-19 23:32:50 +00:00
parent a748a63e00
commit 789118c124
No known key found for this signature in database
GPG key ID: 0EB088298288D958
2 changed files with 102 additions and 1 deletions

View file

@ -84,6 +84,18 @@
]
}
],
"PostToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "python3 /Users/viktorbarzin/.claude/hooks/post-commit-memory.py",
"timeout": 5
}
]
}
],
"UserPromptSubmit": [
{
"hooks": [
@ -120,6 +132,7 @@
"frontend-design@claude-code-plugins": true,
"frontend-design@claude-plugins-official": true,
"gdrive-mount@claude-templates": true,
"gopls-lsp@claude-plugins-official": true,
"llm-rules@Meta": true,
"meta-statusline-pro@claude-templates": true,
"meta@Meta": true,
@ -131,9 +144,11 @@
"para-workspace-meetings@claude-templates": true,
"para-workspace-reporting@claude-templates": true,
"para-workspace@claude-templates": true,
"pyright-lsp@claude-plugins-official": true,
"ralph-loop@claude-plugins-official": true,
"superpowers@claude-plugins-official": true,
"trajectory@Meta": true
"trajectory@Meta": true,
"typescript-lsp@claude-plugins-official": true
},
"autoMemoryEnabled": true,
"skipDangerousModePermissionPrompt": true