hubertmarek commited on
Commit
0f80b43
·
verified ·
1 Parent(s): 7fdd1e7

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. data/train.jsonl +27 -27
  3. dataset_infos.json +4 -4
README.md CHANGED
@@ -19,7 +19,7 @@ license: mit
19
 
20
  ## Context
21
 
22
- The Linear Bench suite runs inside Diff the Universe's isolation engine, with
23
  its own Postgres schema replaying the Linear GraphQL API. Agents interact via
24
  Linear's public surface area to satisfy CRUD-style tasks (create issues, move
25
  states, add labels, etc.).
 
19
 
20
  ## Context
21
 
22
+ The Linear Bench suite runs inside Agent Diff isolation engine, with
23
  its own Postgres schema replaying the Linear GraphQL API. Agents interact via
24
  Linear's public surface area to satisfy CRUD-style tasks (create issues, move
25
  states, add labels, etc.).
data/train.jsonl CHANGED
@@ -1,27 +1,27 @@
1
- {"id": "linear-bench-mini-test_0", "suite_id": "linear-bench", "suite_name": "Linear Bench", "suite_description": "Benchmark tests for Linear MCP operations", "prompt": "Create a new issue in the Engineering team titled 'Fix login bug' ", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issues", "diff_type": "added", "selector": {"teamId": {"eq": "ad608998-915c-4bad-bcd9-85ebfccccee8"}, "title": {"contains": "login bug"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 0, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T04:32:48.434986+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
2
- {"id": "linear-bench-mini-test_1", "suite_id": "linear-bench", "suite_name": "Linear Bench", "suite_description": "Benchmark tests for Linear MCP operations", "prompt": "Create a new issue in the Engineering team titled 'Fix login bug' with high priority", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issues", "diff_type": "added", "selector": {"teamId": {"eq": "ad608998-915c-4bad-bcd9-85ebfccccee8"}, "title": {"contains": "login bug"}, "priority": {"eq": 2.0}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 1, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T04:32:48.434986+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
3
- {"id": "linear-bench-mini-test_2", "suite_id": "linear-bench", "suite_name": "Linear Bench", "suite_description": "Benchmark tests for Linear MCP operations", "prompt": "Move issue ENG-1 to 'In Progress' status", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issues", "diff_type": "changed", "selector": {"identifier": {"eq": "ENG-1"}}, "expectation": {"expected_changes": {"stateId": {"to": {"eq": "6963a682-5967-477a-9afc-0b8a5b70b070"}}}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 2, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T04:32:48.434986+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
4
- {"id": "linear-bench-mini-test_3", "suite_id": "linear-bench", "suite_name": "Linear Bench", "suite_description": "Benchmark tests for Linear MCP operations", "prompt": "Assign issue ENG-2 to John Doe", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issues", "diff_type": "changed", "selector": {"identifier": {"eq": "ENG-2"}}, "expectation": {"expected_changes": {"assigneeId": {"from": {"eq": "03b0809e-713e-44ee-95de-b7a198b135ac"}, "to": {"eq": "2dcc8dc2-ca19-475d-9882-3ba5e911e7ec"}}}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 3, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T04:32:48.434986+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
5
- {"id": "linear-bench-mini-test_4", "suite_id": "linear-bench", "suite_name": "Linear Bench", "suite_description": "Benchmark tests for Linear MCP operations", "prompt": "Add a comment to issue ENG-1 saying 'I am working on this now'", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "comments", "diff_type": "added", "selector": {"issueId": {"eq": "c6e168e3-fed4-45d0-b03f-a1c1f89ee7ab"}, "body": {"contains": "working on this"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 4, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T04:32:48.434986+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
6
- {"id": "linear-bench-mini-test_5", "suite_id": "linear-bench", "suite_name": "Linear Bench", "suite_description": "Benchmark tests for Linear MCP operations", "prompt": "Create a new team called 'Design'", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "teams", "diff_type": "added", "selector": {"name": {"eq": "Design"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}, {"entity": "workflow_states", "diff_type": "added", "selector": {"name": {"eq": "Backlog"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 2, "metadata": {"test_index": 5, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T04:32:48.434986+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
7
- {"id": "linear-bench-mini-test_6", "suite_id": "linear-bench", "suite_name": "Linear Bench", "suite_description": "Benchmark tests for Linear MCP operations", "prompt": "Change the priority of issue ENG-1 to Urgent", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issues", "diff_type": "changed", "selector": {"identifier": {"eq": "ENG-1"}}, "expectation": {"expected_changes": {"priority": {"to": {"eq": 1.0}}, "priorityLabel": {"to": {"eq": "Urgent"}}}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 6, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T04:32:48.434986+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
8
- {"id": "linear-bench-mini-test_7", "suite_id": "linear-bench", "suite_name": "Linear Bench", "suite_description": "Benchmark tests for Linear MCP operations", "prompt": "Create a new issue 'Improve performance' in Engineering team, assign to John, with description 'Optimize database queries'", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issues", "diff_type": "added", "selector": {"teamId": {"eq": "ad608998-915c-4bad-bcd9-85ebfccccee8"}, "title": {"contains": "performance"}, "assigneeId": {"eq": "2dcc8dc2-ca19-475d-9882-3ba5e911e7ec"}, "description": {"contains": "database queries"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 7, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T04:32:48.434986+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
9
- {"id": "linear-bench-mini-test_8", "suite_id": "linear-bench", "suite_name": "Linear Bench", "suite_description": "Benchmark tests for Linear MCP operations", "prompt": "Update the description of issue ENG-1 to include 'Root cause: session timeout issue'", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issues", "diff_type": "changed", "selector": {"identifier": {"eq": "ENG-1"}}, "expectation": {"expected_changes": {"description": {"to": {"contains": "session timeout"}}}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 8, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T04:32:48.434986+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
10
- {"id": "linear-bench-mini-test_9", "suite_id": "linear-bench", "suite_name": "Linear Bench", "suite_description": "Benchmark tests for Linear MCP operations", "prompt": "Create three new issues in the Engineering team: 'Update documentation', 'Refactor API endpoints', and 'Add unit tests'", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issues", "diff_type": "added", "selector": {"teamId": {"eq": "ad608998-915c-4bad-bcd9-85ebfccccee8"}}, "expectation": {"expected_count": {"eq": 3}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 9, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T04:32:48.434986+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
11
- {"id": "linear-bench-mini-test_10", "suite_id": "linear-bench", "suite_name": "Linear Bench", "suite_description": "Benchmark tests for Linear MCP operations", "prompt": "Mark issue ENG-1 as completed", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issues", "diff_type": "changed", "selector": {"identifier": {"eq": "ENG-1"}}, "expectation": {"expected_changes": {"stateId": {"to": {"eq": "4334c4ee-405c-4d2c-bf25-4dcb7a8c0512"}}}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 10, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T04:32:48.434986+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
12
- {"id": "linear-bench-mini-test_11", "suite_id": "linear-bench", "suite_name": "Linear Bench", "suite_description": "Benchmark tests for Linear MCP operations", "prompt": "Create a new label called 'Bugs' ", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issue_labels", "diff_type": "added", "selector": {"name": {"eq": "Bugs"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 11, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T04:32:48.434986+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
13
- {"id": "linear-bench-mini-test_12", "suite_id": "linear-bench", "suite_name": "Linear Bench", "suite_description": "Benchmark tests for Linear MCP operations", "prompt": "Add the newly created 'Bugs' label to the Engineering login issue currently assigned to John Doe.", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issue_label_issue_association", "diff_type": "added", "selector": {"issue_id": {"eq": "c6e168e3-fed4-45d0-b03f-a1c1f89ee7ab"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 12, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T04:32:48.434986+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
14
- {"id": "linear-bench-mini-test_13", "suite_id": "linear-bench", "suite_name": "Linear Bench", "suite_description": "Benchmark tests for Linear MCP operations", "prompt": "Add the 'UX' label to the onboarding dashboard issue that Sarah Smith owns.", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issue_label_issue_association", "diff_type": "added", "selector": {"issue_id": {"eq": "5c62f29d-0f6a-4c4d-9d25-52293e2a8d4f"}, "issue_label_id": {"eq": "f9c5b7c8-3909-4f8b-bc25-73e1b56a9c0c"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 13, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T04:32:48.434986+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
15
- {"id": "linear-bench-mini-test_14", "suite_id": "linear-bench", "suite_name": "Linear Bench", "suite_description": "Benchmark tests for Linear MCP operations", "prompt": "Rename the Engineering issue describing intermittent login failures to 'Fix login bug - follow up'.", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issues", "diff_type": "changed", "selector": {"identifier": {"eq": "ENG-1"}}, "expectation": {"expected_changes": {"title": {"to": {"contains": "follow up"}}}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 14, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T04:32:48.434986+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
16
- {"id": "linear-bench-mini-test_15", "suite_id": "linear-bench", "suite_name": "Linear Bench", "suite_description": "Benchmark tests for Linear MCP operations", "prompt": "Add the 'RL' label to the login issue that John Doe recently commented on.", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issue_label_issue_association", "diff_type": "added", "selector": {"issue_id": {"eq": "c6e168e3-fed4-45d0-b03f-a1c1f89ee7ab"}, "issue_label_id": {"eq": "8f01ce9d-1433-4c4c-969d-21ca3bf2718f"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 15, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T04:32:48.434986+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
17
- {"id": "linear-bench-mini-test_16", "suite_id": "linear-bench", "suite_name": "Linear Bench", "suite_description": "Benchmark tests for Linear MCP operations", "prompt": "Move issue ENG-2 to 'In Review'", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issues", "diff_type": "changed", "selector": {"identifier": {"eq": "ENG-2"}}, "expectation": {"expected_changes": {"stateId": {"to": {"eq": "4379b3d7-1143-4aa4-a3a6-da0c436e73b6"}}}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 16, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T04:32:48.434986+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
18
- {"id": "linear-bench-mini-test_17", "suite_id": "linear-bench", "suite_name": "Linear Bench", "suite_description": "Benchmark tests for Linear MCP operations", "prompt": "Assign ENG-3 to Sarah Smith", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issues", "diff_type": "changed", "selector": {"identifier": {"eq": "ENG-3"}}, "expectation": {"expected_changes": {"assigneeId": {"to": {"eq": "03b0809e-713e-44ee-95de-b7a198b135ac"}}}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 17, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T04:32:48.434986+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
19
- {"id": "linear-bench-mini-test_18", "suite_id": "linear-bench", "suite_name": "Linear Bench", "suite_description": "Benchmark tests for Linear MCP operations", "prompt": "Create a new Engineering issue 'Polish navigation' with labels 'UX' and 'Urgent'", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issues", "diff_type": "added", "selector": {"teamId": {"eq": "ad608998-915c-4bad-bcd9-85ebfccccee8"}, "title": {"contains": "Polish navigation"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}, {"entity": "issue_label_issue_association", "diff_type": "added", "selector": {}, "expectation": {"expected_count": {"min": 2}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 2, "metadata": {"test_index": 18, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T04:32:48.434986+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
20
- {"id": "linear-bench-mini-test_19", "suite_id": "linear-bench", "suite_name": "Linear Bench", "suite_description": "Benchmark tests for Linear MCP operations", "prompt": "Add a comment to ENG-3: 'Please add logs for the error path'", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "comments", "diff_type": "added", "selector": {"issueId": {"eq": "87c1d2f3-66c4-4dd0-bc93-1b99d04dc374"}, "body": {"contains": "error path"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 19, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T04:32:48.434986+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
21
- {"id": "linear-bench-mini-test_20", "suite_id": "linear-bench", "suite_name": "Linear Bench", "suite_description": "Benchmark tests for Linear MCP operations", "prompt": "Update the seeded comment on ENG-1 to: 'Updated: working on a fix and adding tests'", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "comments", "diff_type": "changed", "selector": {"id": {"eq": "e10f59c3-7a49-4d52-8dba-8c8602f8c807"}}, "expectation": {"expected_changes": {"body": {"to": {"contains": "Updated: working on a fix"}}}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 20, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T04:32:48.434986+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
22
- {"id": "linear-bench-mini-test_21", "suite_id": "linear-bench", "suite_name": "Linear Bench", "suite_description": "Benchmark tests for Linear MCP operations", "prompt": "Delete the seeded comment on ENG-1", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "comments", "diff_type": "changed", "selector": {"id": {"eq": "e10f59c3-7a49-4d52-8dba-8c8602f8c807"}}, "expectation": {"expected_changes": {"archivedAt": {"from": {"exists": false}, "to": {"exists": true}}}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 21, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T04:32:48.434986+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
23
- {"id": "linear-bench-mini-test_22", "suite_id": "linear-bench", "suite_name": "Linear Bench", "suite_description": "Benchmark tests for Linear MCP operations", "prompt": "Create two Engineering issues: 'Update onboarding docs' (label UX) and 'Add circuit breaker' (label Urgent)", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issues", "diff_type": "added", "selector": {"teamId": {"eq": "ad608998-915c-4bad-bcd9-85ebfccccee8"}, "title": {"contains": "onboarding docs"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}, {"entity": "issues", "diff_type": "added", "selector": {"teamId": {"eq": "ad608998-915c-4bad-bcd9-85ebfccccee8"}, "title": {"contains": "circuit breaker"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}, {"entity": "issue_label_issue_association", "diff_type": "added", "selector": {}, "expectation": {"expected_count": {"min": 2}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 3, "metadata": {"test_index": 22, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T04:32:48.434986+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
24
- {"id": "linear-bench-mini-test_23", "suite_id": "linear-bench", "suite_name": "Linear Bench", "suite_description": "Benchmark tests for Linear MCP operations", "prompt": "Cancel issue ENG-1 (set its status to Canceled)", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issues", "diff_type": "changed", "selector": {"identifier": {"eq": "ENG-1"}}, "expectation": {"expected_changes": {"stateId": {"to": {"eq": "d4f59a6d-33cb-45d1-8f4e-3e57536f912d"}}}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 23, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T04:32:48.434986+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
25
- {"id": "linear-bench-mini-test_24", "suite_id": "linear-bench", "suite_name": "Linear Bench", "suite_description": "Benchmark tests for Linear MCP operations", "prompt": "Create a new label 'Backend' and add it to ENG-2", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issue_labels", "diff_type": "added", "selector": {"name": {"eq": "Backend"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}, {"entity": "issue_label_issue_association", "diff_type": "added", "selector": {"issue_id": {"eq": "5c62f29d-0f6a-4c4d-9d25-52293e2a8d4f"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 2, "metadata": {"test_index": 24, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T04:32:48.434986+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
26
- {"id": "linear-bench-mini-test_25", "suite_id": "linear-bench", "suite_name": "Linear Bench", "suite_description": "Benchmark tests for Linear MCP operations", "prompt": "Rename the label 'UX' to 'User Experience'", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issue_labels", "diff_type": "changed", "selector": {"id": {"eq": "f9c5b7c8-3909-4f8b-bc25-73e1b56a9c0c"}}, "expectation": {"expected_changes": {"name": {"to": {"eq": "User Experience"}}}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 25, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T04:32:48.434986+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
27
- {"id": "linear-bench-mini-test_26", "suite_id": "linear-bench", "suite_name": "Linear Bench", "suite_description": "Benchmark tests for Linear MCP operations", "prompt": "Unassign ENG-1 so it has no assignee", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issues", "diff_type": "changed", "selector": {"identifier": {"eq": "ENG-1"}}, "expectation": {"expected_changes": {"assigneeId": {"to": {"exists": false}}}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 26, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T04:32:48.434986+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
 
1
+ {"id": "linear-bench-mini-test_0", "prompt": "Create a new issue in the Engineering team titled 'Fix login bug' ", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issues", "diff_type": "added", "selector": {"teamId": {"eq": "ad608998-915c-4bad-bcd9-85ebfccccee8"}, "title": {"contains": "login bug"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 0, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T05:04:36.602323+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
2
+ {"id": "linear-bench-mini-test_1", "prompt": "Create a new issue in the Engineering team titled 'Fix login bug' with high priority", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issues", "diff_type": "added", "selector": {"teamId": {"eq": "ad608998-915c-4bad-bcd9-85ebfccccee8"}, "title": {"contains": "login bug"}, "priority": {"eq": 2.0}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 1, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T05:04:36.602323+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
3
+ {"id": "linear-bench-mini-test_2", "prompt": "Move issue ENG-1 to 'In Progress' status", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issues", "diff_type": "changed", "selector": {"identifier": {"eq": "ENG-1"}}, "expectation": {"expected_changes": {"stateId": {"to": {"eq": "6963a682-5967-477a-9afc-0b8a5b70b070"}}}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 2, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T05:04:36.602323+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
4
+ {"id": "linear-bench-mini-test_3", "prompt": "Assign issue ENG-2 to John Doe", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issues", "diff_type": "changed", "selector": {"identifier": {"eq": "ENG-2"}}, "expectation": {"expected_changes": {"assigneeId": {"from": {"eq": "03b0809e-713e-44ee-95de-b7a198b135ac"}, "to": {"eq": "2dcc8dc2-ca19-475d-9882-3ba5e911e7ec"}}}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 3, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T05:04:36.602323+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
5
+ {"id": "linear-bench-mini-test_4", "prompt": "Add a comment to issue ENG-1 saying 'I am working on this now'", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "comments", "diff_type": "added", "selector": {"issueId": {"eq": "c6e168e3-fed4-45d0-b03f-a1c1f89ee7ab"}, "body": {"contains": "working on this"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 4, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T05:04:36.602323+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
6
+ {"id": "linear-bench-mini-test_5", "prompt": "Create a new team called 'Design'", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "teams", "diff_type": "added", "selector": {"name": {"eq": "Design"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}, {"entity": "workflow_states", "diff_type": "added", "selector": {"name": {"eq": "Backlog"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 2, "metadata": {"test_index": 5, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T05:04:36.602323+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
7
+ {"id": "linear-bench-mini-test_6", "prompt": "Change the priority of issue ENG-1 to Urgent", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issues", "diff_type": "changed", "selector": {"identifier": {"eq": "ENG-1"}}, "expectation": {"expected_changes": {"priority": {"to": {"eq": 1.0}}, "priorityLabel": {"to": {"eq": "Urgent"}}}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 6, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T05:04:36.602323+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
8
+ {"id": "linear-bench-mini-test_7", "prompt": "Create a new issue 'Improve performance' in Engineering team, assign to John, with description 'Optimize database queries'", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issues", "diff_type": "added", "selector": {"teamId": {"eq": "ad608998-915c-4bad-bcd9-85ebfccccee8"}, "title": {"contains": "performance"}, "assigneeId": {"eq": "2dcc8dc2-ca19-475d-9882-3ba5e911e7ec"}, "description": {"contains": "database queries"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 7, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T05:04:36.602323+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
9
+ {"id": "linear-bench-mini-test_8", "prompt": "Update the description of issue ENG-1 to include 'Root cause: session timeout issue'", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issues", "diff_type": "changed", "selector": {"identifier": {"eq": "ENG-1"}}, "expectation": {"expected_changes": {"description": {"to": {"contains": "session timeout"}}}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 8, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T05:04:36.602323+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
10
+ {"id": "linear-bench-mini-test_9", "prompt": "Create three new issues in the Engineering team: 'Update documentation', 'Refactor API endpoints', and 'Add unit tests'", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issues", "diff_type": "added", "selector": {"teamId": {"eq": "ad608998-915c-4bad-bcd9-85ebfccccee8"}}, "expectation": {"expected_count": {"eq": 3}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 9, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T05:04:36.602323+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
11
+ {"id": "linear-bench-mini-test_10", "prompt": "Mark issue ENG-1 as completed", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issues", "diff_type": "changed", "selector": {"identifier": {"eq": "ENG-1"}}, "expectation": {"expected_changes": {"stateId": {"to": {"eq": "4334c4ee-405c-4d2c-bf25-4dcb7a8c0512"}}}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 10, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T05:04:36.602323+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
12
+ {"id": "linear-bench-mini-test_11", "prompt": "Create a new label called 'Bugs' ", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issue_labels", "diff_type": "added", "selector": {"name": {"eq": "Bugs"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 11, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T05:04:36.602323+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
13
+ {"id": "linear-bench-mini-test_12", "prompt": "Add the newly created 'Bugs' label to the Engineering login issue currently assigned to John Doe.", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issue_label_issue_association", "diff_type": "added", "selector": {"issue_id": {"eq": "c6e168e3-fed4-45d0-b03f-a1c1f89ee7ab"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 12, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T05:04:36.602323+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
14
+ {"id": "linear-bench-mini-test_13", "prompt": "Add the 'UX' label to the onboarding dashboard issue that Sarah Smith owns.", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issue_label_issue_association", "diff_type": "added", "selector": {"issue_id": {"eq": "5c62f29d-0f6a-4c4d-9d25-52293e2a8d4f"}, "issue_label_id": {"eq": "f9c5b7c8-3909-4f8b-bc25-73e1b56a9c0c"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 13, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T05:04:36.602323+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
15
+ {"id": "linear-bench-mini-test_14", "prompt": "Rename the Engineering issue describing intermittent login failures to 'Fix login bug - follow up'.", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issues", "diff_type": "changed", "selector": {"identifier": {"eq": "ENG-1"}}, "expectation": {"expected_changes": {"title": {"to": {"contains": "follow up"}}}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 14, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T05:04:36.602323+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
16
+ {"id": "linear-bench-mini-test_15", "prompt": "Add the 'RL' label to the login issue that John Doe recently commented on.", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issue_label_issue_association", "diff_type": "added", "selector": {"issue_id": {"eq": "c6e168e3-fed4-45d0-b03f-a1c1f89ee7ab"}, "issue_label_id": {"eq": "8f01ce9d-1433-4c4c-969d-21ca3bf2718f"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 15, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T05:04:36.602323+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
17
+ {"id": "linear-bench-mini-test_16", "prompt": "Move issue ENG-2 to 'In Review'", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issues", "diff_type": "changed", "selector": {"identifier": {"eq": "ENG-2"}}, "expectation": {"expected_changes": {"stateId": {"to": {"eq": "4379b3d7-1143-4aa4-a3a6-da0c436e73b6"}}}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 16, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T05:04:36.602323+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
18
+ {"id": "linear-bench-mini-test_17", "prompt": "Assign ENG-3 to Sarah Smith", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issues", "diff_type": "changed", "selector": {"identifier": {"eq": "ENG-3"}}, "expectation": {"expected_changes": {"assigneeId": {"to": {"eq": "03b0809e-713e-44ee-95de-b7a198b135ac"}}}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 17, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T05:04:36.602323+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
19
+ {"id": "linear-bench-mini-test_18", "prompt": "Create a new Engineering issue 'Polish navigation' with labels 'UX' and 'Urgent'", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issues", "diff_type": "added", "selector": {"teamId": {"eq": "ad608998-915c-4bad-bcd9-85ebfccccee8"}, "title": {"contains": "Polish navigation"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}, {"entity": "issue_label_issue_association", "diff_type": "added", "selector": {}, "expectation": {"expected_count": {"min": 2}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 2, "metadata": {"test_index": 18, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T05:04:36.602323+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
20
+ {"id": "linear-bench-mini-test_19", "prompt": "Add a comment to ENG-3: 'Please add logs for the error path'", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "comments", "diff_type": "added", "selector": {"issueId": {"eq": "87c1d2f3-66c4-4dd0-bc93-1b99d04dc374"}, "body": {"contains": "error path"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 19, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T05:04:36.602323+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
21
+ {"id": "linear-bench-mini-test_20", "prompt": "Update the seeded comment on ENG-1 to: 'Updated: working on a fix and adding tests'", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "comments", "diff_type": "changed", "selector": {"id": {"eq": "e10f59c3-7a49-4d52-8dba-8c8602f8c807"}}, "expectation": {"expected_changes": {"body": {"to": {"contains": "Updated: working on a fix"}}}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 20, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T05:04:36.602323+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
22
+ {"id": "linear-bench-mini-test_21", "prompt": "Delete the seeded comment on ENG-1", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "comments", "diff_type": "changed", "selector": {"id": {"eq": "e10f59c3-7a49-4d52-8dba-8c8602f8c807"}}, "expectation": {"expected_changes": {"archivedAt": {"from": {"exists": false}, "to": {"exists": true}}}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 21, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T05:04:36.602323+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
23
+ {"id": "linear-bench-mini-test_22", "prompt": "Create two Engineering issues: 'Update onboarding docs' (label UX) and 'Add circuit breaker' (label Urgent)", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issues", "diff_type": "added", "selector": {"teamId": {"eq": "ad608998-915c-4bad-bcd9-85ebfccccee8"}, "title": {"contains": "onboarding docs"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}, {"entity": "issues", "diff_type": "added", "selector": {"teamId": {"eq": "ad608998-915c-4bad-bcd9-85ebfccccee8"}, "title": {"contains": "circuit breaker"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}, {"entity": "issue_label_issue_association", "diff_type": "added", "selector": {}, "expectation": {"expected_count": {"min": 2}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 3, "metadata": {"test_index": 22, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T05:04:36.602323+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
24
+ {"id": "linear-bench-mini-test_23", "prompt": "Cancel issue ENG-1 (set its status to Canceled)", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issues", "diff_type": "changed", "selector": {"identifier": {"eq": "ENG-1"}}, "expectation": {"expected_changes": {"stateId": {"to": {"eq": "d4f59a6d-33cb-45d1-8f4e-3e57536f912d"}}}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 23, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T05:04:36.602323+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
25
+ {"id": "linear-bench-mini-test_24", "prompt": "Create a new label 'Backend' and add it to ENG-2", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issue_labels", "diff_type": "added", "selector": {"name": {"eq": "Backend"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}, {"entity": "issue_label_issue_association", "diff_type": "added", "selector": {"issue_id": {"eq": "5c62f29d-0f6a-4c4d-9d25-52293e2a8d4f"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 2, "metadata": {"test_index": 24, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T05:04:36.602323+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
26
+ {"id": "linear-bench-mini-test_25", "prompt": "Rename the label 'UX' to 'User Experience'", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issue_labels", "diff_type": "changed", "selector": {"id": {"eq": "f9c5b7c8-3909-4f8b-bc25-73e1b56a9c0c"}}, "expectation": {"expected_changes": {"name": {"to": {"eq": "User Experience"}}}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 25, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T05:04:36.602323+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
27
+ {"id": "linear-bench-mini-test_26", "prompt": "Unassign ENG-1 so it has no assignee", "type": "actionEval", "seed_template": "linear_default", "impersonate_user_id": "2790a7ee-fde0-4537-9588-e233aa5a68d1", "expected_state": [{"entity": "issues", "diff_type": "changed", "selector": {"identifier": {"eq": "ENG-1"}}, "expectation": {"expected_changes": {"assigneeId": {"to": {"exists": false}}}}, "mask_fields": ["created_at", "updated_at", "updatedAt", "createdAt", "editedAt"]}], "assertion_count": 1, "metadata": {"test_index": 26, "total_tests_in_suite": 27, "subset_size": 27, "generated_at": "2025-11-15T05:04:36.602323+00:00"}, "tags": ["linear", "graphql", "agent-eval", "mini"]}
dataset_infos.json CHANGED
@@ -10,14 +10,14 @@
10
  "splits": {
11
  "train": {
12
  "name": "train",
13
- "num_bytes": 24576,
14
  "num_examples": 27,
15
  "dataset_name": "linear-bench-mini"
16
  }
17
  },
18
  "download_checksums": {},
19
- "download_size": 24576,
20
- "dataset_size": 24576,
21
- "size_in_bytes": 24576
22
  }
23
  }
 
10
  "splits": {
11
  "train": {
12
  "name": "train",
13
+ "num_bytes": 21228,
14
  "num_examples": 27,
15
  "dataset_name": "linear-bench-mini"
16
  }
17
  },
18
  "download_checksums": {},
19
+ "download_size": 21228,
20
+ "dataset_size": 21228,
21
+ "size_in_bytes": 21228
22
  }
23
  }