add post-commit memory extraction hook
This commit is contained in:
parent
a748a63e00
commit
789118c124
2 changed files with 102 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue