{ "version": 1, "id": "creator-smoke", "name": "Creator capability smoke test", "description": "A minimal frozen task for a Creator package that contributes evolution_probe.", "runsPerTask": 1, "minImprovement": 0, "tasks": [ { "id": "probe-tool", "name": "Invoke the evolved capability", "prompt": "Call the evolution_probe tool once, then return its value without adding other text.", "weight": 1, "assert": { "toolsCalled": ["evolution_probe"], "outputContains": ["EVOLUTION_OK"], "noToolErrors": true, "maxSteps": 6 } } ] }