mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2025-09-13 08:09:43 +02:00

- AGENTS.md: generated with claude + serena mcp - settings.json: claude-specific permissions - .gitignore: add exclusions/inclusions Closes #779
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(backlog:*)",
|
|
"Bash(ruff:*)",
|
|
"Bash(pytest:*)",
|
|
"Bash(python:*)",
|
|
"Bash(pre-commit:*)",
|
|
"Bash(uv:*)",
|
|
"mcp__context7__get-library-docs",
|
|
"mcp__context7__resolve-library-id",
|
|
"mcp__serena__activate_project",
|
|
"mcp__serena__check_onboarding_performed",
|
|
"mcp__serena__find_symbol",
|
|
"mcp__serena__get_symbols_overview",
|
|
"mcp__serena__insert_after_symbol",
|
|
"mcp__serena__insert_before_symbol",
|
|
"mcp__serena__list_dir",
|
|
"mcp__serena__onboarding",
|
|
"mcp__serena__replace_symbol_body",
|
|
"mcp__serena__search_for_pattern",
|
|
"mcp__serena__think_about_collected_information",
|
|
"mcp__serena__think_about_whether_you_are_done",
|
|
"mcp__serena__write_memory"
|
|
],
|
|
"deny": [ ]
|
|
}
|
|
// TODO: instate at a later time
|
|
// "hooks": {
|
|
// "PostToolUse": [
|
|
// {
|
|
// "matcher": "Edit|MultiEdit|Write",
|
|
// "hooks": [
|
|
// {
|
|
// "type": "command",
|
|
// "command": "git diff --name-only HEAD | xargs -r pre-commit run --files"
|
|
// }
|
|
// ]
|
|
// }
|
|
// ]
|
|
// }
|
|
}
|