Files
jass-learner/.claude/settings.json
Aspergerli ade3d0fb01 init
2026-03-09 19:18:47 +01:00

29 lines
787 B
JSON

{
"allowedTools": [
"Read",
"Write",
"Edit",
"MultiEdit",
"Bash",
"Grep",
"Glob",
"LS",
"TodoWrite",
"Task",
"WebSearch",
"WebFetch",
"mcp__task-master-ai__*"
],
"rules": [
"Always follow GDScript syntax and Godot 4.x conventions when working on Godot projects",
"Maintain the existing Card Framework architecture and naming conventions",
"Ensure compatibility with JsonCardFactory when modifying JSON card data structures",
"Inherit from the base CardContainer class when implementing new CardContainer types",
"Be careful with node structure and signal connections when modifying scene (.tscn) files"
],
"contextFiles": [
"README.md",
"addons/card-framework/**/*.gd",
"project.godot"
]
}