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-31T13:18:19.968Z", "timestamp_annotated": "2026-08-19T14:18:26.201592+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_131819_at.webp", "reasoning": "The task is to extract a zip archive into a folder named after it, which is a single expand 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-31T13:18:30.113Z", "timestamp_annotated": "2026-08-19T14:18:26.201879+00:00", "action_type": "keyboard", "action_subtype": "type", "raw_command": "Typed: Expand-Archive $env:USERPROFILE\\corpus-seed\\Archive.zip -DestinationPath $env:USERPROFILE\\corpus-seed\\Archive", "converted_command": "Type: Expand-Archive $env:USERPROFILE\\corpus-seed\\Archive.zip -DestinationPath $env:USERPROFILE\\corpus-seed\\Archive", "image_path": "vision/frames/step_0002_20260731_131830_at.webp", "reasoning": "Type an `Expand-Archive` command to unpack the zip. It is PowerShell's built-in extractor, so nothing needs installing. `-DestinationPath` is given explicitly and names a folder called `Archive` beside the zip: that reproduces what Explorer's own Extract All does, which offers a folder named after the archive rather than scattering the contents into the current directory.", "skipped": false}
{"step_id": 3, "timestamp_action": "2026-07-31T13:18:34.367Z", "timestamp_annotated": "2026-08-19T14:18:26.202195+00:00", "action_type": "keyboard", "action_subtype": "press", "raw_command": "Pressed: Return", "converted_command": "Press: Enter", "image_path": "vision/frames/step_0003_20260731_131834_at.webp", "reasoning": "After typing the command Press Enter to extract the archive.", "skipped": false}
{"step_id": 4, "timestamp_action": "2026-07-31T13:18:40.625Z", "timestamp_annotated": "2026-08-19T14:18:26.202569+00:00", "action_type": "keyboard", "action_subtype": "type", "raw_command": "Typed: exit", "converted_command": "Type: exit", "image_path": "vision/frames/step_0004_20260731_131840_at.webp", "reasoning": "Type `exit` to close the shell.", "skipped": false}
{"step_id": 5, "timestamp_action": "2026-07-31T13:18:43.910Z", "timestamp_annotated": "2026-08-19T14:18:26.202938+00:00", "action_type": "keyboard", "action_subtype": "press", "raw_command": "Pressed: Return", "converted_command": "Press: Enter", "image_path": "vision/frames/step_0005_20260731_131843_at.webp", "reasoning": "After typing the `exit` Press Enter to run it and close the window.", "skipped": false}