paperclip-runner evalsstatic evidence

← Overview

Agent comments on an approval

comment-on-approval

The agent adds exactly one durable approval comment.

Prompt

Add the comment Waiting for deployment evidence. to approval approval-release-pending.

Fixture

../fixtures/companies/orientation.json

Authority

{
  "actorId": "actor-engineer",
  "capabilities": [
    "governance:approvals:comment"
  ],
  "explicitClaims": [
    "governance:approvals:comment"
  ],
  "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:36.082Z
claude-sonnet-5live-claude-managed-agents-2026-04-01-sonnet-5PASS$0.016654 estimated2026-09-06T20:53:39.112Z
global.anthropic.claude-sonnet-4-6live-aws-agentcore-global-anthropic-claude-sonnet-4-6INFRAunknown2026-09-06T20:53:14.005Z
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.015900 estimated2026-09-06T20:55:25.315Z
openrouter/deepseek/deepseek-v4-flash-0731live-opencode-1.18.17-openrouter-deepseek-v4-flash-0731PASS$0.000739 estimated2026-09-06T20:58:16.081Z
openrouter/google/gemini-3.8-flashlive-opencode-1.18.17-openrouter-gemini-3.8-flashPASS$0.015150 estimated2026-09-06T20:55:28.799Z
openrouter/openai/gpt-6-astralive-opencode-1.18.17-openrouter-gpt-6-astraPASS$0.022278 estimated2026-09-06T20:57:01.735Z
openrouter/qwen/qwen3.8-max-0902live-opencode-1.18.17-openrouter-qwen3.8-max-0902PASS$0.011102 estimated2026-09-06T20:57:54.242Z
openrouter/z-ai/glm-5.3live-opencode-1.18.17-openrouter-glm-5.3PASS$0.032330 estimated2026-09-06T20:56:12.816Z

Assertions

comment-approval
semantic_operation
{
  "id": "comment-approval",
  "kind": "semantic_operation",
  "maxCalls": 1,
  "minCalls": 1,
  "operationId": "comment_on_approval",
  "requireSuccess": true
}
comment-state
state_match
{
  "collection": "approvals",
  "id": "comment-state",
  "kind": "state_match",
  "recordId": "approval-release-pending",
  "where": {
    ".": {
      "matches": "Waiting for deployment evidence"
    },
    "comments": {
      "length": {
        "min": 1
      }
    }
  }
}
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:comment"
    ],
    "explicitClaims": [
      "governance:approvals:comment"
    ],
    "taskId": "task-orientation"
  },
  "checks": [
    {
      "id": "comment-approval",
      "kind": "semantic_operation",
      "maxCalls": 1,
      "minCalls": 1,
      "operationId": "comment_on_approval",
      "requireSuccess": true
    },
    {
      "collection": "approvals",
      "id": "comment-state",
      "kind": "state_match",
      "recordId": "approval-release-pending",
      "where": {
        ".": {
          "matches": "Waiting for deployment evidence"
        },
        "comments": {
          "length": {
            "min": 1
          }
        }
      }
    },
    {
      "id": "terminal-completed",
      "kind": "terminal",
      "status": "completed"
    },
    {
      "id": "mock-only",
      "kind": "network",
      "realPaperclipRequests": 0
    }
  ],
  "description": "The agent adds exactly one durable approval comment.",
  "fixture": "../fixtures/companies/orientation.json",
  "id": "comment-on-approval",
  "prompt": "Add the comment Waiting for deployment evidence. to approval approval-release-pending.",
  "schema": "paperclip-runner/eval-case/v1",
  "title": "Agent comments on an approval"
}