paperclip-runner evalsstatic evidence

← Overview

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.json

Authority

{
  "actorId": "actor-engineer",
  "capabilities": [],
  "explicitClaims": [],
  "taskId": "task-orientation"
}

Current results

ModelConfigurationResultEstimated costRun time
claude-sonnet-5live-acpx-0.13.1-claude-acp-0.70.0-sonnet-5INFRAunknown2026-09-06T20:52:30.305Z
claude-sonnet-5live-claude-managed-agents-2026-04-01-sonnet-5PASS$0.025084 estimated2026-09-06T20:52:34.042Z
global.anthropic.claude-sonnet-4-6live-aws-agentcore-global-anthropic-claude-sonnet-4-6INFRAunknown2026-09-06T20:53:18.807Z
gpt-5.4-minilive-codex-pinnedINFRAunknownunknown
gpt-5.6-sollive-acpx-0.13.1-codex-acp-1.6.2-controlNot run
openrouter/anthropic/claude-sonnet-5live-opencode-1.18.17-openrouter-claude-sonnet-5PASS$0.030779 estimated2026-09-06T20:54:30.711Z
openrouter/deepseek/deepseek-v4-flash-0731live-opencode-1.18.17-openrouter-deepseek-v4-flash-0731PASS$0.000513 estimated2026-09-06T20:57:56.155Z
openrouter/google/gemini-3.8-flashlive-opencode-1.18.17-openrouter-gemini-3.8-flashPASS$0.017455 estimated2026-09-06T20:55:25.851Z
openrouter/openai/gpt-6-astralive-opencode-1.18.17-openrouter-gpt-6-astraPASS$0.041965 estimated2026-09-06T20:56:54.294Z
openrouter/qwen/qwen3.8-max-0902live-opencode-1.18.17-openrouter-qwen3.8-max-0902PASS$0.014042 estimated2026-09-06T20:57:05.257Z
openrouter/z-ai/glm-5.3live-opencode-1.18.17-openrouter-glm-5.3PASS$0.027167 estimated2026-09-06T20:55:37.852Z

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"
  }
}