paperclip-runner evalsstatic evidence
Authorized approver decides an approval
decide-approval
An explicitly authorized approver approves a pending request.
Prompt
Approve approval-release-pending with the note Approved for staging validation.
Fixture
../fixtures/companies/approver.jsonAuthority
{
"actorId": "actor-reviewer",
"capabilities": [
"governance:approvals:decide"
],
"explicitClaims": [
"governance:approvals:decide"
],
"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.048744 estimated | 2026-09-06T21:21:50.277Z |
| claude-sonnet-5 | live-claude-managed-agents-2026-04-01-sonnet-5 | PASS | $0.028774 estimated | 2026-09-06T21:23:08.867Z |
| global.anthropic.claude-sonnet-4-6 | live-aws-agentcore-global-anthropic-claude-sonnet-4-6 | PASS | $0.024528 estimated | 2026-09-06T21:22:30.118Z |
| gpt-5.4-mini | live-codex-pinned | PASS | $0.001129 estimated | 2026-09-06T21:24:03.537Z |
| 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.023728 estimated | 2026-09-06T21:24:25.530Z |
| openrouter/deepseek/deepseek-v4-flash-0731 | live-opencode-1.18.17-openrouter-deepseek-v4-flash-0731 | PASS | $0.000900 estimated | 2026-09-06T21:28:21.467Z |
| openrouter/google/gemini-3.8-flash | live-opencode-1.18.17-openrouter-gemini-3.8-flash | PASS | $0.016649 estimated | 2026-09-06T21:24:54.715Z |
| openrouter/openai/gpt-6-astra | live-opencode-1.18.17-openrouter-gpt-6-astra | PASS | $0.032348 estimated | 2026-09-06T21:26:12.952Z |
| openrouter/qwen/qwen3.8-max-0902 | live-opencode-1.18.17-openrouter-qwen3.8-max-0902 | PASS | $0.015192 estimated | 2026-09-06T21:27:26.758Z |
| openrouter/z-ai/glm-5.3 | live-opencode-1.18.17-openrouter-glm-5.3 | PASS | $0.008006 estimated | 2026-09-06T21:25:34.812Z |
Assertions
decide-approval
semantic_operation
{
"id": "decide-approval",
"kind": "semantic_operation",
"maxCalls": 1,
"minCalls": 1,
"operationId": "decide_approval",
"requireSuccess": true
}approved-state
state_match
{
"collection": "approvals",
"id": "approved-state",
"kind": "state_match",
"recordId": "approval-release-pending",
"where": {
"decisionNote": {
"matches": "(?i)staging"
},
"status": "approved"
}
}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-reviewer",
"capabilities": [
"governance:approvals:decide"
],
"explicitClaims": [
"governance:approvals:decide"
],
"taskId": "task-orientation"
},
"checks": [
{
"id": "decide-approval",
"kind": "semantic_operation",
"maxCalls": 1,
"minCalls": 1,
"operationId": "decide_approval",
"requireSuccess": true
},
{
"collection": "approvals",
"id": "approved-state",
"kind": "state_match",
"recordId": "approval-release-pending",
"where": {
"decisionNote": {
"matches": "(?i)staging"
},
"status": "approved"
}
},
{
"id": "terminal-completed",
"kind": "terminal",
"status": "completed"
},
{
"id": "mock-only",
"kind": "network",
"realPaperclipRequests": 0
}
],
"description": "An explicitly authorized approver approves a pending request.",
"fixture": "../fixtures/companies/approver.json",
"id": "decide-approval",
"prompt": "Approve approval-release-pending with the note Approved for staging validation.",
"schema": "paperclip-runner/eval-case/v1",
"title": "Authorized approver decides an approval"
}