Skip to content

Examples ​

Real debugging and development scenarios using Theatre. Each example is a complete story β€” from problem identification through diagnosis to fix.

Debugging Examples ​

Build Examples ​

What these examples teach ​

Each example is written as a real session transcript β€” you can see exactly what tool calls the AI agent makes, in what order, and why. The pattern across all examples is the same:

  1. Observe β€” spatial_snapshot, scene_tree, or clips to understand current state
  2. Narrow β€” spatial_inspect, spatial_query, or clips query_range to focus on the problem
  3. Diagnose β€” read property values, compare nodes, analyze the spatial timeline
  4. Fix β€” Director operation or source code edit
  5. Verify β€” spatial_inspect or snapshot to confirm the fix

The tools are always the same. What differs is which tool surfaces the evidence for each category of bug.

Open source under the MIT License.