paperclip-runner evalsstatic evidence
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.jsonAuthority
{
"actorId": "actor-engineer",
"capabilities": [
"governance:approvals:read"
],
"explicitClaims": [
"governance:approvals:read"
],
"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 | INFRA | unknown | 2026-09-06T20:52:25.813Z |
| claude-sonnet-5 | live-claude-managed-agents-2026-04-01-sonnet-5 | PASS | $0.019920 estimated | 2026-09-06T20:52:29.035Z |
| global.anthropic.claude-sonnet-4-6 | live-aws-agentcore-global-anthropic-claude-sonnet-4-6 | INFRA | unknown | 2026-09-06T20:53:23.978Z |
| gpt-5.4-mini | live-codex-pinned | INFRA | unknown | unknown |
| 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.018047 estimated | 2026-09-06T20:55:04.387Z |
| openrouter/deepseek/deepseek-v4-flash-0731 | live-opencode-1.18.17-openrouter-deepseek-v4-flash-0731 | PASS | $0.000595 estimated | 2026-09-06T20:58:15.027Z |
| openrouter/google/gemini-3.8-flash | live-opencode-1.18.17-openrouter-gemini-3.8-flash | PASS | $0.012857 estimated | 2026-09-06T20:55:37.361Z |
| openrouter/openai/gpt-6-astra | live-opencode-1.18.17-openrouter-gpt-6-astra | PASS | $0.036914 estimated | 2026-09-06T20:57:00.821Z |
| openrouter/qwen/qwen3.8-max-0902 | live-opencode-1.18.17-openrouter-qwen3.8-max-0902 | PASS | $0.011004 estimated | 2026-09-06T20:57:17.635Z |
| openrouter/z-ai/glm-5.3 | live-opencode-1.18.17-openrouter-glm-5.3 | PASS | $0.012730 estimated | 2026-09-06T20:55:41.203Z |
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"
}