Files
helia/.claude/settings.local.json
Santiago Martinez-Avial 5ef0fc0ccc DEL
2025-12-22 18:46:58 +01:00

58 lines
1.7 KiB
JSON

{
"permissions": {
"allow": [
"Bash(mkdir:*)",
"Bash(touch:*)",
"Bash(python:*)",
"Bash(uv run python:*)",
"Bash(uv:*)",
"WebSearch",
"mcp__context7__resolve-library-id",
"mcp__context7__get-library-docs",
"mcp__tavily-remote-mcp__tavily_search",
"Skill(compound-engineering:workflows:review)",
"Skill(compound-engineering:file-todos)",
"mcp__plugin_compound-engineering_context7__resolve-library-id",
"mcp__plugin_compound-engineering_context7__get-library-docs",
"Skill(compound-engineering:workflows:work)",
"Skill(langgraph-patterns)",
"Skill(langgraph-docs)",
"Skill(compound-engineering:plan_review)",
"mcp__plugin_mongodb-tools_mongodb__connect",
"mcp__plugin_paper-search-tools_paper-search__search_arxiv",
"Bash(ls:*)",
"mcp__plugin_paper-search-tools_paper-search__search_pubmed",
"mcp__plugin_paper-search-tools_paper-search__search_semantic",
"WebFetch(domain:docs.langchain.com)",
"Skill(compound-engineering:create-agent-skills)"
]
},
"hooks": {
"Stop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "ruff format"
},
{
"type": "command",
"command": "ruff check --fix"
},
{
"type": "command",
"command": "ty check"
}
]
}
]
},
"enabledPlugins": {
"claude-mem@thedotmack": true,
"paper-search-tools@fcakyon-claude-plugins": true,
"mongodb-tools@fcakyon-claude-plugins": true
},
"outputStyle": "Explanatory"
}