SearchActionAi
6 tools in this family (folder Editor/Tools/SearchActionAi/ 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 |
|---|---|---|
searchaction_apply_default_template | writes | One-shot: pick a preset (hollow_knight | super_metroid | sotn) and emit the full SearchAction laye… |
searchaction_export_map_dot_graph | writes | Export the room + ability connectivity graph as a Graphviz .dot file. Rooms are boxes (save-point |
searchaction_generate_code | writes | Emit RoomController.cs, ParallaxController.cs, AbilityGateChecker.cs, MapRevealController.cs, |
searchaction_propose_from_prompt | read-only | Buril SearchAction AI — Build a draft SearchActionSpec from a free-form brief. Returns a baseline |
searchaction_simulate_progression | read-only | Walk the ability-gate DAG. Reports which rooms become reachable as each ability is granted, in the |
searchaction_validate_spec | read-only | Validate a SearchActionSpec. Returns { ok, errors[] }. Always run this before |