NullVoider's picture
Add the Memory Archive corpus: 101 annotated GUI/terminal sessions
60a7ab2 verified
Raw
History Blame Contribute Delete
2.7 kB
{"step_id": 1, "timestamp_action": "2026-07-31T12:29:29.357Z", "timestamp_annotated": "2026-08-19T14:18:26.149427+00:00", "action_type": "mouse", "action_subtype": "left", "raw_command": "Left-clicked at X=268, Y=1060", "converted_command": "Left-click at (268, 1060)", "image_path": "vision/frames/step_0001_20260731_122929_at.webp", "reasoning": "The task is to make a second copy of a file beside the original, which is a single copy command, so the first move is to open a shell. Move the cursor and Left-click the PowerShell icon in the taskbar.", "skipped": false}
{"step_id": 2, "timestamp_action": "2026-07-31T12:29:39.627Z", "timestamp_annotated": "2026-08-19T14:18:26.149785+00:00", "action_type": "keyboard", "action_subtype": "type", "raw_command": "Typed: Copy-Item $env:USERPROFILE\\corpus-seed\\report.pdf \"$env:USERPROFILE\\corpus-seed\\report - Copy.pdf\"", "converted_command": "Type: Copy-Item $env:USERPROFILE\\corpus-seed\\report.pdf \"$env:USERPROFILE\\corpus-seed\\report - Copy.pdf\"", "image_path": "vision/frames/step_0002_20260731_122939_at.webp", "reasoning": "Type a `Copy-Item` command that writes the copy under an explicit new name in the same folder. The name `report - Copy.pdf` is not arbitrary: it is exactly what Explorer's own duplicate produces, and matching it is what makes this trace and the mouse trace leave the folder in the same state. The destination is quoted because it contains spaces, which would otherwise be read as argument separators.", "skipped": false}
{"step_id": 3, "timestamp_action": "2026-07-31T12:29:43.854Z", "timestamp_annotated": "2026-08-19T14:18:26.150176+00:00", "action_type": "keyboard", "action_subtype": "press", "raw_command": "Pressed: Return", "converted_command": "Press: Enter", "image_path": "vision/frames/step_0003_20260731_122943_at.webp", "reasoning": "After typing the command Press Enter to run the copy.", "skipped": false}
{"step_id": 4, "timestamp_action": "2026-07-31T12:29:50.060Z", "timestamp_annotated": "2026-08-19T14:18:26.150633+00:00", "action_type": "keyboard", "action_subtype": "type", "raw_command": "Typed: exit", "converted_command": "Type: exit", "image_path": "vision/frames/step_0004_20260731_122950_at.webp", "reasoning": "Type `exit` to close the shell.", "skipped": false}
{"step_id": 5, "timestamp_action": "2026-07-31T12:29:53.233Z", "timestamp_annotated": "2026-08-19T14:18:26.151016+00:00", "action_type": "keyboard", "action_subtype": "press", "raw_command": "Pressed: Return", "converted_command": "Press: Enter", "image_path": "vision/frames/step_0005_20260731_122953_at.webp", "reasoning": "After typing the `exit` Press Enter to run it and close the window.", "skipped": false}