Extending¶
Extension guides show where to add tasks, backends, algorithms, and terrain without moving behavior across ownership boundaries.
New task
Add env config, registration, owner YAMLs, and tests.
New backend
Add a SimBackend implementation and declared capabilities.
New algorithm
Add configs, runner code, and script-level assembly.
New terrain
Extend terrain generation on cold paths.