paperclip-runner evalsstatic evidence

← Overview

Agent reads approval context

get-approval-context

The agent reads an approval together with linked tasks and comments.

Prompt

Get the full context for approval approval-eval-plan, including linked tasks and comments.

Fixture

../fixtures/companies/orientation.json

Authority

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

Current results

ModelConfigurationResultEstimated costRun time
claude-sonnet-5live-acpx-0.13.1-claude-acp-0.70.0-sonnet-5PASS$0.036372 estimated2026-09-06T21:22:23.676Z
claude-sonnet-5live-claude-managed-agents-2026-04-01-sonnet-5PASS$0.019336 estimated2026-09-06T21:22:18.477Z
global.anthropic.claude-sonnet-4-6live-aws-agentcore-global-anthropic-claude-sonnet-4-6PASS$0.030936 estimated2026-09-06T21:22:24.300Z
gpt-5.4-minilive-codex-pinnedPASS$0.003333 estimated2026-09-06T21:24:04.750Z
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.025632 estimated2026-09-06T21:24:27.391Z
openrouter/deepseek/deepseek-v4-flash-0731live-opencode-1.18.17-openrouter-deepseek-v4-flash-0731PASS$0.000577 estimated2026-09-06T21:28:22.540Z
openrouter/google/gemini-3.8-flashlive-opencode-1.18.17-openrouter-gemini-3.8-flashPASS$0.019150 estimated2026-09-06T21:24:54.808Z
openrouter/openai/gpt-6-astralive-opencode-1.18.17-openrouter-gpt-6-astraPASS$0.038846 estimated2026-09-06T21:26:15.589Z
openrouter/qwen/qwen3.8-max-0902live-opencode-1.18.17-openrouter-qwen3.8-max-0902PASS$0.020640 estimated2026-09-06T21:27:28.968Z
openrouter/z-ai/glm-5.3live-opencode-1.18.17-openrouter-glm-5.3PASS$0.027490 estimated2026-09-06T21:25:34.628Z

Assertions

approval-context
semantic_operation
{
  "id": "approval-context",
  "kind": "semantic_operation",
  "minCalls": 1,
  "operationId": "get_approval_context",
  "requireSuccess": true
}
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": [
      "governance:approvals:read"
    ],
    "explicitClaims": [
      "governance:approvals:read"
    ],
    "taskId": "task-orientation"
  },
  "checks": [
    {
      "id": "approval-context",
      "kind": "semantic_operation",
      "minCalls": 1,
      "operationId": "get_approval_context",
      "requireSuccess": true
    },
    {
      "id": "terminal-completed",
      "kind": "terminal",
      "status": "completed"
    },
    {
      "id": "mock-only",
      "kind": "network",
      "realPaperclipRequests": 0
    }
  ],
  "description": "The agent reads an approval together with linked tasks and comments.",
  "fixture": "../fixtures/companies/orientation.json",
  "id": "get-approval-context",
  "prompt": "Get the full context for approval approval-eval-plan, including linked tasks and comments.",
  "schema": "paperclip-runner/eval-case/v1",
  "title": "Agent reads approval context"
}