paperclip-runner evalsstatic evidence

← Overview

Agent requests governed approval

request-approval

The agent creates exactly one governed approval request.

Prompt

Request one approval of type production_release with payload environment set to production.

Fixture

../fixtures/companies/orientation.json

Authority

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

Current results

ModelConfigurationResultEstimated costRun time
claude-sonnet-5live-acpx-0.13.1-claude-acp-0.70.0-sonnet-5PASS$0.034119 estimated2026-09-06T21:21:49.895Z
claude-sonnet-5live-claude-managed-agents-2026-04-01-sonnet-5PASS$0.017934 estimated2026-09-06T21:22:18.077Z
global.anthropic.claude-sonnet-4-6live-aws-agentcore-global-anthropic-claude-sonnet-4-6PASS$0.040014 estimated2026-09-06T21:22:25.061Z
gpt-5.4-minilive-codex-pinnedPASS$0.001259 estimated2026-09-06T21:24:06.252Z
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.023103 estimated2026-09-06T21:24:24.560Z
openrouter/deepseek/deepseek-v4-flash-0731live-opencode-1.18.17-openrouter-deepseek-v4-flash-0731PASS$0.000691 estimated2026-09-06T21:28:54.184Z
openrouter/google/gemini-3.8-flashlive-opencode-1.18.17-openrouter-gemini-3.8-flashPASS$0.032493 estimated2026-09-06T21:25:17.384Z
openrouter/openai/gpt-6-astralive-opencode-1.18.17-openrouter-gpt-6-astraPASS$0.031357 estimated2026-09-06T21:26:14.089Z
openrouter/qwen/qwen3.8-max-0902live-opencode-1.18.17-openrouter-qwen3.8-max-0902PASS$0.015686 estimated2026-09-06T21:27:21.960Z
openrouter/z-ai/glm-5.3live-opencode-1.18.17-openrouter-glm-5.3PASS$0.010043 estimated2026-09-06T21:25:26.580Z

Assertions

request-approval
semantic_operation
{
  "id": "request-approval",
  "kind": "semantic_operation",
  "maxCalls": 1,
  "minCalls": 1,
  "operationId": "request_approval",
  "requireSuccess": true
}
one-approval
state_effect
{
  "collection": "approvals",
  "id": "one-approval",
  "kind": "state_effect",
  "maximumAdded": 1,
  "minimumAdded": 1
}
approval-state
state_match
{
  "collection": "approvals",
  "id": "approval-state",
  "kind": "state_match",
  "where": {
    ".": {
      "matches": "production_release"
    }
  }
}
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:request"
    ],
    "explicitClaims": [
      "governance:approvals:request"
    ],
    "taskId": "task-orientation"
  },
  "checks": [
    {
      "id": "request-approval",
      "kind": "semantic_operation",
      "maxCalls": 1,
      "minCalls": 1,
      "operationId": "request_approval",
      "requireSuccess": true
    },
    {
      "collection": "approvals",
      "id": "one-approval",
      "kind": "state_effect",
      "maximumAdded": 1,
      "minimumAdded": 1
    },
    {
      "collection": "approvals",
      "id": "approval-state",
      "kind": "state_match",
      "where": {
        ".": {
          "matches": "production_release"
        }
      }
    },
    {
      "id": "terminal-completed",
      "kind": "terminal",
      "status": "completed"
    },
    {
      "id": "mock-only",
      "kind": "network",
      "realPaperclipRequests": 0
    }
  ],
  "description": "The agent creates exactly one governed approval request.",
  "fixture": "../fixtures/companies/orientation.json",
  "id": "request-approval",
  "prompt": "Request one approval of type production_release with payload environment set to production.",
  "schema": "paperclip-runner/eval-case/v1",
  "title": "Agent requests governed approval"
}