paperclip-runner evalsstatic evidence
Agent answers a status-only wake
answer-status-question
A status-only wake receives a durable answer without changing task disposition.
Prompt
Answer the current status question with a concise durable update. Do not change the task status.
Fixture
../fixtures/companies/orientation.jsonAuthority
{
"actorId": "actor-engineer",
"capabilities": [],
"explicitClaims": [],
"taskId": "task-orientation"
}Current results
| Model | Configuration | Result | Estimated cost | Run time |
|---|---|---|---|---|
| claude-sonnet-5 | live-acpx-0.13.1-claude-acp-0.70.0-sonnet-5 | PASS | $0.051867 estimated | 2026-09-06T21:22:17.857Z |
| claude-sonnet-5 | live-claude-managed-agents-2026-04-01-sonnet-5 | PASS | $0.024459 estimated | 2026-09-06T21:22:25.403Z |
| global.anthropic.claude-sonnet-4-6 | live-aws-agentcore-global-anthropic-claude-sonnet-4-6 | PASS | $0.053343 estimated | 2026-09-06T21:22:06.997Z |
| gpt-5.4-mini | live-codex-pinned | PASS | $0.001074 estimated | 2026-09-06T21:24:03.866Z |
| gpt-5.6-sol | live-acpx-0.13.1-codex-acp-1.6.2-control | Not run | — | — |
| openrouter/anthropic/claude-sonnet-5 | live-opencode-1.18.17-openrouter-claude-sonnet-5 | PASS | $0.026867 estimated | 2026-09-06T21:24:23.557Z |
| openrouter/deepseek/deepseek-v4-flash-0731 | live-opencode-1.18.17-openrouter-deepseek-v4-flash-0731 | PASS | $0.000809 estimated | 2026-09-06T21:27:31.383Z |
| openrouter/google/gemini-3.8-flash | live-opencode-1.18.17-openrouter-gemini-3.8-flash | PASS | $0.017205 estimated | 2026-09-06T21:24:35.259Z |
| openrouter/openai/gpt-6-astra | live-opencode-1.18.17-openrouter-gpt-6-astra | PASS | $0.041817 estimated | 2026-09-06T21:25:57.547Z |
| openrouter/qwen/qwen3.8-max-0902 | live-opencode-1.18.17-openrouter-qwen3.8-max-0902 | PASS | $0.020760 estimated | 2026-09-06T21:27:19.944Z |
| openrouter/z-ai/glm-5.3 | live-opencode-1.18.17-openrouter-glm-5.3 | PASS | $0.018266 estimated | 2026-09-06T21:25:28.176Z |
Assertions
answer
semantic_operation
{
"id": "answer",
"kind": "semantic_operation",
"maxCalls": 1,
"minCalls": 1,
"operationId": "answer_status_question",
"requireSuccess": true
}one-answer
state_effect
{
"collection": "comments",
"id": "one-answer",
"kind": "state_effect",
"maximumAdded": 1,
"minimumAdded": 1
}remains-active
state_match
{
"collection": "tasks",
"id": "remains-active",
"kind": "state_match",
"recordId": "task-orientation",
"where": {
"status": "in_progress"
}
}no-finish
evidence_match
{
"count": {
"max": 0
},
"evidenceKind": "tool_call",
"id": "no-finish",
"kind": "evidence_match",
"operationId": "finish_task"
}no-block
evidence_match
{
"count": {
"max": 0
},
"evidenceKind": "tool_call",
"id": "no-block",
"kind": "evidence_match",
"operationId": "block_task"
}no-review
evidence_match
{
"count": {
"max": 0
},
"evidenceKind": "tool_call",
"id": "no-review",
"kind": "evidence_match",
"operationId": "request_review"
}terminal-completed
terminal
{
"id": "terminal-completed",
"kind": "terminal",
"status": "completed"
}mock-only
network
{
"id": "mock-only",
"kind": "network",
"realPaperclipRequests": 0
}Full authored test definition
{
"authority": {
"actorId": "actor-engineer",
"capabilities": [],
"explicitClaims": [],
"taskId": "task-orientation"
},
"checks": [
{
"id": "answer",
"kind": "semantic_operation",
"maxCalls": 1,
"minCalls": 1,
"operationId": "answer_status_question",
"requireSuccess": true
},
{
"collection": "comments",
"id": "one-answer",
"kind": "state_effect",
"maximumAdded": 1,
"minimumAdded": 1
},
{
"collection": "tasks",
"id": "remains-active",
"kind": "state_match",
"recordId": "task-orientation",
"where": {
"status": "in_progress"
}
},
{
"count": {
"max": 0
},
"evidenceKind": "tool_call",
"id": "no-finish",
"kind": "evidence_match",
"operationId": "finish_task"
},
{
"count": {
"max": 0
},
"evidenceKind": "tool_call",
"id": "no-block",
"kind": "evidence_match",
"operationId": "block_task"
},
{
"count": {
"max": 0
},
"evidenceKind": "tool_call",
"id": "no-review",
"kind": "evidence_match",
"operationId": "request_review"
},
{
"id": "terminal-completed",
"kind": "terminal",
"status": "completed"
},
{
"id": "mock-only",
"kind": "network",
"realPaperclipRequests": 0
}
],
"description": "A status-only wake receives a durable answer without changing task disposition.",
"fixture": "../fixtures/companies/orientation.json",
"id": "answer-status-question",
"prompt": "Answer the current status question with a concise durable update. Do not change the task status.",
"schema": "paperclip-runner/eval-case/v1",
"title": "Agent answers a status-only wake",
"wake": {
"commentId": "comment-brief",
"payload": {
"statusOnly": true
},
"reason": "issue_commented"
}
}