paperclip-runner evalsstatic evidence
Agent sets task dependencies
set-task-dependencies
The active task receives the requested first-class blocker set.
Prompt
Replace this task's dependencies so that task-fixtures is its only blocker.
Fixture
../fixtures/companies/orientation.jsonAuthority
{
"actorId": "actor-engineer",
"capabilities": [
"dependencies:write"
],
"explicitClaims": [
"dependencies:write"
],
"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:36.532Z |
| claude-sonnet-5 | live-claude-managed-agents-2026-04-01-sonnet-5 | PASS | $0.032162 estimated | 2026-09-06T20:52:28.392Z |
| global.anthropic.claude-sonnet-4-6 | live-aws-agentcore-global-anthropic-claude-sonnet-4-6 | PASS | $0.038379 estimated | 2026-09-06T20:52:33.841Z |
| 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.016951 estimated | 2026-09-06T20:55:23.351Z |
| openrouter/deepseek/deepseek-v4-flash-0731 | live-opencode-1.18.17-openrouter-deepseek-v4-flash-0731 | PASS | $0.000436 estimated | 2026-09-06T20:58:15.394Z |
| openrouter/google/gemini-3.8-flash | live-opencode-1.18.17-openrouter-gemini-3.8-flash | PASS | $0.014669 estimated | 2026-09-06T20:55:25.844Z |
| openrouter/openai/gpt-6-astra | live-opencode-1.18.17-openrouter-gpt-6-astra | PASS | $0.028727 estimated | 2026-09-06T20:57:02.086Z |
| openrouter/qwen/qwen3.8-max-0902 | live-opencode-1.18.17-openrouter-qwen3.8-max-0902 | PASS | $0.011544 estimated | 2026-09-06T20:57:54.057Z |
| openrouter/z-ai/glm-5.3 | live-opencode-1.18.17-openrouter-glm-5.3 | PASS | $0.010975 estimated | 2026-09-06T20:55:42.420Z |
Assertions
set-dependencies
semantic_operation
{
"id": "set-dependencies",
"kind": "semantic_operation",
"maxCalls": 1,
"minCalls": 1,
"operationId": "set_dependencies",
"requireSuccess": true
}blocker-state
state_match
{
"collection": "blockers",
"id": "blocker-state",
"kind": "state_match",
"where": {
".": {
"matches": "task-fixtures"
}
}
}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": [
"dependencies:write"
],
"explicitClaims": [
"dependencies:write"
],
"taskId": "task-orientation"
},
"checks": [
{
"id": "set-dependencies",
"kind": "semantic_operation",
"maxCalls": 1,
"minCalls": 1,
"operationId": "set_dependencies",
"requireSuccess": true
},
{
"collection": "blockers",
"id": "blocker-state",
"kind": "state_match",
"where": {
".": {
"matches": "task-fixtures"
}
}
},
{
"id": "terminal-completed",
"kind": "terminal",
"status": "completed"
},
{
"id": "mock-only",
"kind": "network",
"realPaperclipRequests": 0
}
],
"description": "The active task receives the requested first-class blocker set.",
"fixture": "../fixtures/companies/orientation.json",
"id": "set-task-dependencies",
"prompt": "Replace this task's dependencies so that task-fixtures is its only blocker.",
"schema": "paperclip-runner/eval-case/v1",
"title": "Agent sets task dependencies"
}