{ "kind": "client_bundle", "base_url": "http://127.0.0.1:8001", "timeout": 10.0, "env_name": "omnibench_aegis_env", "domain": "game", "scenario_id": "wikiwiper", "weight": 1.0, "smoke": true, "fixture": "sample_actions_game.json", "reset_payload": { "seed": 42, "scenario_id": "wikiwiper", "mission_id": "wikiwiper_game_sample", "options": { "env_id": "omnibench_aegis_env:game.wikiwiper", "max_steps": 8, "target_score": 1, "domain": "game" } }, "action_plan": [ { "name": "inspect_objective", "args": {} }, { "name": "scan_zone", "args": {} }, { "name": "select_tool", "args": { "tool_slot": "hotbar.2" } }, { "name": "navigate_route", "args": { "route": "lower_corridor" } }, { "name": "engage_threat", "args": { "aggressive": false } }, { "name": "wipe_target", "args": { "target_id": "target-archive-core" } }, { "name": "verify_cleanup", "args": {} }, { "name": "submit_run", "args": {} } ], "expected_flow": [ "health", "reset", "step", "state" ], "notes": [ "Aligned fixture for the real wikiwiper domain.", "Uses domain-level semantic actions instead of raw control vectors.", "The selected tool slot and target_id match the default seeded wikiwiper variant used in local smoke/eval runs." ] }