test(task): mission/task selftests — schema negatives + live runs (#8)

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
This commit is contained in:
2026-09-02 19:57:34 -05:00
parent d2a9e26395
commit cfd2a19bd7
3 changed files with 142 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"taskVersion": 1,
"id": "t-hello-marker",
"prompt": "Return your startup marker and nothing else.",
"mission": "../missions/hello.json",
"expectExact": "MOSAIC_HELLO_OK",
"timeoutSeconds": 120
}