File size: 794 Bytes
9ea9f15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
  "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."
  ]
}