mirror of
https://github.com/n8n-io/n8n
synced 2026-04-19 13:05:54 +02:00
45 lines
746 B
JSON
45 lines
746 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(git log:*)",
|
|
"Bash(git show:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(pnpm build)",
|
|
"Bash(pnpm lint:*)",
|
|
"Bash(pnpm test:*)",
|
|
"Bash(pnpm typecheck:*)",
|
|
"Bash(popd)",
|
|
"Bash(pushd:*)",
|
|
"Bash(mkdir -p .claude/plans)",
|
|
"Write(.claude/plans/*)"
|
|
]
|
|
},
|
|
"hooks": {
|
|
"PostToolUse": [
|
|
{
|
|
"matcher": "Skill",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "node .claude/plugins/n8n/scripts/track-skill-usage.mjs",
|
|
"timeout": 10,
|
|
"async": true
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"extraKnownMarketplaces": {
|
|
"n8n": {
|
|
"source": {
|
|
"source": "directory",
|
|
"path": "./.claude/plugins/n8n"
|
|
}
|
|
}
|
|
},
|
|
"enabledPlugins": {
|
|
"n8n@n8n": true
|
|
}
|
|
}
|