diff --git a/CLAUDE.md b/CLAUDE.md index dd47316..3424845 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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. ### 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