mirror of
https://github.com/langgenius/dify.git
synced 2026-01-13 21:57:48 +08:00
23 lines
498 B
JSON
23 lines
498 B
JSON
{
|
|
"enabledPlugins": {
|
|
"feature-dev@claude-plugins-official": true,
|
|
"context7@claude-plugins-official": true,
|
|
"typescript-lsp@claude-plugins-official": true,
|
|
"pyright-lsp@claude-plugins-official": true,
|
|
"ralph-loop@claude-plugins-official": true
|
|
},
|
|
"hooks": {
|
|
"PreToolUse": [
|
|
{
|
|
"matcher": "Bash",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "npx -y block-no-verify@1.1.1"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|