chore: allow Write and Edit tools in settings
This commit is contained in:
parent
b8b26373dd
commit
4c3308ccdd
|
|
@ -1,22 +1,10 @@
|
|||
{
|
||||
"hooks": {
|
||||
"PostToolUse": [
|
||||
{
|
||||
"matcher": "Write",
|
||||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "bash C:/Users/maita/posimai-project/scripts/memory-push.sh"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"permissions": {
|
||||
"defaultMode": "acceptEdits",
|
||||
"allow": [
|
||||
"Bash(*)",
|
||||
"Read",
|
||||
"Write",
|
||||
"Edit",
|
||||
"Glob",
|
||||
"Grep",
|
||||
"WebSearch",
|
||||
|
|
@ -65,6 +53,7 @@
|
|||
"Bash(git clean *)",
|
||||
"Bash(sudo *)"
|
||||
],
|
||||
"defaultMode": "acceptEdits",
|
||||
"additionalDirectories": [
|
||||
"c:\\Users\\maita\\posimai-project\\_template",
|
||||
"c:\\Users\\maita\\posimai-project\\posimai-analytics\\src\\app\\(galaxy)",
|
||||
|
|
@ -72,5 +61,26 @@
|
|||
"c:\\Users\\maita\\posimai-project",
|
||||
"/tmp"
|
||||
]
|
||||
},
|
||||
"hooks": {
|
||||
"PostToolUse": [
|
||||
{
|
||||
"matcher": "Write",
|
||||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "bash C:/Users/maita/posimai-project/scripts/memory-push.sh"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"extraKnownMarketplaces": {
|
||||
"claude-plugins-official": {
|
||||
"source": {
|
||||
"source": "github",
|
||||
"repo": "anthropics/claude-plugins-official"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue