NullVoider's picture
Add the Memory Archive corpus: 101 annotated GUI/terminal sessions
60a7ab2 verified
Raw
History Blame Contribute Delete
2.66 kB
{"step_id": 1, "timestamp_action": "2026-07-30T05:52:42.986Z", "timestamp_annotated": "2026-08-19T11:30:05.828404+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_20260730_055242_at.webp", "reasoning": "The task is to compress a folder into a zip archive beside it, which PowerShell does in one command, so the first move is to open a shell. Left-click the PowerShell icon in the taskbar.", "skipped": false}
{"step_id": 2, "timestamp_action": "2026-07-30T05:52:56.107Z", "timestamp_annotated": "2026-08-19T11:30:05.828758+00:00", "action_type": "keyboard", "action_subtype": "type", "raw_command": "Typed: Compress-Archive -Path $env:USERPROFILE\\corpus-seed\\docs -DestinationPath $env:USERPROFILE\\corpus-seed\\docs.zip", "converted_command": "Type: Compress-Archive -Path $env:USERPROFILE\\corpus-seed\\docs -DestinationPath $env:USERPROFILE\\corpus-seed\\docs.zip", "image_path": "vision/frames/step_0002_20260730_055256_at.webp", "reasoning": "Type a `Compress-Archive` command to build the zip. It is PowerShell's built-in archiver, so nothing needs installing, and it produces the same kind of archive the Explorer right-click Compress action does. `-Path` names what goes in and `-DestinationPath` names the archive to write, both given in full so the result lands beside the source folder.", "skipped": false}
{"step_id": 3, "timestamp_action": "2026-07-30T05:53:00.275Z", "timestamp_annotated": "2026-08-19T11:30:05.829140+00:00", "action_type": "keyboard", "action_subtype": "press", "raw_command": "Pressed: Return", "converted_command": "Press: Enter", "image_path": "vision/frames/step_0003_20260730_055300_at.webp", "reasoning": "After typing the command Press Enter to create the archive.", "skipped": false}
{"step_id": 4, "timestamp_action": "2026-07-30T05:53:07.485Z", "timestamp_annotated": "2026-08-19T11:30:05.829626+00:00", "action_type": "keyboard", "action_subtype": "type", "raw_command": "Typed: exit", "converted_command": "Type: exit", "image_path": "vision/frames/step_0004_20260730_055307_at.webp", "reasoning": "Type `exit` to close the shell.", "skipped": false}
{"step_id": 5, "timestamp_action": "2026-07-30T05:53:10.809Z", "timestamp_annotated": "2026-08-19T11:30:05.830053+00:00", "action_type": "keyboard", "action_subtype": "press", "raw_command": "Pressed: Return", "converted_command": "Press: Enter", "image_path": "vision/frames/step_0005_20260730_055310_at.webp", "reasoning": "After typing the `exit` Press Enter to run it and close the window.", "skipped": false}