ChunkStreaming
6 tools in this family (folder Editor/Tools/ChunkStreaming/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.
| Tool | Effect | Description |
|---|---|---|
chunkstream_apply_default_template | writes | Materialise a starter ChunkStreamingSpec from one of three presets: |
chunkstream_export_chunk_grid_dot | writes | Export a Graphviz DOT graph (one node per visited chunk along the simulated traversal |
chunkstream_generate_code | writes | Emit ChunkStreamManager.cs (top-level coordinator with per-frame load budget + timeout), |
chunkstream_propose_from_prompt | read-only | Free-text intent → JSON ChunkStreamingSpec via the configured LLM. Buril prompts the |
chunkstream_simulate_traversal_load_pressure | read-only | Drive a virtual camera through the chunk grid along a deterministic path (default: |
chunkstream_validate_spec | read-only | Validate a ChunkStreamingSpec. Returns { ok, errors[] }. Always run this before |