chore: update claude-settings.json (add memory-push PostToolUse hook)
This commit is contained in:
parent
82fb93fb3b
commit
749d1483f3
|
|
@ -1,4 +1,17 @@
|
|||
{
|
||||
"hooks": {
|
||||
"PostToolUse": [
|
||||
{
|
||||
"matcher": "Write",
|
||||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "bash C:/Users/maita/posimai-project/scripts/memory-push.sh"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"permissions": {
|
||||
"defaultMode": "acceptEdits",
|
||||
"allow": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue