jmjac commited on
Commit ·
9797a33
1
Parent(s): bfe4d55
Fix initial state for linear
Browse files
tasks/linear/linear-drag-issue-different-column.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
"name": "Drag issue to different column",
|
| 4 |
"description": "Drag issue VSS-101 from Queued to In Progress column for user Riley",
|
| 5 |
"environment": "{\"type\": \"url\", \"path\": \"https://dojo-spas-staging.s3.us-east-1.amazonaws.com/linear/index.html\"}",
|
| 6 |
-
"initial_state": "{\"issues\": [{\"id\": \"1\", \"identifier\": \"VSS-101\", \"title\": \"Design oxygen level monitoring dashboard\", \"status\": \"queued\", \"assigneeId\": \"1\", \"labels\": [], \"projectId\": \"proj1\", \"priority\": \"none\"}, {\"id\": \"2\", \"identifier\": \"VSS-102\", \"title\": \"Add solar panel efficiency widget to control panel\", \"status\": \"queued\", \"assigneeId\": \"1\", \"labels\": [], \"projectId\": \"proj1\", \"priority\": \"none\"}, {\"id\": \"6\", \"identifier\": \"VSS-106\", \"title\": \"Build real-time life support system monitoring API\", \"status\": \"in_progress\", \"assigneeId\": \"1\", \"labels\": [], \"projectId\": \"proj1\", \"priority\": \"medium\"}], \"users\": [{\"id\": \"1\", \"name\": \"Riley\", \"avatar\": \"R\", \"email\": \"riley@station.space\"}, {\"id\": \"2\", \"name\": \"Chen\", \"avatar\": \"C\", \"email\": \"chen@station.space\"}]}",
|
| 7 |
"instructions": "{\"user_prompt\": \"In the Linear board, drag the issue 'VSS-101' (currently in the Queued column) to the In Progress column. Keep it assigned to user 'Riley'.\", \"success_criteria\": \"Issue VSS-101 must be in the In Progress column and still assigned to user Riley (assigneeId=1).\"}",
|
| 8 |
"reward_function": "_validate_drag_to_different_column",
|
| 9 |
"valid_target_states": "",
|
|
|
|
| 3 |
"name": "Drag issue to different column",
|
| 4 |
"description": "Drag issue VSS-101 from Queued to In Progress column for user Riley",
|
| 5 |
"environment": "{\"type\": \"url\", \"path\": \"https://dojo-spas-staging.s3.us-east-1.amazonaws.com/linear/index.html\"}",
|
| 6 |
+
"initial_state": "{\"issues\": [{\"id\": \"1\", \"identifier\": \"VSS-101\", \"title\": \"Design oxygen level monitoring dashboard\", \"status\": \"queued\", \"assigneeId\": \"1\", \"labels\": [], \"projectId\": \"proj1\", \"priority\": \"none\"}, {\"id\": \"2\", \"identifier\": \"VSS-102\", \"title\": \"Add solar panel efficiency widget to control panel\", \"status\": \"queued\", \"assigneeId\": \"1\", \"labels\": [], \"projectId\": \"proj1\", \"priority\": \"none\"}, {\"id\": \"6\", \"identifier\": \"VSS-106\", \"title\": \"Build real-time life support system monitoring API\", \"status\": \"in_progress\", \"assigneeId\": \"1\", \"labels\": [], \"projectId\": \"proj1\", \"priority\": \"medium\"}], \"users\": [{\"id\": \"1\", \"name\": \"Riley\", \"avatar\": \"R\", \"email\": \"riley@station.space\"}, {\"id\": \"2\", \"name\": \"Chen\", \"avatar\": \"C\", \"email\": \"chen@station.space\"}], \"labels\": [], \"cycles\": [], \"projects\": [], \"milestones\": []}",
|
| 7 |
"instructions": "{\"user_prompt\": \"In the Linear board, drag the issue 'VSS-101' (currently in the Queued column) to the In Progress column. Keep it assigned to user 'Riley'.\", \"success_criteria\": \"Issue VSS-101 must be in the In Progress column and still assigned to user Riley (assigneeId=1).\"}",
|
| 8 |
"reward_function": "_validate_drag_to_different_column",
|
| 9 |
"valid_target_states": "",
|
tasks/linear/linear-drag-two-issues-same-user.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
"name": "Drag two issues for same user",
|
| 4 |
"description": "Drag VSS-101 to In Progress and VSS-106 to Queued, both for user Riley",
|
| 5 |
"environment": "{\"type\": \"url\", \"path\": \"https://dojo-spas-staging.s3.us-east-1.amazonaws.com/linear/index.html\"}",
|
| 6 |
-
"initial_state": "{\"issues\": [{\"id\": \"1\", \"identifier\": \"VSS-101\", \"title\": \"Design oxygen level monitoring dashboard\", \"status\": \"queued\", \"assigneeId\": \"1\", \"labels\": [], \"projectId\": \"proj1\", \"priority\": \"none\"}, {\"id\": \"6\", \"identifier\": \"VSS-106\", \"title\": \"Build real-time life support system monitoring API\", \"status\": \"in_progress\", \"assigneeId\": \"1\", \"labels\": [], \"projectId\": \"proj1\", \"priority\": \"medium\"}], \"users\": [{\"id\": \"1\", \"name\": \"Riley\", \"avatar\": \"R\", \"email\": \"riley@station.space\"}]}",
|
| 7 |
"instructions": "{\"user_prompt\": \"In the Linear board for user 'Riley': 1) Drag issue VSS-101 from Queued to In Progress column, and 2) Drag issue VSS-106 from In Progress to Queued column. Both issues should remain assigned to Riley.\", \"success_criteria\": \"Issue VSS-101 must be in In Progress column and issue VSS-106 must be in Queued column, both assigned to user Riley (assigneeId=1).\"}",
|
| 8 |
"reward_function": "_validate_drag_two_issues_same_user",
|
| 9 |
"valid_target_states": "",
|
|
|
|
| 3 |
"name": "Drag two issues for same user",
|
| 4 |
"description": "Drag VSS-101 to In Progress and VSS-106 to Queued, both for user Riley",
|
| 5 |
"environment": "{\"type\": \"url\", \"path\": \"https://dojo-spas-staging.s3.us-east-1.amazonaws.com/linear/index.html\"}",
|
| 6 |
+
"initial_state": "{\"issues\": [{\"id\": \"1\", \"identifier\": \"VSS-101\", \"title\": \"Design oxygen level monitoring dashboard\", \"status\": \"queued\", \"assigneeId\": \"1\", \"labels\": [], \"projectId\": \"proj1\", \"priority\": \"none\"}, {\"id\": \"6\", \"identifier\": \"VSS-106\", \"title\": \"Build real-time life support system monitoring API\", \"status\": \"in_progress\", \"assigneeId\": \"1\", \"labels\": [], \"projectId\": \"proj1\", \"priority\": \"medium\"}], \"users\": [{\"id\": \"1\", \"name\": \"Riley\", \"avatar\": \"R\", \"email\": \"riley@station.space\"}], \"labels\": [], \"cycles\": [], \"projects\": [], \"milestones\": [], \"teamIdentifier\": \"VSS\", \"isNewIssueModalOpen\": false}",
|
| 7 |
"instructions": "{\"user_prompt\": \"In the Linear board for user 'Riley': 1) Drag issue VSS-101 from Queued to In Progress column, and 2) Drag issue VSS-106 from In Progress to Queued column. Both issues should remain assigned to Riley.\", \"success_criteria\": \"Issue VSS-101 must be in In Progress column and issue VSS-106 must be in Queued column, both assigned to user Riley (assigneeId=1).\"}",
|
| 8 |
"reward_function": "_validate_drag_two_issues_same_user",
|
| 9 |
"valid_target_states": "",
|