18 cases: validation negatives (unknown keys, versions, ids, prompt, expectExact NUL, timeout range, missing/invalid mission, writes-nothing) plus live cases: exact-marker success, wrong expectExact fails, distinct run dirs, result.json contents, list output. Closes #8
9 lines
209 B
JSON
9 lines
209 B
JSON
{
|
|
"taskVersion": 1,
|
|
"id": "t-hello-marker",
|
|
"prompt": "Return your startup marker and nothing else.",
|
|
"mission": "../missions/hello.json",
|
|
"expectExact": "MOSAIC_HELLO_OK",
|
|
"timeoutSeconds": 120
|
|
}
|