Spaces:
Running
Running
| { | |
| "domain": "coding", | |
| "scenario_id": "CodePatchLift", | |
| "reset_payload": { | |
| "seed": 42, | |
| "scenario_id": "CodePatchLift", | |
| "mission_id": "codepatchlift_coding_sample", | |
| "options": { | |
| "env_id": "omnibench_aegis_env:demo", | |
| "max_steps": 5, | |
| "target_score": 1 | |
| } | |
| }, | |
| "action_examples": { | |
| "shorthand": [ | |
| { | |
| "action": "advance", | |
| "value": 1 | |
| } | |
| ], | |
| "canonical": [ | |
| { | |
| "name": "advance", | |
| "args": { | |
| "value": 1 | |
| } | |
| } | |
| ] | |
| }, | |
| "expected_flow": [ | |
| "health", | |
| "reset", | |
| "step", | |
| "state" | |
| ], | |
| "notes": [ | |
| "Placeholder coding fixture until the dedicated coding domain is wired.", | |
| "These fixtures are execution-safe against the current demo fallback environment." | |
| ] | |
| } | |