| { | |
| "suite": "basic_chat_preflight", | |
| "pack": "Qwen3-Coder-Next-Spark-Agentic", | |
| "status": "harness_ready_unmeasured", | |
| "cases": [ | |
| { | |
| "id": "ping", | |
| "prompt": "Reply with exactly: pong", | |
| "expect_exact": "pong" | |
| }, | |
| { | |
| "id": "code_add", | |
| "prompt": "In one line Python, function add(a,b) returning a+b. Code only.", | |
| "expect_substr": [ | |
| "def" | |
| ] | |
| } | |
| ] | |
| } | |