Code Graph

Code Graph uses EngineForge’s local project index to make code relationships navigable and to provide relevant project context during Crew work.

Local indexing

EngineForge indexes supported files from the resolved Game Folder locally. Index state and .engineforgeignore rules determine what can appear in project overview, search, graph navigation, and index-derived context.

Use the graph

  1. Wait for the active project index to report Ready.
  2. Open Graph from Cockpit.
  3. Search for a symbol or navigate the visible relationships.
  4. Zoom or move through the graph to inspect connected code.
  5. Open the source before relying on a relationship for implementation.

Model context boundary

The index itself is local. When a model request is made, selected project context can be sent through the EngineForge gateway to the configured remote provider.

Limitations

Generated, ignored, unsupported, or not-yet-indexed content can be absent. Graph relationships are working context, not a complete architectural proof of the project.

Related documentation