Wire Godot MCP Pro and tiered subagents (mirrors tavernkeep)
This commit is contained in:
parent
8c159812a0
commit
d233cef12f
4 changed files with 234 additions and 0 deletions
22
.gitignore
vendored
22
.gitignore
vendored
|
|
@ -40,3 +40,25 @@ Thumbs.db
|
|||
coverage/
|
||||
.coverage
|
||||
.nyc_output/
|
||||
|
||||
# Godot 4
|
||||
.godot/
|
||||
.import/
|
||||
*.translation
|
||||
export.cfg
|
||||
export_credentials.cfg
|
||||
*.tmp
|
||||
|
||||
# Godot exports (built game binaries)
|
||||
exports/
|
||||
*.exe
|
||||
*.x86_64
|
||||
*.app
|
||||
*.zip
|
||||
|
||||
# Proprietary addons — installed locally from the paid zip, not redistributed
|
||||
# (Godot MCP Pro lives at D:\godot\mcp\; re-copy on fresh clone — see CLAUDE.md)
|
||||
addons/godot_mcp/
|
||||
|
||||
# Local-only Claude Code subagent definitions (personal AI tooling)
|
||||
.claude/agents/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue