paperclip-runner evalsstatic evidence
Agent orients itself with task context
get-task-context
Given a full mock company, the runner should call get_task_context before answering an implicit orientation prompt.
Prompt
Please orient yourself to your assigned task and tell me what you should work on next.
Fixture
../fixtures/companies/orientation.jsonAuthority
{
"actorId": "actor-engineer",
"capabilities": [],
"explicitClaims": [],
"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.176154 estimated | 2026-09-06T21:22:05.839Z |
| claude-sonnet-5 | live-claude-managed-agents-2026-04-01-sonnet-5 | PASS | $0.016960 estimated | 2026-09-06T21:22:16.460Z |
| global.anthropic.claude-sonnet-4-6 | live-aws-agentcore-global-anthropic-claude-sonnet-4-6 | PASS | $0.056448 estimated | 2026-09-06T21:22:15.813Z |
| gpt-5.4-mini | live-codex-pinned | PASS | $0.001571 estimated | 2026-09-06T21:23:26.321Z |
| gpt-5.6-sol | live-acpx-0.13.1-codex-acp-1.6.2-control | PASS | $0.009104 estimated | 2026-09-06T21:21:52.059Z |
| openrouter/anthropic/claude-sonnet-5 | live-opencode-1.18.17-openrouter-claude-sonnet-5 | PASS | $0.023747 estimated | 2026-09-06T21:24:24.323Z |
| openrouter/deepseek/deepseek-v4-flash-0731 | live-opencode-1.18.17-openrouter-deepseek-v4-flash-0731 | PASS | $0.001739 estimated | 2026-09-06T21:27:28.059Z |
| openrouter/google/gemini-3.8-flash | live-opencode-1.18.17-openrouter-gemini-3.8-flash | PASS | $0.028589 estimated | 2026-09-06T21:24:27.435Z |
| openrouter/openai/gpt-6-astra | live-opencode-1.18.17-openrouter-gpt-6-astra | PASS | $0.064665 estimated | 2026-09-06T21:25:43.955Z |
| openrouter/qwen/qwen3.8-max-0902 | live-opencode-1.18.17-openrouter-qwen3.8-max-0902 | PASS | $0.032420 estimated | 2026-09-06T21:26:29.078Z |
| openrouter/z-ai/glm-5.3 | live-opencode-1.18.17-openrouter-glm-5.3 | PASS | $0.040282 estimated | 2026-09-06T21:25:26.107Z |
Assertions
context-call
semantic_operation
{
"id": "context-call",
"kind": "semantic_operation",
"minCalls": 1,
"operationId": "get_task_context",
"requireSuccess": true
}terminal-completed
terminal
{
"id": "terminal-completed",
"kind": "terminal",
"status": "completed"
}transcript-complete
transcript_complete
{
"id": "transcript-complete",
"kind": "transcript_complete"
}mock-only
network
{
"id": "mock-only",
"kind": "network",
"realPaperclipRequests": 0
}Full authored test definition
{
"authority": {
"actorId": "actor-engineer",
"capabilities": [],
"explicitClaims": [],
"taskId": "task-orientation"
},
"checks": [
{
"id": "context-call",
"kind": "semantic_operation",
"minCalls": 1,
"operationId": "get_task_context",
"requireSuccess": true
},
{
"id": "terminal-completed",
"kind": "terminal",
"status": "completed"
},
{
"id": "transcript-complete",
"kind": "transcript_complete"
},
{
"id": "mock-only",
"kind": "network",
"realPaperclipRequests": 0
}
],
"description": "Given a full mock company, the runner should call get_task_context before answering an implicit orientation prompt.",
"fixture": "../fixtures/companies/orientation.json",
"id": "get-task-context",
"prompt": "Please orient yourself to your assigned task and tell me what you should work on next.",
"schema": "paperclip-runner/eval-case/v1",
"title": "Agent orients itself with task context"
}