Files
mt5cli/.claude/settings.json
T

19 lines
306 B
JSON
Raw Normal View History

{
"hooks": {
"Stop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": ".claude/skills/local-qa/scripts/qa.sh"
}
]
}
]
},
"enabledPlugins": {
"code-simplifier@claude-plugins-official": true
}
}