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