High-level state query tool for Oracle of Secrets. Maps natural language questions ("is_safe", "has bow") to complex RAM inspections.
is_overworld: Are we in the overworld?is_dungeon: Are we inside a dungeon?in_cutscene: Is a cutscene active?can_control: Does the player have control?is_safe: Is Link alive?has <item>: Do we possess a specific item? (e.g., has bow, has somaria).rupees: Return current rupee count.semantic-query is_safe -> True.semantic-query is_overworld -> True.~/src/hobby/yaze/scripts/ai/state_query.py.