NullVoider's picture
Add the Memory Archive corpus: 101 annotated GUI/terminal sessions
60a7ab2 verified
Raw
History Blame Contribute Delete
3.26 kB
{"step_id": 1, "timestamp_action": "2026-07-30T05:45:43.095Z", "timestamp_annotated": "2026-08-19T11:30:05.823004+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_054543_at.webp", "reasoning": "The task is to build a three-level folder path and move a file into its innermost folder, all of which is expressible as commands, so the first move is to open somewhere to type them. Move the cursor and Left-click the PowerShell icon in the taskbar. This is the Windows equivalent of the Dock click in the macOS twins.", "skipped": false}
{"step_id": 2, "timestamp_action": "2026-07-30T05:45:56.270Z", "timestamp_annotated": "2026-08-19T11:30:05.823268+00:00", "action_type": "keyboard", "action_subtype": "type", "raw_command": "Typed: New-Item -ItemType Directory $env:USERPROFILE\\corpus-seed\\Projects\\2026\\Q3 -Force; Move-Item $env:USERPROFILE\\corpus-seed\\report.pdf $env:USERPROFILE\\corpus-seed\\Projects\\2026\\Q3\\", "converted_command": "Type: New-Item -ItemType Directory $env:USERPROFILE\\corpus-seed\\Projects\\2026\\Q3 -Force; Move-Item $env:USERPROFILE\\corpus-seed\\report.pdf $env:USERPROFILE\\corpus-seed\\Projects\\2026\\Q3\\", "image_path": "vision/frames/step_0002_20260730_054556_at.webp", "reasoning": "Type both operations as one line separated by a semicolon. `New-Item -ItemType Directory` with `-Force` creates the whole `Projects\\2026\\Q3` chain in one call, including the intermediate folders — that is what replaces the three separate folder creations the GUI and keyboard takes need, and `-Force` also stops it failing if a level already exists. `Move-Item` then relocates the file into the innermost folder. `$env:USERPROFILE` is used instead of a literal home path so the command does not depend on the account name.", "skipped": false}
{"step_id": 3, "timestamp_action": "2026-07-30T05:46:00.502Z", "timestamp_annotated": "2026-08-19T11:30:05.823674+00:00", "action_type": "keyboard", "action_subtype": "press", "raw_command": "Pressed: Return", "converted_command": "Press: Enter", "image_path": "vision/frames/step_0003_20260730_054600_at.webp", "reasoning": "After typing the command Press Enter to run both commands.", "skipped": false}
{"step_id": 4, "timestamp_action": "2026-07-30T05:46:06.773Z", "timestamp_annotated": "2026-08-19T11:30:05.824041+00:00", "action_type": "keyboard", "action_subtype": "type", "raw_command": "Typed: exit", "converted_command": "Type: exit", "image_path": "vision/frames/step_0004_20260730_054606_at.webp", "reasoning": "Type `exit` to close the shell. The Windows takes end this way rather than with a quit shortcut, because the shell is a console window that closes when its session ends.", "skipped": false}
{"step_id": 5, "timestamp_action": "2026-07-30T05:46:09.938Z", "timestamp_annotated": "2026-08-19T11:30:05.824407+00:00", "action_type": "keyboard", "action_subtype": "press", "raw_command": "Pressed: Return", "converted_command": "Press: Enter", "image_path": "vision/frames/step_0005_20260730_054609_at.webp", "reasoning": "After typing the `exit` Press Enter to run it and close the window.", "skipped": false}