What Project Intelligence Does
Summer Engine automatically analyzes and indexes your project when you open it. The AI learns your code structure, scene hierarchies, asset relationships, and project patterns. When you ask a question, Summer Engine uses this index (RAG: Retrieval-Augmented Generation) to find relevant context and give you accurate, project-specific answers.What Gets Indexed
Code structure. Classes, functions, variables, and their relationships. Summer Engine knows which script controls the player, whatspeed does, and how to modify it safely.
Scene hierarchy. Node trees, components, connections. Summer Engine understands that your Player has a MeshInstance3D and CollisionShape3D, and that the HealthBar UI references the player.
Asset relationships. Textures, models, sounds, and where they’re used. Summer Engine knows which assets are in which scenes.
Project patterns. Your coding style, naming conventions, architecture. Summer Engine suggests changes that fit how you already work.

