Clarify resource handling guidelines in CLAUDE.md

fix typo in claude.md
main
dsarno 2026-01-29 03:29:25 -08:00 committed by GitHub
parent 4e6e27ae43
commit addce602fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ Every new feature needs tests. We have 1100+ tests across Python and C#. Run the
Each MCP tool does one thing well. Resist the urge to add "convenient" parameters that bloat the API surface. Each MCP tool does one thing well. Resist the urge to add "convenient" parameters that bloat the API surface.
### 6. Use Resources for reading. ### 6. Use Resources for reading.
Keep them smart and "read everything" type resources. That way resource are quick and LLM-friendly. There are plenty of examples in the codebase to model on (gameobject, prefab, etc.) Keep them smart and focused rather than "read everything" type resources. That way resources are quick and LLM-friendly. There are plenty of examples in the codebase to model on (gameobject, prefab, etc.)
## Key Patterns ## Key Patterns