task_id stringlengths 20 78 | platform stringclasses 6
values | split stringclasses 1
value | is_oracle bool 2
classes | difficulty stringclasses 3
values | app_name stringclasses 58
values | instruction stringlengths 18 16k | task_yaml_path stringlengths 31 96 | initializer_id stringclasses 79
values | evaluator_id stringlengths 0 108 | max_steps float64 2 100 ⌀ | step_timeout_seconds float64 90 180 ⌀ | tags stringlengths 2 189 | description stringlengths 0 659 | oracle_task stringclasses 73
values | oracle_model stringclasses 8
values | metadata_json stringlengths 2 2.8k | init_json stringlengths 2 17k | evaluation_json stringlengths 2 22.8k | sha256 stringlengths 64 64 | license stringclasses 1
value |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
linux.gimp.oracle.crop_center | linux | benchmark | true | hard | gimp | Open the image at /tmp/helloworld_gimp/input.png in GIMP. First crop a centered 1280×720 region from the 1920×1080 image, so the crop box starts at x=320 and y=180. Then scale the cropped result to exactly 640×480 pixels, convert the image to grayscale, and export the final result to /tmp/helloworld_gimp/cropped.png as... | tasks/linux/oracle/gimp_crop_center_oracle.yaml | initializers.linux.gimp:GimpInitializer | evaluators.linux.gimp:GimpFileEvaluator | 100 | 120 | ["linux", "gui", "image", "gimp", "crop", "oracle"] | Oracle sanity task for linux.gimp.crop_center. | {"app": "GIMP", "description": "Oracle sanity task for linux.gimp.crop_center.", "difficulty": "hard", "oracle_for": "linux.gimp.crop_center", "tags": ["linux", "gui", "image", "gimp", "crop", "oracle"]} | {"initializer_id": "initializers.linux.gimp:GimpInitializer", "params": {"app_command": "gimp", "image_height": 1080, "image_width": 1920, "input_image": "/tmp/helloworld_gimp/input.png", "workspace": "/tmp/helloworld_gimp"}} | {"evaluator_id": "evaluators.linux.gimp:GimpFileEvaluator", "params": {"expected_format": "PNG", "expected_height": 480, "expected_mode": "L", "expected_width": 640, "output_path": "/tmp/helloworld_gimp/cropped.png"}} | d4ab5d57c15f063fede72ed4d21742b18c4b91558e3aa481a55a692d8c93d779 | Apache-2.0 | ||
linux.gimp.oracle.scale_image | linux | benchmark | true | hard | gimp | Open the image at /tmp/helloworld_gimp/input.png in GIMP. First scale the image to exactly 1024×768 pixels using Image → Scale Image. Then crop a centered 800×600 region from that scaled image, so the crop box starts at x=112 and y=84. Export the final result to /tmp/helloworld_gimp/scaled.png as a PNG file using File ... | tasks/linux/oracle/gimp_scale_image_oracle.yaml | initializers.linux.gimp:GimpInitializer | evaluators.linux.gimp:GimpFileEvaluator | 100 | 120 | ["linux", "gui", "image", "gimp", "scale", "oracle"] | Oracle sanity task for linux.gimp.scale_image. | {"app": "GIMP", "description": "Oracle sanity task for linux.gimp.scale_image.", "difficulty": "hard", "oracle_for": "linux.gimp.scale_image", "tags": ["linux", "gui", "image", "gimp", "scale", "oracle"]} | {"initializer_id": "initializers.linux.gimp:GimpInitializer", "params": {"app_command": "gimp", "image_height": 1080, "image_width": 1920, "input_image": "/tmp/helloworld_gimp/input.png", "workspace": "/tmp/helloworld_gimp"}} | {"evaluator_id": "evaluators.linux.gimp:GimpFileEvaluator", "params": {"expected_format": "PNG", "expected_height": 600, "expected_mode": "RGB", "expected_width": 800, "output_path": "/tmp/helloworld_gimp/scaled.png"}} | 1f04937da4e94737107d29cd83867657547a4fb30ddce85fb4fc18ce04311afd | Apache-2.0 | ||
linux.impress.oracle.add_dissolve_transition | linux | benchmark | true | hard | impress | Oracle sanity task for linux.impress.add_dissolve_transition. The initializer already seeds the expected transitions in the presentation. Wait briefly and finish. | tasks/linux/oracle/impress_add_dissolve_transition_oracle.yaml | initializers.linux.setup:DesktopSetupInitializer | evaluators.linux.pptx_transition_compare:PptxTransitionEvaluator | 100 | 120 | ["linux", "gui", "libreoffice", "impress", "pptx", "transition", "hard", "oracle"] | Oracle sanity task for linux.impress.add_dissolve_transition. | {"app": "LibreOffice Impress", "description": "Oracle sanity task for linux.impress.add_dissolve_transition.", "difficulty": "hard", "oracle_for": "linux.impress.add_dissolve_transition", "tags": ["linux", "gui", "libreoffice", "impress", "pptx", "transition", "hard", "oracle"]} | {"initializer_id": "initializers.linux.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "pkill -f soffice.bin || true\npkill -f '/usr/lib/libreoffice/program/soffice' || true\n", "timeout": 120, "type": "run_bash"}, {"ms": 1200, "type": "wait"}, {"path": "/tmp/helloworld_office/impress_21760ecb_actual.pp... | {"evaluator_id": "evaluators.linux.pptx_transition_compare:PptxTransitionEvaluator", "params": {"actual_path": "/tmp/helloworld_office/impress_21760ecb_actual.pptx", "expected_path": "", "options": {"rules": [{"slide_idx": 0, "transition_type": "dissolve"}, {"slide_idx": 1, "transition_type": "dissolve"}, {"slide_idx":... | 1954e7aa0b5aa16a7f23909ef0e0a7dc0633d052624f9187d0e742ba0095068d | Apache-2.0 | ||
linux.impress.oracle.create_six_image_slides | linux | benchmark | true | hard | impress | Oracle sanity task for linux.impress.create_six_image_slides. The initializer already opens the expected presentation state. Wait briefly and finish. | tasks/linux/oracle/impress_create_six_image_slides_oracle.yaml | initializers.linux.setup:DesktopSetupInitializer | evaluators.linux.pptx_compare:PptxCompareEvaluator | 100 | 120 | ["linux", "gui", "libreoffice", "impress", "pptx", "images", "hard", "oracle"] | Oracle sanity task for linux.impress.create_six_image_slides. | {"app": "LibreOffice Impress", "description": "Oracle sanity task for linux.impress.create_six_image_slides.", "difficulty": "hard", "oracle_for": "linux.impress.create_six_image_slides", "tags": ["linux", "gui", "libreoffice", "impress", "pptx", "images", "hard", "oracle"]} | {"initializer_id": "initializers.linux.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "mkdir -p /tmp/helloworld_office", "timeout": 120, "type": "run_bash"}, {"path": "/tmp/helloworld_office/impress_bf4e9888_actual.pptx", "type": "download", "url": "https://huggingface.co/datasets/xlangai/ubuntu_osworl... | {"evaluator_id": "evaluators.linux.pptx_compare:PptxCompareEvaluator", "params": {"actual_path": "/tmp/helloworld_office/impress_bf4e9888_actual.pptx", "expected_path": "/tmp/helloworld_office/impress_bf4e9888_expected.pptx", "image_count_rules": [{"picture_count": 1, "slide_index": 1}, {"picture_count": 1, "slide_inde... | f6df88c18e72a82d03c0d842d07e1b455575e616aeeae1ab113fd26ac15ef548 | Apache-2.0 | ||
linux.impress.oracle.set_green_background | linux | benchmark | true | easy | impress | Oracle sanity task for linux.impress.set_green_background. The initializer already opens the expected presentation state. Wait briefly and finish. | tasks/linux/oracle/impress_set_green_background_oracle.yaml | initializers.linux.office_setup:LinuxOfficeSetupInitializer | evaluators.linux.pptx_compare:PptxCompareEvaluator | 100 | 120 | ["linux", "gui", "libreoffice", "impress", "pptx", "background", "easy", "oracle"] | Oracle sanity task for linux.impress.set_green_background. | {"app": "LibreOffice Impress", "description": "Oracle sanity task for linux.impress.set_green_background.", "difficulty": "easy", "oracle_for": "linux.impress.set_green_background", "tags": ["linux", "gui", "libreoffice", "impress", "pptx", "background", "easy", "oracle"]} | {"initializer_id": "initializers.linux.office_setup:LinuxOfficeSetupInitializer", "params": {"open_documents_after_download": ["/tmp/helloworld_office/impress_9cf05d24_actual.pptx"], "open_documents_wait_seconds": 5, "remote_tool_dir": "~", "seed_downloads": [{"path": "/tmp/helloworld_office/impress_9cf05d24_actual.ppt... | {"evaluator_id": "evaluators.linux.pptx_compare:PptxCompareEvaluator", "params": {"actual_path": "/tmp/helloworld_office/impress_9cf05d24_actual.pptx", "expected_path": "/tmp/helloworld_office/impress_9cf05d24_expected.pptx", "options": {"examine_alignment": false, "examine_background_color": true, "examine_number_of_s... | ab6170a834f04a719926acc0e71cb9cb6ab1c784f5d89fcfc49ea6c05447196c | Apache-2.0 | ||
linux.marble.oracle.bookmark_cairo_launch_point | linux | benchmark | true | easy | marble | Oracle sanity task for linux.marble.bookmark_cairo_launch_point. The initializer already seeds the expected Marble config and bookmarks. Wait briefly and finish. | tasks/linux/oracle/marble_bookmark_cairo_launch_point_oracle.yaml | initializers.linux.marble:MarbleInitializer | evaluators.linux.marble:MarbleBookmarkEvaluator | 100 | 120 | ["linux", "gui", "marble", "maps", "bookmark", "easy", "oracle"] | Oracle sanity task for linux.marble.bookmark_cairo_launch_point | {"app": "Marble", "description": "Oracle sanity task for linux.marble.bookmark_cairo_launch_point", "difficulty": "easy", "oracle_for": "linux.marble.bookmark_cairo_launch_point", "tags": ["linux", "gui", "marble", "maps", "bookmark", "easy", "oracle"]} | {"initializer_id": "initializers.linux.marble:MarbleInitializer", "params": {"app_command": "marble", "preseed_bookmarks": [{"folder": "Default", "name": "Cairo Launch Point"}], "preseed_folders": [], "preseed_map_theme": "earth/openstreetmap/openstreetmap.dgml"}} | {"evaluator_id": "evaluators.linux.marble:MarbleBookmarkEvaluator", "params": {"map_theme": "earth/openstreetmap/openstreetmap.dgml", "required_bookmarks": [{"folder": "Default", "name": "Cairo Launch Point"}]}} | c703cc4d3d41229496883a956ccfbea2d109331dfbd0775ffa98bcbb932c3dec | Apache-2.0 | ||
linux.marble.oracle.east_africa_briefing | linux | benchmark | true | hard | marble | Oracle sanity task for linux.marble.east_africa_briefing. The initializer already seeds the expected Marble config and bookmarks. Wait briefly and finish. | tasks/linux/oracle/marble_east_africa_briefing_oracle.yaml | initializers.linux.marble:MarbleInitializer | evaluators.linux.marble:MarbleBookmarkEvaluator | 100 | 120 | ["linux", "gui", "marble", "maps", "bookmark", "folder", "hard", "oracle"] | Oracle sanity task for linux.marble.east_africa_briefing | {"app": "Marble", "description": "Oracle sanity task for linux.marble.east_africa_briefing", "difficulty": "hard", "oracle_for": "linux.marble.east_africa_briefing", "tags": ["linux", "gui", "marble", "maps", "bookmark", "folder", "hard", "oracle"]} | {"initializer_id": "initializers.linux.marble:MarbleInitializer", "params": {"app_command": "marble", "preseed_bookmarks": [{"folder": "East Africa Briefing", "name": "Brief Nairobi"}, {"folder": "East Africa Briefing", "name": "Brief Kampala"}, {"folder": "East Africa Briefing", "name": "Brief Kigali"}, {"folder": "Ea... | {"evaluator_id": "evaluators.linux.marble:MarbleBookmarkEvaluator", "params": {"map_theme": "earth/openstreetmap/openstreetmap.dgml", "required_bookmarks": [{"folder": "East Africa Briefing", "name": "Brief Nairobi"}, {"folder": "East Africa Briefing", "name": "Brief Kampala"}, {"folder": "East Africa Briefing", "name"... | 0f66ba064af297075fe31de4865d07e31d05346f24921210d87d794adaa47690 | Apache-2.0 | ||
linux.marble.oracle.north_atlantic_survey | linux | benchmark | true | hard | marble | Oracle sanity task for linux.marble.north_atlantic_survey. The initializer already seeds the expected Marble config and bookmarks. Wait briefly and finish. | tasks/linux/oracle/marble_north_atlantic_survey_oracle.yaml | initializers.linux.marble:MarbleInitializer | evaluators.linux.marble:MarbleBookmarkEvaluator | 100 | 120 | ["linux", "gui", "marble", "maps", "bookmark", "folder", "hard", "oracle"] | Oracle sanity task for linux.marble.north_atlantic_survey | {"app": "Marble", "description": "Oracle sanity task for linux.marble.north_atlantic_survey", "difficulty": "hard", "oracle_for": "linux.marble.north_atlantic_survey", "tags": ["linux", "gui", "marble", "maps", "bookmark", "folder", "hard", "oracle"]} | {"initializer_id": "initializers.linux.marble:MarbleInitializer", "params": {"app_command": "marble", "preseed_bookmarks": [{"folder": "North Atlantic Survey", "name": "Survey Reykjavik"}, {"folder": "North Atlantic Survey", "name": "Survey Nuuk"}, {"folder": "North Atlantic Survey", "name": "Survey Torshavn"}], "prese... | {"evaluator_id": "evaluators.linux.marble:MarbleBookmarkEvaluator", "params": {"required_bookmarks": [{"folder": "North Atlantic Survey", "name": "Survey Reykjavik"}, {"folder": "North Atlantic Survey", "name": "Survey Nuuk"}, {"folder": "North Atlantic Survey", "name": "Survey Torshavn"}], "required_folders": ["North ... | 06aba814e244fa41cac86282e44c0b7ea987f50f0fe79ecd3946a9071d165f3f | Apache-2.0 | ||
linux.notepadqq.oracle.prepare_release_packet | linux | benchmark | true | hard | notepadqq | Oracle sanity task for linux.notepadqq.prepare_release_packet. The initializer already writes the expected workspace files. Wait briefly and finish. | tasks/linux/oracle/notepadqq_prepare_release_packet_oracle.yaml | initializers.linux.notepadqq:NotepadqqInitializer | evaluators.linux.notepadqq:NotepadqqWorkspaceEvaluator | 100 | 120 | ["linux", "gui", "gedit", "editor", "json", "markdown", "hard", "oracle"] | Oracle sanity task for linux.notepadqq.prepare_release_packet | {"app": "Notepadqq", "description": "Oracle sanity task for linux.notepadqq.prepare_release_packet", "difficulty": "hard", "oracle_for": "linux.notepadqq.prepare_release_packet", "tags": ["linux", "gui", "gedit", "editor", "json", "markdown", "hard", "oracle"]} | {"initializer_id": "initializers.linux.notepadqq:NotepadqqInitializer", "params": {"app_command": "gedit", "files": [{"content": "{\n \"version\": \"5.4.2\",\n \"owner\": \"Elena Park\",\n \"qaStatus\": \"Ready for sign-off\",\n \"rolloutDate\": \"2026-06-12\",\n \"rollbackOwner\": \"Mina Sol\",\n \"signoffRequir... | {"evaluator_id": "evaluators.linux.notepadqq:NotepadqqWorkspaceEvaluator", "params": {"files": [{"json": {"channels": ["linux", "windows", "android"], "owner": "Elena Park", "qaStatus": "Ready for sign-off", "rollbackOwner": "Mina Sol", "rolloutDate": "2026-06-12", "signoffRequired": true, "version": "5.4.2"}, "path": ... | 66687a60519eb03c4a7fc332cc687340ca0036a9f473539ba91271e7113f9576 | Apache-2.0 | ||
linux.notepadqq.oracle.sync_ops_bundle | linux | benchmark | true | hard | notepadqq | Oracle sanity task for linux.notepadqq.sync_ops_bundle. The initializer already writes the expected workspace files. Wait briefly and finish. | tasks/linux/oracle/notepadqq_sync_ops_bundle_oracle.yaml | initializers.linux.notepadqq:NotepadqqInitializer | evaluators.linux.notepadqq:NotepadqqWorkspaceEvaluator | 100 | 120 | ["linux", "gui", "gedit", "editor", "ini", "checklist", "hard", "oracle"] | Oracle sanity task for linux.notepadqq.sync_ops_bundle | {"app": "Notepadqq", "description": "Oracle sanity task for linux.notepadqq.sync_ops_bundle", "difficulty": "hard", "oracle_for": "linux.notepadqq.sync_ops_bundle", "tags": ["linux", "gui", "gedit", "editor", "ini", "checklist", "hard", "oracle"]} | {"initializer_id": "initializers.linux.notepadqq:NotepadqqInitializer", "params": {"app_command": "gedit", "files": [{"content": "[ops]\nowner=Samir Cole\nregion=eu-west\nmaintenance_window=23:30-01:00\nescalation_channel=pager-eu\n", "path": "config/ops.ini"}, {"content": "- Verify EU dashboards\n- Confirm pager-eu co... | {"evaluator_id": "evaluators.linux.notepadqq:NotepadqqWorkspaceEvaluator", "params": {"files": [{"equals": "[ops]\nowner=Samir Cole\nregion=eu-west\nmaintenance_window=23:30-01:00\nescalation_channel=pager-eu\n", "path": "config/ops.ini"}, {"equals": "- Verify EU dashboards\n- Confirm pager-eu coverage\n- Archive the o... | b56183e1625e273856c27e73e8955d21dadf4eef111e6cc0b86e323a7c64095e | Apache-2.0 | ||
linux.notepadqq.oracle.update_banner | linux | benchmark | true | easy | notepadqq | Oracle sanity task for linux.notepadqq.update_banner. The initializer already writes the expected workspace files. Wait briefly and finish. | tasks/linux/oracle/notepadqq_update_banner_oracle.yaml | initializers.linux.notepadqq:NotepadqqInitializer | evaluators.linux.notepadqq:NotepadqqWorkspaceEvaluator | 100 | 120 | ["linux", "gui", "gedit", "editor", "easy", "oracle"] | Oracle sanity task for linux.notepadqq.update_banner | {"app": "Notepadqq", "description": "Oracle sanity task for linux.notepadqq.update_banner", "difficulty": "easy", "oracle_for": "linux.notepadqq.update_banner", "tags": ["linux", "gui", "gedit", "editor", "easy", "oracle"]} | {"initializer_id": "initializers.linux.notepadqq:NotepadqqInitializer", "params": {"app_command": "gedit", "files": [{"content": "Launch note final\n\nConfirm the rollout badge is visible.\nPing support before publishing.\n", "path": "notes/launch-note.txt"}], "open_files": ["notes/launch-note.txt"], "workspace_name": ... | {"evaluator_id": "evaluators.linux.notepadqq:NotepadqqWorkspaceEvaluator", "params": {"files": [{"equals": "Launch note final\n\nConfirm the rollout badge is visible.\nPing support before publishing.\n", "path": "notes/launch-note.txt"}], "workspace_path": "/tmp/helloworld_notepadqq_workspace/notepadqq_banner"}} | 5146b02347dee8c3f2eff71b8259c7833954042e963a7048efa90fbc0dd12296 | Apache-2.0 | ||
linux.quickshop.oracle.add_headphones_to_cart | linux | benchmark | true | hard | quickshop | In QuickShop, sign in with phone number 13800138000 and password spring2026. Build a six-item cart in this exact order. Before adding each item, go back to the catalog and use the required search/category/sort combination: 1. Verdant Pro Noise-Canceling Headphones, search "Verdant Pro Noise-Canceling Headphones", Elect... | tasks/linux/oracle/quickshop_add_headphones_to_cart_oracle.yaml | initializers.linux.quickshop:QuickShopInitializer | evaluators.linux.quickshop:QuickShopApiEvaluator | 100 | 120 | ["linux", "gui", "shopping", "quickshop", "cart", "hard"] | Sign in, repeatedly locate six products through catalog operations, and complete a near-50-step ordered cart quantity review. | tasks/linux/oracle/quickshop_add_headphones_to_cart_oracle.yaml | quickshop_oracle | {"description": "Sign in, repeatedly locate six products through catalog operations, and complete a near-50-step ordered cart quantity review.", "difficulty": "hard", "oracle_model": "quickshop_oracle", "oracle_task": "tasks/linux/oracle/quickshop_add_headphones_to_cart_oracle.yaml", "tags": ["linux", "gui", "shopping"... | {"initializer_id": "initializers.linux.quickshop:QuickShopInitializer", "params": {"app_command": "quickshop", "benchmark_mode": "linux.quickshop.add_headphones_to_cart", "require_benchmark_api": true}} | {"evaluator_id": "evaluators.linux.quickshop:QuickShopApiEvaluator", "params": {"benchmark_event_sequence": [{"match": {"category": "Electronics", "query": "verdant pro noise-canceling headphones", "sort": "priceDesc"}, "type": "catalog_view"}, {"match": {"productId": "p1001"}, "type": "cart_item_added"}, {"match": {"c... | 614869ba8bfd9114f6b5e87dc3f3f91d91a02736bcfb990f26e0a7bed85087e3 | Apache-2.0 |
linux.quickshop.oracle.checkout_coffee | linux | benchmark | true | hard | quickshop | In QuickShop, sign in with phone number 13800138000 and password spring2026. Build a six-item checkout cart in this exact order. Before adding each product, return to the catalog and use the listed search/category/sort combination: Verdant Pro Noise-Canceling Headphones with search "Verdant Pro Noise-Canceling Headphon... | tasks/linux/oracle/quickshop_checkout_coffee_oracle.yaml | initializers.linux.quickshop:QuickShopInitializer | evaluators.linux.quickshop:QuickShopApiEvaluator | 100 | 120 | ["linux", "gui", "shopping", "quickshop", "checkout", "hard"] | Sign in, locate six products, complete a long cart review, perform repeated checkout address/payment switches, and submit the final Office/WeChat order. | tasks/linux/oracle/quickshop_checkout_coffee_oracle.yaml | quickshop_oracle | {"description": "Sign in, locate six products, complete a long cart review, perform repeated checkout address/payment switches, and submit the final Office/WeChat order.", "difficulty": "hard", "oracle_model": "quickshop_oracle", "oracle_task": "tasks/linux/oracle/quickshop_checkout_coffee_oracle.yaml", "tags": ["linux... | {"initializer_id": "initializers.linux.quickshop:QuickShopInitializer", "params": {"app_command": "quickshop", "benchmark_mode": "linux.quickshop.checkout_coffee", "require_benchmark_api": true}} | {"evaluator_id": "evaluators.linux.quickshop:QuickShopApiEvaluator", "params": {"benchmark_event_sequence": [{"match": {"category": "Electronics", "query": "verdant pro noise-canceling headphones", "sort": "priceDesc"}, "type": "catalog_view"}, {"match": {"productId": "p1001"}, "type": "cart_item_added"}, {"match": {"c... | 9005f3f240a15e0337bdb8df25044e79fa1798bdcc34df66b5a229a611280484 | Apache-2.0 |
linux.quickshop.oracle.login | linux | benchmark | true | easy | quickshop | Open QuickShop and sign in with phone number 13800138000 and password spring2026. After signing in, build a two-item starter cart. First return to the catalog, search "Mountain Isle Pour-Over Coffee", choose Grocery and Price Low to High, open Mountain Isle Pour-Over Coffee 20 Pack, select the 20 sachets option, and ad... | tasks/linux/oracle/quickshop_login_oracle.yaml | initializers.linux.quickshop:QuickShopInitializer | evaluators.linux.quickshop:QuickShopApiEvaluator | 100 | 120 | ["linux", "gui", "shopping", "quickshop", "login", "easy"] | Sign in, locate two products through catalog searches, and complete a short cart quantity review ending with two quantity-one items. | tasks/linux/oracle/quickshop_login_oracle.yaml | quickshop_oracle | {"description": "Sign in, locate two products through catalog searches, and complete a short cart quantity review ending with two quantity-one items.", "difficulty": "easy", "oracle_model": "quickshop_oracle", "oracle_task": "tasks/linux/oracle/quickshop_login_oracle.yaml", "tags": ["linux", "gui", "shopping", "quicksh... | {"initializer_id": "initializers.linux.quickshop:QuickShopInitializer", "params": {"app_command": "quickshop", "benchmark_mode": "linux.quickshop.login", "require_benchmark_api": true}} | {"evaluator_id": "evaluators.linux.quickshop:QuickShopApiEvaluator", "params": {"benchmark_event_sequence": [{"match": {"category": "Grocery", "query": "mountain isle pour-over coffee", "sort": "priceAsc"}, "type": "catalog_view"}, {"match": {"productId": "p1005"}, "type": "cart_item_added"}, {"match": {"category": "El... | 53515ac290163345b28595d42759fd4aa7bdb7727702c9641b2c97c0a137f03d | Apache-2.0 |
linux.spotube.oracle.import_city_weather_mix | linux | benchmark | true | hard | spotube | Oracle sanity task for linux.spotube.import_city_weather_mix. The initializer already seeds the expected Rhythmbox playback state. Wait briefly and finish. | tasks/linux/oracle/spotube_import_city_weather_mix_oracle.yaml | initializers.linux.spotube:SpotubeInitializer | evaluators.linux.spotube:SpotubeStateEvaluator | 100 | 120 | ["linux", "gui", "music", "rhythmbox", "local-library", "hard", "oracle"] | Oracle sanity task for linux.spotube.import_city_weather_mix | {"app": "Spotube", "description": "Oracle sanity task for linux.spotube.import_city_weather_mix", "difficulty": "hard", "oracle_for": "linux.spotube.import_city_weather_mix", "tags": ["linux", "gui", "music", "rhythmbox", "local-library", "hard", "oracle"]} | {"initializer_id": "initializers.linux.spotube:SpotubeInitializer", "params": {"app_command": "rhythmbox", "autoplay_track_name": "city_rain", "libraries": [{"root_segments": ["BenchVault", "Archive Shelf", "April Samples", "City Weather Mix"], "tracks": [{"frequency_hz": 260.0, "name": "avenue_mist"}, {"frequency_hz":... | {"evaluator_id": "evaluators.linux.spotube:SpotubeStateEvaluator", "params": {"state": {"current_track_name": "city_rain", "current_track_path": "/home/user/Music/BenchVault/Archive Shelf/April Samples/City Weather Mix/city_rain.wav", "playing": true}}} | 58ff5e4dcaec1cbae9e90131e98e51e10645324ac8f8a468fa8a1fd39b04a18b | Apache-2.0 | ||
linux.spotube.oracle.import_focus_capsule | linux | benchmark | true | hard | spotube | Oracle sanity task for linux.spotube.import_focus_capsule. The initializer already seeds the expected Rhythmbox playback state. Wait briefly and finish. | tasks/linux/oracle/spotube_import_focus_capsule_oracle.yaml | initializers.linux.spotube:SpotubeInitializer | evaluators.linux.spotube:SpotubeStateEvaluator | 100 | 120 | ["linux", "gui", "music", "rhythmbox", "local-library", "hard", "oracle"] | Oracle sanity task for linux.spotube.import_focus_capsule | {"app": "Spotube", "description": "Oracle sanity task for linux.spotube.import_focus_capsule", "difficulty": "hard", "oracle_for": "linux.spotube.import_focus_capsule", "tags": ["linux", "gui", "music", "rhythmbox", "local-library", "hard", "oracle"]} | {"initializer_id": "initializers.linux.spotube:SpotubeInitializer", "params": {"app_command": "rhythmbox", "autoplay_track_name": "midnight_loop_take2", "libraries": [{"root_segments": ["Workbench", "Reference Sets", "Night Shift", "Focus Capsule"], "tracks": [{"frequency_hz": 255.0, "name": "afterhours_note"}, {"frequ... | {"evaluator_id": "evaluators.linux.spotube:SpotubeStateEvaluator", "params": {"state": {"current_track_name": "midnight_loop_take2", "current_track_path": "/home/user/Music/Workbench/Reference Sets/Night Shift/Focus Capsule/midnight_loop_take2.wav", "playing": true}}} | dd8320a64b5c4f2c8750817b6cc3aee809193e961717d28c40329eccbc9f4cac | Apache-2.0 | ||
linux.spotube.oracle.set_market_algeria | linux | benchmark | true | easy | spotube | Oracle sanity task for linux.spotube.set_market_algeria. The initializer already seeds the expected Rhythmbox playback state. Wait briefly and finish. | tasks/linux/oracle/spotube_set_market_algeria_oracle.yaml | initializers.linux.spotube:SpotubeInitializer | evaluators.linux.spotube:SpotubeStateEvaluator | 100 | 120 | ["linux", "gui", "music", "rhythmbox", "local-library", "easy", "oracle"] | Oracle sanity task for linux.spotube.set_market_algeria | {"app": "Spotube", "description": "Oracle sanity task for linux.spotube.set_market_algeria", "difficulty": "easy", "oracle_for": "linux.spotube.set_market_algeria", "tags": ["linux", "gui", "music", "rhythmbox", "local-library", "easy", "oracle"]} | {"initializer_id": "initializers.linux.spotube:SpotubeInitializer", "params": {"app_command": "rhythmbox", "autoplay_track_name": "sahara_dawn", "libraries": [{"root_segments": ["BenchVault", "North Africa Sampler", "Sahara Set"], "tracks": [{"frequency_hz": 265.0, "name": "atlas_night"}, {"frequency_hz": 305.0, "name"... | {"evaluator_id": "evaluators.linux.spotube:SpotubeStateEvaluator", "params": {"state": {"current_track_name": "sahara_dawn", "playing": true}}} | 426616d2e7a6b6a82809e0de3fef37e18f38ccd6cde7c03ae3425dc7de39c77a | Apache-2.0 | ||
linux.oracle.thunderbird_calendar_build_recurring_release_plan_hard | linux | benchmark | true | hard | oracle | Oracle sanity task for linux.thunderbird_calendar.build_recurring_release_plan_hard. The initializer already seeds the expected Thunderbird Calendar state. Wait briefly and finish. | tasks/linux/oracle/thunderbird_calendar_build_recurring_release_plan_hard_oracle.yaml | initializers.linux.setup:DesktopSetupInitializer | evaluators.linux.thunderbird_calendar:ThunderbirdCalendarEvaluator | 100 | 120 | ["linux", "thunderbird", "calendar", "recurring", "hard", "oracle"] | Oracle sanity task for linux.thunderbird_calendar.build_recurring_release_plan_hard. | {"app": "Thunderbird Calendar", "description": "Oracle sanity task for linux.thunderbird_calendar.build_recurring_release_plan_hard.", "difficulty": "hard", "oracle_for": "linux.thunderbird_calendar.build_recurring_release_plan_hard", "tags": ["linux", "thunderbird", "calendar", "recurring", "hard", "oracle"]} | {"initializer_id": "initializers.linux.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "pkill -f thunderbird || true\n", "timeout": 120, "type": "run_bash"}, {"ms": 1200, "type": "wait"}, {"path": "/home/user/thunderbird-profile.tar.gz", "type": "download", "url": "https://huggingface.co/datasets/xlanga... | {"evaluator_id": "evaluators.linux.thunderbird_calendar:ThunderbirdCalendarEvaluator", "params": {"event_expectations": {"Launch Readiness Review": {"duration_minutes": 60, "relative_day": "next_week", "start_time": "16:00", "weekday": "friday"}, "QA Sign-off": {"duration_minutes": 30, "relative_day": "next_week", "sta... | e335abf19bee78e883a5d4ee97211db31e05741dcae0606e5ed69cee0bce04ac | Apache-2.0 | ||
linux.oracle.thunderbird_calendar_create_vendor_followup_easy | linux | benchmark | true | easy | oracle | Oracle sanity task for linux.thunderbird_calendar.create_vendor_followup_easy. The initializer already seeds the expected Thunderbird Calendar state. Wait briefly and finish. | tasks/linux/oracle/thunderbird_calendar_create_vendor_followup_easy_oracle.yaml | initializers.linux.setup:DesktopSetupInitializer | evaluators.linux.thunderbird_calendar:ThunderbirdCalendarEvaluator | 100 | 120 | ["linux", "thunderbird", "calendar", "easy", "oracle"] | Oracle sanity task for linux.thunderbird_calendar.create_vendor_followup_easy. | {"app": "Thunderbird Calendar", "description": "Oracle sanity task for linux.thunderbird_calendar.create_vendor_followup_easy.", "difficulty": "easy", "oracle_for": "linux.thunderbird_calendar.create_vendor_followup_easy", "tags": ["linux", "thunderbird", "calendar", "easy", "oracle"]} | {"initializer_id": "initializers.linux.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "pkill -f thunderbird || true\n", "timeout": 120, "type": "run_bash"}, {"ms": 1200, "type": "wait"}, {"path": "/home/user/thunderbird-profile.tar.gz", "type": "download", "url": "https://huggingface.co/datasets/xlanga... | {"evaluator_id": "evaluators.linux.thunderbird_calendar:ThunderbirdCalendarEvaluator", "params": {"event_expectations": {"Vendor Follow-up": {"duration_minutes": 45, "relative_day": "tomorrow", "start_time": "15:00"}}, "profile_dir": "/home/user/.thunderbird/t5q2a5hp.default-release", "required_titles": ["Vendor Follow... | d8b3c7f77cadf9fd7c16cc847e696805e38e64114b693c85991ca5097480205c | Apache-2.0 | ||
linux.oracle.thunderbird_calendar_plan_next_week_reviews_hard | linux | benchmark | true | hard | oracle | Oracle sanity task for linux.thunderbird_calendar.plan_next_week_reviews_hard. The initializer already seeds the expected Thunderbird Calendar state. Wait briefly and finish. | tasks/linux/oracle/thunderbird_calendar_plan_next_week_reviews_hard_oracle.yaml | initializers.linux.setup:DesktopSetupInitializer | evaluators.linux.thunderbird_calendar:ThunderbirdCalendarEvaluator | 100 | 120 | ["linux", "thunderbird", "calendar", "hard", "oracle"] | Oracle sanity task for linux.thunderbird_calendar.plan_next_week_reviews_hard. | {"app": "Thunderbird Calendar", "description": "Oracle sanity task for linux.thunderbird_calendar.plan_next_week_reviews_hard.", "difficulty": "hard", "oracle_for": "linux.thunderbird_calendar.plan_next_week_reviews_hard", "tags": ["linux", "thunderbird", "calendar", "hard", "oracle"]} | {"initializer_id": "initializers.linux.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "pkill -f thunderbird || true\n", "timeout": 120, "type": "run_bash"}, {"ms": 1200, "type": "wait"}, {"path": "/home/user/thunderbird-profile.tar.gz", "type": "download", "url": "https://huggingface.co/datasets/xlanga... | {"evaluator_id": "evaluators.linux.thunderbird_calendar:ThunderbirdCalendarEvaluator", "params": {"event_expectations": {"Backlog Triage": {"alarm_keywords": ["-pt15m"], "duration_minutes": 45, "relative_day": "next_week", "start_time": "09:15", "weekday": "tuesday"}, "Design Review": {"duration_minutes": 60, "relative... | 30709e8bead48a42ae66b5997861f6c5144dd8d590441a67a3dc1781e752833e | Apache-2.0 | ||
linux.thunderbird.oracle.thunderbird_enable_dark_mode | linux | benchmark | true | thunderbird | Oracle sanity task for linux.thunderbird.thunderbird_enable_dark_mode. The initializer already patches the Thunderbird profile to the expected state. Wait briefly and finish. | tasks/linux/oracle/thunderbird_enable_dark_mode_oracle.yaml | initializers.linux.setup:DesktopSetupInitializer | evaluators.linux.thunderbird:ThunderbirdTaskEvaluator | 100 | 120 | ["email", "thunderbird", "easy", "osworld", "oracle"] | Oracle sanity task for linux.thunderbird.thunderbird_enable_dark_mode | {"app": "Thunderbird", "description": "Oracle sanity task for linux.thunderbird.thunderbird_enable_dark_mode", "difficulty": null, "oracle_for": "linux.thunderbird.thunderbird_enable_dark_mode", "tags": ["email", "thunderbird", "easy", "osworld", "oracle"]} | {"initializer_id": "initializers.linux.setup:DesktopSetupInitializer", "params": {"steps": [{"path": "/home/user/thunderbird-profile.tar.gz", "type": "download", "url": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/thunderbird/dd84e895-72fd-4023-a336-97689ded257c/thunderbird-profile.ta... | {"evaluator_id": "evaluators.linux.thunderbird:ThunderbirdTaskEvaluator", "params": {"osworld_evaluator": {"expected": {"rules": {"expect": {"extensions.activeThemeID": {"method": "re", "ref": "dark"}}}, "type": "rule"}, "func": "check_thunderbird_prefs", "postconfig": [{"parameters": {"by_class": true, "strict": true,... | c1509428a8fc14c4ad518fe6785753520462b50678a39e8777546ffbcaf47ced | Apache-2.0 | |||
linux.thunderbird.oracle.thunderbird_filter_discount_to_promotions | linux | benchmark | true | thunderbird | Oracle sanity task for linux.thunderbird.thunderbird_filter_discount_to_promotions. The initializer already patches the Thunderbird profile to the expected state. Wait briefly and finish. | tasks/linux/oracle/thunderbird_filter_discount_to_promotions_oracle.yaml | initializers.linux.setup:DesktopSetupInitializer | evaluators.linux.thunderbird:ThunderbirdTaskEvaluator | 100 | 120 | ["email", "thunderbird", "hard", "osworld", "oracle"] | Oracle sanity task for linux.thunderbird.thunderbird_filter_discount_to_promotions | {"app": "Thunderbird", "description": "Oracle sanity task for linux.thunderbird.thunderbird_filter_discount_to_promotions", "difficulty": null, "oracle_for": "linux.thunderbird.thunderbird_filter_discount_to_promotions", "tags": ["email", "thunderbird", "hard", "osworld", "oracle"]} | {"initializer_id": "initializers.linux.setup:DesktopSetupInitializer", "params": {"steps": [{"path": "/home/user/thunderbird-profile.tar.gz", "type": "download", "url": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/thunderbird/dd84e895-72fd-4023-a336-97689ded257c/thunderbird-profile.ta... | {"evaluator_id": "evaluators.linux.thunderbird:ThunderbirdTaskEvaluator", "params": {"osworld_evaluator": {"expected": {"rules": {"expect": [{"action": "Move to folder", "actionValue": "mailbox://nobody@Local%20Folders/Promotions", "condition": ["AND (subject,contains,discount)"], "enabled": "yes"}]}, "type": "rule"}, ... | 264abd279371cc9d8fc1060f9fee0474a9beadfd3fbe2374d380e0f4d13a68f5 | Apache-2.0 | |||
linux.thunderbird.oracle.thunderbird_unified_inbox | linux | benchmark | true | thunderbird | Oracle sanity task for linux.thunderbird.thunderbird_unified_inbox. The initializer already patches the Thunderbird profile to the expected state. Wait briefly and finish. | tasks/linux/oracle/thunderbird_unified_inbox_oracle.yaml | initializers.linux.setup:DesktopSetupInitializer | evaluators.linux.thunderbird:ThunderbirdUnifiedInboxEvaluator | 100 | 120 | ["email", "thunderbird", "medium", "osworld", "oracle"] | Oracle sanity task for linux.thunderbird.thunderbird_unified_inbox | {"app": "Thunderbird", "description": "Oracle sanity task for linux.thunderbird.thunderbird_unified_inbox", "difficulty": null, "oracle_for": "linux.thunderbird.thunderbird_unified_inbox", "tags": ["email", "thunderbird", "medium", "osworld", "oracle"]} | {"initializer_id": "initializers.linux.setup:DesktopSetupInitializer", "params": {"steps": [{"path": "/home/user/thunderbird-profile.tar.gz", "type": "download", "url": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/thunderbird/dd84e895-72fd-4023-a336-97689ded257c/thunderbird-profile.ta... | {"evaluator_id": "evaluators.linux.thunderbird:ThunderbirdUnifiedInboxEvaluator", "params": {"profile_dir": "/home/user/.thunderbird/t5q2a5hp.default-release"}} | cbe017576547fc2a3eff4173ba5b56739ef3efc7e1bfb3058eb2922443c9eb64 | Apache-2.0 | |||
linux.vscode.oracle.apply_theme_ticket | linux | benchmark | true | hard | vscode | Oracle sanity task for linux.vscode.apply_theme_ticket. The initializer already writes the expected workspace files. Wait briefly and finish. | tasks/linux/oracle/vscode_apply_theme_ticket_oracle.yaml | initializers.linux.notepadqq:NotepadqqInitializer | evaluators.linux.vscode:VSCodeWorkspaceEvaluator | 100 | 120 | ["linux", "gui", "gedit", "editor", "html", "css", "json", "hard", "oracle"] | Oracle sanity task for linux.vscode.apply_theme_ticket | {"app": "VS Code", "description": "Oracle sanity task for linux.vscode.apply_theme_ticket", "difficulty": "hard", "oracle_for": "linux.vscode.apply_theme_ticket", "tags": ["linux", "gui", "gedit", "editor", "html", "css", "json", "hard", "oracle"]} | {"initializer_id": "initializers.linux.notepadqq:NotepadqqInitializer", "params": {"app_command": "gedit", "files": [{"content": "<header class=\"app-header\">\n <h1>Harbor Ops Console</h1>\n <span class=\"status-badge\">Ready for QA</span>\n <button class=\"shortcut-button\">Open Runbook</button>\n</header>\n", "pa... | {"evaluator_id": "evaluators.linux.vscode:VSCodeWorkspaceEvaluator", "params": {"files": [{"equals": "<header class=\"app-header\">\n <h1>Harbor Ops Console</h1>\n <span class=\"status-badge\">Ready for QA</span>\n <button class=\"shortcut-button\">Open Runbook</button>\n</header>\n", "path": "web/src/header.html"},... | c0d431903132f4c256f60932981bd944ad8581c580477d7afc832a5fb76fa778 | Apache-2.0 | ||
linux.vscode.oracle.prepare_release_packet | linux | benchmark | true | hard | vscode | Oracle sanity task for linux.vscode.prepare_release_packet. The initializer already writes the expected workspace files. Wait briefly and finish. | tasks/linux/oracle/vscode_prepare_release_packet_oracle.yaml | initializers.linux.notepadqq:NotepadqqInitializer | evaluators.linux.vscode:VSCodeWorkspaceEvaluator | 100 | 120 | ["linux", "gui", "gedit", "editor", "json", "markdown", "hard", "oracle"] | Oracle sanity task for linux.vscode.prepare_release_packet | {"app": "VS Code", "description": "Oracle sanity task for linux.vscode.prepare_release_packet", "difficulty": "hard", "oracle_for": "linux.vscode.prepare_release_packet", "tags": ["linux", "gui", "gedit", "editor", "json", "markdown", "hard", "oracle"]} | {"initializer_id": "initializers.linux.notepadqq:NotepadqqInitializer", "params": {"app_command": "gedit", "files": [{"content": "{\n \"version\": \"2.7.4\",\n \"owner\": \"Priya Nair\",\n \"qaStatus\": \"Ready for verification\",\n \"rolloutDate\": \"2026-05-02\",\n \"featureFlags\": [\n \"fast-sync\",\n \"... | {"evaluator_id": "evaluators.linux.vscode:VSCodeWorkspaceEvaluator", "params": {"files": [{"json": {"featureFlags": ["fast-sync", "side-panel", "share-sheet"], "owner": "Priya Nair", "qaStatus": "Ready for verification", "rolloutDate": "2026-05-02", "version": "2.7.4"}, "path": "config/release-plan.json"}, {"equals": "... | e88eede2101f19f0fd42a1db8153b799b15c8fe66e81d93d35edd322c4513fd3 | Apache-2.0 | ||
linux.vscode.oracle.update_heading | linux | benchmark | true | easy | vscode | Oracle sanity task for linux.vscode.update_heading. The initializer already writes the expected workspace files. Wait briefly and finish. | tasks/linux/oracle/vscode_update_heading_oracle.yaml | initializers.linux.notepadqq:NotepadqqInitializer | evaluators.linux.vscode:VSCodeWorkspaceEvaluator | 100 | 120 | ["linux", "gui", "gedit", "editor", "markdown", "easy", "oracle"] | Oracle sanity task for linux.vscode.update_heading | {"app": "VS Code", "description": "Oracle sanity task for linux.vscode.update_heading", "difficulty": "easy", "oracle_for": "linux.vscode.update_heading", "tags": ["linux", "gui", "gedit", "editor", "markdown", "easy", "oracle"]} | {"initializer_id": "initializers.linux.notepadqq:NotepadqqInitializer", "params": {"app_command": "gedit", "files": [{"content": "# Launch Checklist\n\n- Confirm the release candidate is mirrored.\n- Verify the support inbox is empty.\n", "path": "notes/daily-brief.md"}], "open_files": ["notes/daily-brief.md"], "worksp... | {"evaluator_id": "evaluators.linux.vscode:VSCodeWorkspaceEvaluator", "params": {"files": [{"equals": "# Launch Checklist\n\n- Confirm the release candidate is mirrored.\n- Verify the support inbox is empty.\n", "path": "notes/daily-brief.md"}], "workspace_path": "/tmp/helloworld_vscode_workspace/vscode_heading"}} | 490a17d605966e46077a901e8b06414df4b164ceaff97ace67c46e3e7c789461 | Apache-2.0 | ||
linux.wireshark.oracle.export_dns | linux | benchmark | true | easy | wireshark | In Wireshark, open the seeded retail capture and apply the display filter dns. Export the displayed packets to /tmp/helloworld_wireshark/dns_only.pcapng as a pcapng file. Stop after the export is saved. | tasks/linux/oracle/wireshark_export_dns_oracle.yaml | initializers.linux.wireshark:WiresharkInitializer | evaluators.linux.wireshark:WiresharkArtifactEvaluator | 100 | 120 | ["linux", "gui", "wireshark", "network", "filter", "oracle"] | Oracle sanity task for linux.wireshark.export_dns. | {"app": "Wireshark", "description": "Oracle sanity task for linux.wireshark.export_dns.", "difficulty": "easy", "oracle_for": "linux.wireshark.export_dns", "tags": ["linux", "gui", "wireshark", "network", "filter", "oracle"]} | {"initializer_id": "initializers.linux.wireshark:WiresharkInitializer", "params": {"app_command": "wireshark", "capture_name": "retail_mix.pcapng", "capture_template": "retail_mix", "workspace_root": "/tmp/helloworld_wireshark"}} | {"evaluator_id": "evaluators.linux.wireshark:WiresharkArtifactEvaluator", "params": {"artifacts": [{"all_match_filter": "dns", "kind": "pcap", "packet_count": 4, "path": "/tmp/helloworld_wireshark/dns_only.pcapng"}]}} | 1931296a78e4b5a9debb871d147c84c72475879bdcc9811382a78cf5e50eb90a | Apache-2.0 | ||
linux.wireshark.oracle.export_link_and_syn_bundle | linux | benchmark | true | hard | wireshark | In Wireshark, use the seeded retail capture to create nine filtered exports. Export all displayed ARP packets to /tmp/helloworld_wireshark/arp_only.pcapng. Export all displayed ICMP packets to /tmp/helloworld_wireshark/icmp_only.pcapng. Export all displayed TCP SYN packets where the SYN flag is set and ACK is not set t... | tasks/linux/oracle/wireshark_export_link_and_syn_bundle_oracle.yaml | initializers.linux.wireshark:WiresharkInitializer | evaluators.linux.wireshark:WiresharkArtifactEvaluator | 100 | 120 | ["linux", "gui", "wireshark", "network", "filter", "export", "oracle"] | Oracle sanity task for linux.wireshark.export_link_and_syn_bundle with nine filtered exports. | {"app": "Wireshark", "description": "Oracle sanity task for linux.wireshark.export_link_and_syn_bundle with nine filtered exports.", "difficulty": "hard", "oracle_for": "linux.wireshark.export_link_and_syn_bundle", "tags": ["linux", "gui", "wireshark", "network", "filter", "export", "oracle"]} | {"initializer_id": "initializers.linux.wireshark:WiresharkInitializer", "params": {"app_command": "wireshark", "capture_name": "retail_mix.pcapng", "capture_template": "retail_mix", "workspace_root": "/tmp/helloworld_wireshark"}} | {"evaluator_id": "evaluators.linux.wireshark:WiresharkArtifactEvaluator", "params": {"artifacts": [{"all_match_filter": "arp", "kind": "pcap", "packet_count": 2, "path": "/tmp/helloworld_wireshark/arp_only.pcapng"}, {"all_match_filter": "icmp", "kind": "pcap", "packet_count": 2, "path": "/tmp/helloworld_wireshark/icmp_... | 8390dae4897c6885f97b95fa83edc8b5d8d3e8641b2b42bb63a7596dff1d092b | Apache-2.0 | ||
linux.wireshark.oracle.export_protocol_bundle | linux | benchmark | true | hard | wireshark | In Wireshark, use the seeded retail capture to create thirteen filtered exports. First export all displayed DNS packets to /tmp/helloworld_wireshark/dns_only.pcapng. Then export all displayed ICMP packets to /tmp/helloworld_wireshark/icmp_only.pcapng. Then export all displayed HTTP request packets to /tmp/helloworld_wi... | tasks/linux/oracle/wireshark_export_protocol_bundle_oracle.yaml | initializers.linux.wireshark:WiresharkInitializer | evaluators.linux.wireshark:WiresharkArtifactEvaluator | 100 | 120 | ["linux", "gui", "wireshark", "network", "filter", "export", "oracle"] | Oracle sanity task for linux.wireshark.export_protocol_bundle with thirteen filtered exports. | {"app": "Wireshark", "description": "Oracle sanity task for linux.wireshark.export_protocol_bundle with thirteen filtered exports.", "difficulty": "hard", "oracle_for": "linux.wireshark.export_protocol_bundle", "tags": ["linux", "gui", "wireshark", "network", "filter", "export", "oracle"]} | {"initializer_id": "initializers.linux.wireshark:WiresharkInitializer", "params": {"app_command": "wireshark", "capture_name": "retail_mix.pcapng", "capture_template": "retail_mix", "workspace_root": "/tmp/helloworld_wireshark"}} | {"evaluator_id": "evaluators.linux.wireshark:WiresharkArtifactEvaluator", "params": {"artifacts": [{"all_match_filter": "dns", "kind": "pcap", "packet_count": 4, "path": "/tmp/helloworld_wireshark/dns_only.pcapng"}, {"all_match_filter": "icmp", "kind": "pcap", "packet_count": 2, "path": "/tmp/helloworld_wireshark/icmp_... | 35c218671554ef4e06bafc2fd16df563500f657d57c7d834ea94d641b5257734 | Apache-2.0 | ||
linux.writer.oracle.add_reference_cross_reference | linux | benchmark | true | hard | writer | Oracle sanity task for linux.writer.add_reference_cross_reference. The initializer already opens the expected document state. Wait briefly and finish. | tasks/linux/oracle/writer_add_reference_cross_reference_oracle.yaml | initializers.linux.office_setup:LinuxOfficeSetupInitializer | evaluators.linux.docx_compare:DocxCompareEvaluator | 100 | 120 | ["linux", "gui", "libreoffice", "writer", "docx", "reference", "cross-reference", "hard", "oracle"] | Oracle sanity task for linux.writer.add_reference_cross_reference. | {"app": "LibreOffice Writer", "description": "Oracle sanity task for linux.writer.add_reference_cross_reference.", "difficulty": "hard", "oracle_for": "linux.writer.add_reference_cross_reference", "tags": ["linux", "gui", "libreoffice", "writer", "docx", "reference", "cross-reference", "hard", "oracle"]} | {"initializer_id": "initializers.linux.office_setup:LinuxOfficeSetupInitializer", "params": {"open_documents_after_download": ["/tmp/helloworld_office/writer_adf5e2c3_actual.docx"], "open_documents_wait_seconds": 6, "remote_tool_dir": "~", "seed_downloads": [{"path": "/tmp/helloworld_office/writer_adf5e2c3_actual.docx"... | {"evaluator_id": "evaluators.linux.docx_compare:DocxCompareEvaluator", "params": {"actual_path": "/tmp/helloworld_office/writer_adf5e2c3_actual.docx", "expected_path": "/tmp/helloworld_office/writer_adf5e2c3_expected.docx", "options": {"examine_alignment": false, "examine_strike_through": false, "examine_text": true}}} | fc4dbd569fe1f3f1163554121ffdfa32690bfd7ab27c7b83385a2637882e2121 | Apache-2.0 | ||
linux.writer.oracle.deduplicate_train_records | linux | benchmark | true | hard | writer | Oracle sanity task for linux.writer.deduplicate_train_records. The initializer already opens the expected document state. Wait briefly and finish. | tasks/linux/oracle/writer_deduplicate_train_records_oracle.yaml | initializers.linux.office_setup:LinuxOfficeSetupInitializer | evaluators.linux.docx_compare:DocxCompareEvaluator | 100 | 120 | ["linux", "gui", "libreoffice", "writer", "docx", "deduplication", "data-cleanup", "hard", "oracle"] | Oracle sanity task for linux.writer.deduplicate_train_records. | {"app": "LibreOffice Writer", "description": "Oracle sanity task for linux.writer.deduplicate_train_records.", "difficulty": "hard", "oracle_for": "linux.writer.deduplicate_train_records", "tags": ["linux", "gui", "libreoffice", "writer", "docx", "deduplication", "data-cleanup", "hard", "oracle"]} | {"initializer_id": "initializers.linux.office_setup:LinuxOfficeSetupInitializer", "params": {"open_documents_after_download": ["/tmp/helloworld_office/writer_6f81754e_actual.docx"], "open_documents_wait_seconds": 6, "remote_tool_dir": "~", "seed_downloads": [{"path": "/tmp/helloworld_office/writer_6f81754e_actual.docx"... | {"evaluator_id": "evaluators.linux.docx_compare:DocxCompareEvaluator", "params": {"actual_path": "/tmp/helloworld_office/writer_6f81754e_actual.docx", "expected_path": "/tmp/helloworld_office/writer_6f81754e_expected.docx", "options": {"examine_alignment": false, "examine_strike_through": false, "examine_text": true}}} | 312fd3b38f88337d3405ebfc70512d23238c7996824a2324d1299814f3de0567 | Apache-2.0 | ||
linux.writer.oracle.h2o_subscript | linux | benchmark | true | easy | writer | Oracle sanity task for linux.writer.h2o_subscript. The initializer already opens the expected document state. Wait briefly and finish. | tasks/linux/oracle/writer_h2o_subscript_oracle.yaml | initializers.linux.office_setup:LinuxOfficeSetupInitializer | evaluators.linux.docx_compare:DocxCompareEvaluator | 100 | 120 | ["linux", "gui", "libreoffice", "writer", "docx", "subscript", "easy", "oracle"] | Oracle sanity task for linux.writer.h2o_subscript. | {"app": "LibreOffice Writer", "description": "Oracle sanity task for linux.writer.h2o_subscript.", "difficulty": "easy", "oracle_for": "linux.writer.h2o_subscript", "tags": ["linux", "gui", "libreoffice", "writer", "docx", "subscript", "easy", "oracle"]} | {"initializer_id": "initializers.linux.office_setup:LinuxOfficeSetupInitializer", "params": {"open_documents_after_download": ["/tmp/helloworld_office/writer_0b17a146_actual.docx"], "open_documents_wait_seconds": 6, "remote_tool_dir": "~", "seed_downloads": [{"path": "/tmp/helloworld_office/writer_0b17a146_actual.docx"... | {"evaluator_id": "evaluators.linux.docx_compare:DocxCompareEvaluator", "params": {"actual_path": "/tmp/helloworld_office/writer_0b17a146_actual.docx", "expected_path": "/tmp/helloworld_office/writer_0b17a146_expected.docx", "options": {"examine_alignment": false, "examine_strike_through": false, "examine_text": true}}} | 1f4c64b7620b61fec41bafe3eb6714d6a6035f0567cf83babaf15d521057c8a3 | Apache-2.0 | ||
linux.zotero.oracle.reading_queue_book | linux | benchmark | true | zotero | Oracle sanity task for linux.zotero.reading_queue_book. The initializer opens a clean Zotero library, and the oracle writes the expected library state directly into Zotero's SQLite database.
| tasks/linux/oracle/zotero_reading_queue_book_oracle.yaml | initializers.linux.setup:DesktopSetupInitializer | evaluators.linux.zotero:ZoteroLibraryEvaluator | 100 | 120 | ["linux", "gui", "zotero", "collection", "book", "easy", "oracle"] | Oracle sanity task for linux.zotero.reading_queue_book. | {"app": "Zotero", "description": "Oracle sanity task for linux.zotero.reading_queue_book.", "difficulty": null, "oracle_for": "linux.zotero.reading_queue_book", "tags": ["linux", "gui", "zotero", "collection", "book", "easy", "oracle"]} | {"initializer_id": "initializers.linux.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "set -e\nexport HOME=/home/user\nexport PATH=\"$HOME/.local/bin:$PATH\"\nmkdir -p \"$HOME/Applications\" \"$HOME/.local/share/applications\" \"$HOME/.local/bin\" \"$HOME/Downloads\"\npkill -x zotero >/dev/null 2>&1 ||... | {"evaluator_id": "evaluators.linux.zotero:ZoteroLibraryEvaluator", "params": {"db_path": "/home/user/Zotero/zotero.sqlite", "required_collections": ["Reading Queue"], "required_items": [{"collections": ["Reading Queue"], "title": "Clean Code"}]}} | b30c3372b8406bc1fac6891b61b85c29f165892f70107fd90b4e2e2979f7f3c8 | Apache-2.0 | |||
linux.zotero.oracle.reference_library_buildout | linux | benchmark | true | hard | zotero | Oracle sanity task for linux.zotero.reference_library_buildout. The initializer opens a clean Zotero library, and the oracle writes the expected library state directly into Zotero's SQLite database.
| tasks/linux/oracle/zotero_reference_library_buildout_oracle.yaml | initializers.linux.setup:DesktopSetupInitializer | evaluators.linux.zotero:ZoteroLibraryEvaluator | 100 | 120 | ["linux", "gui", "zotero", "multi_collection", "multi_item", "hard", "oracle"] | Oracle sanity task for linux.zotero.reference_library_buildout. | {"app": "Zotero", "description": "Oracle sanity task for linux.zotero.reference_library_buildout.", "difficulty": "hard", "oracle_for": "linux.zotero.reference_library_buildout", "tags": ["linux", "gui", "zotero", "multi_collection", "multi_item", "hard", "oracle"]} | {"initializer_id": "initializers.linux.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "set -e\nexport HOME=/home/user\nexport PATH=\"$HOME/.local/bin:$PATH\"\nmkdir -p \"$HOME/Applications\" \"$HOME/.local/share/applications\" \"$HOME/.local/bin\" \"$HOME/Downloads\"\npkill -x zotero >/dev/null 2>&1 ||... | {"evaluator_id": "evaluators.linux.zotero:ZoteroLibraryEvaluator", "params": {"db_path": "/home/user/Zotero/zotero.sqlite", "required_collections": ["Reference Shelf", "AI Papers", "Project Notes", "Implementation Queue", "Review Board", "Evidence Queue", "Operations Reading", "Security Review", "Reproducibility Queue"... | e26049f0df89357fa575dda588d619e67bc6174e6167b5b4ad88e2879685aab9 | Apache-2.0 | ||
linux.zotero.oracle.research_collection_with_notes | linux | benchmark | true | hard | zotero | Oracle sanity task for linux.zotero.research_collection_with_notes. The initializer opens a clean Zotero library, and the oracle writes the expected library state directly into Zotero's SQLite database.
| tasks/linux/oracle/zotero_research_collection_with_notes_oracle.yaml | initializers.linux.setup:DesktopSetupInitializer | evaluators.linux.zotero:ZoteroLibraryEvaluator | 100 | 120 | ["linux", "gui", "zotero", "collection", "tag", "note", "hard", "oracle"] | Oracle sanity task for linux.zotero.research_collection_with_notes. | {"app": "Zotero", "description": "Oracle sanity task for linux.zotero.research_collection_with_notes.", "difficulty": "hard", "oracle_for": "linux.zotero.research_collection_with_notes", "tags": ["linux", "gui", "zotero", "collection", "tag", "note", "hard", "oracle"]} | {"initializer_id": "initializers.linux.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "set -e\nexport HOME=/home/user\nexport PATH=\"$HOME/.local/bin:$PATH\"\nmkdir -p \"$HOME/Applications\" \"$HOME/.local/share/applications\" \"$HOME/.local/bin\" \"$HOME/Downloads\"\npkill -x zotero >/dev/null 2>&1 ||... | {"evaluator_id": "evaluators.linux.zotero:ZoteroLibraryEvaluator", "params": {"db_path": "/home/user/Zotero/zotero.sqlite", "required_collections": ["Research", "Reading Notes", "Methods Queue", "Reading Backlog", "Seminar Queue", "Replication Queue", "Survey Queue", "Optimization Queue", "Systems Queue", "Theory Queue... | c8be276b2af67438a6318225e610cce8135f6bc64d6a4380afd02bfbb355e0ab | Apache-2.0 | ||
linux.quickshop.add_headphones_to_cart | linux | benchmark | false | hard | quickshop | In QuickShop, sign in with phone number 13800138000 and password spring2026. Build a six-item cart in this exact order. Before adding each item, go back to the catalog and use the required search/category/sort combination: 1. Verdant Pro Noise-Canceling Headphones, search "Verdant Pro Noise-Canceling Headphones", Elect... | tasks/linux/quickshop_add_headphones_to_cart_hard.yaml | initializers.linux.quickshop:QuickShopInitializer | evaluators.linux.quickshop:QuickShopApiEvaluator | 100 | 120 | ["linux", "gui", "shopping", "quickshop", "cart", "hard"] | Sign in, repeatedly locate six products through catalog operations, and complete a near-50-step ordered cart quantity review. | tasks/linux/oracle/quickshop_add_headphones_to_cart_oracle.yaml | quickshop_oracle | {"description": "Sign in, repeatedly locate six products through catalog operations, and complete a near-50-step ordered cart quantity review.", "difficulty": "hard", "oracle_model": "quickshop_oracle", "oracle_task": "tasks/linux/oracle/quickshop_add_headphones_to_cart_oracle.yaml", "tags": ["linux", "gui", "shopping"... | {"initializer_id": "initializers.linux.quickshop:QuickShopInitializer", "params": {"app_command": "quickshop", "benchmark_mode": "linux.quickshop.add_headphones_to_cart", "require_benchmark_api": true}} | {"evaluator_id": "evaluators.linux.quickshop:QuickShopApiEvaluator", "params": {"benchmark_event_sequence": [{"match": {"category": "Electronics", "query": "verdant pro noise-canceling headphones", "sort": "priceDesc"}, "type": "catalog_view"}, {"match": {"productId": "p1001"}, "type": "cart_item_added"}, {"match": {"c... | b16c1f6c30639155f197922dbcae8a410ba070a421ab05241f7000dcb68616dd | Apache-2.0 |
linux.quickshop.checkout_coffee | linux | benchmark | false | hard | quickshop | In QuickShop, sign in with phone number 13800138000 and password spring2026. Build a six-item checkout cart in this exact order. Before adding each product, return to the catalog and use the listed search/category/sort combination: Verdant Pro Noise-Canceling Headphones with search "Verdant Pro Noise-Canceling Headphon... | tasks/linux/quickshop_checkout_coffee_hard.yaml | initializers.linux.quickshop:QuickShopInitializer | evaluators.linux.quickshop:QuickShopApiEvaluator | 100 | 120 | ["linux", "gui", "shopping", "quickshop", "checkout", "hard"] | Sign in, locate six products, complete a long cart review, perform repeated checkout address/payment switches, and submit the final Office/WeChat order. | tasks/linux/oracle/quickshop_checkout_coffee_oracle.yaml | quickshop_oracle | {"description": "Sign in, locate six products, complete a long cart review, perform repeated checkout address/payment switches, and submit the final Office/WeChat order.", "difficulty": "hard", "oracle_model": "quickshop_oracle", "oracle_task": "tasks/linux/oracle/quickshop_checkout_coffee_oracle.yaml", "tags": ["linux... | {"initializer_id": "initializers.linux.quickshop:QuickShopInitializer", "params": {"app_command": "quickshop", "benchmark_mode": "linux.quickshop.checkout_coffee", "require_benchmark_api": true}} | {"evaluator_id": "evaluators.linux.quickshop:QuickShopApiEvaluator", "params": {"benchmark_event_sequence": [{"match": {"category": "Electronics", "query": "verdant pro noise-canceling headphones", "sort": "priceDesc"}, "type": "catalog_view"}, {"match": {"productId": "p1001"}, "type": "cart_item_added"}, {"match": {"c... | 5eb8f79bd43f7a303990f5201e0b5645c918b3e36e4c88400c582395fb91183b | Apache-2.0 |
linux.quickshop.login | linux | benchmark | false | easy | quickshop | Open QuickShop and sign in with phone number 13800138000 and password spring2026. After signing in, build a two-item starter cart. First return to the catalog, search "Mountain Isle Pour-Over Coffee", choose Grocery and Price Low to High, open Mountain Isle Pour-Over Coffee 20 Pack, select the 20 sachets option, and ad... | tasks/linux/quickshop_login_easy.yaml | initializers.linux.quickshop:QuickShopInitializer | evaluators.linux.quickshop:QuickShopApiEvaluator | 100 | 120 | ["linux", "gui", "shopping", "quickshop", "login", "easy"] | Sign in, locate two products through catalog searches, and complete a short cart quantity review ending with two quantity-one items. | tasks/linux/oracle/quickshop_login_oracle.yaml | quickshop_oracle | {"description": "Sign in, locate two products through catalog searches, and complete a short cart quantity review ending with two quantity-one items.", "difficulty": "easy", "oracle_model": "quickshop_oracle", "oracle_task": "tasks/linux/oracle/quickshop_login_oracle.yaml", "tags": ["linux", "gui", "shopping", "quicksh... | {"initializer_id": "initializers.linux.quickshop:QuickShopInitializer", "params": {"app_command": "quickshop", "benchmark_mode": "linux.quickshop.login", "require_benchmark_api": true}} | {"evaluator_id": "evaluators.linux.quickshop:QuickShopApiEvaluator", "params": {"benchmark_event_sequence": [{"match": {"category": "Grocery", "query": "mountain isle pour-over coffee", "sort": "priceAsc"}, "type": "catalog_view"}, {"match": {"productId": "p1005"}, "type": "cart_item_added"}, {"match": {"category": "El... | 66619a4a02d07ac85cffaec2125ff292fee0c6c3118afaf7b4294fdd6b480953 | Apache-2.0 |
linux.spotube.import_city_weather_mix | linux | benchmark | false | hard | spotube | In Rhythmbox, import the folder Music > BenchVault > Archive Shelf > April Samples > City Weather Mix. Two similarly named distractor folders also exist elsewhere in Music, and more than one of them contains a city_rain track. The target folder also contains a Reference Takes subfolder with its own city_rain file, plus... | tasks/linux/spotube_import_city_weather_mix_hard.yaml | initializers.linux.spotube:SpotubeInitializer | evaluators.linux.spotube:SpotubeStateEvaluator | 100 | 120 | ["linux", "gui", "music", "rhythmbox", "local-library", "hard"] | Import a deeply nested local music folder in Rhythmbox, avoid multiple same-name and nested distractor libraries, search for city_rain, and play the correct top-level file. | tasks/linux/oracle/spotube_import_city_weather_mix_oracle.yaml | linux_oracle_wait | {"app": "Rhythmbox", "description": "Import a deeply nested local music folder in Rhythmbox, avoid multiple same-name and nested distractor libraries, search for city_rain, and play the correct top-level file.", "difficulty": "hard", "oracle_model": "linux_oracle_wait", "oracle_task": "tasks/linux/oracle/spotube_import... | {"initializer_id": "initializers.linux.spotube:SpotubeInitializer", "params": {"app_command": "rhythmbox", "libraries": [{"root_segments": ["BenchVault", "Archive Shelf", "April Samples", "City Weather Mix"], "tracks": [{"frequency_hz": 260.0, "name": "avenue_mist"}, {"frequency_hz": 290.0, "name": "bus_window"}, {"fre... | {"evaluator_id": "evaluators.linux.spotube:SpotubeStateEvaluator", "params": {"state": {"current_track_name": "city_rain", "current_track_path": "/home/user/Music/BenchVault/Archive Shelf/April Samples/City Weather Mix/city_rain.wav", "playing": true}}} | c046eea2639709d8d919a84a699ede330dc84f3c9995f9ecc3a6bbc82292a3a9 | Apache-2.0 |
linux.spotube.import_focus_capsule | linux | benchmark | false | hard | spotube | In Rhythmbox, import the folder Music > Workbench > Reference Sets > Night Shift > Focus Capsule. Two similarly named distractor folders also exist elsewhere in Music, and more than one of them contains a midnight_loop track. The target folder also contains a Review Clips subfolder with its own midnight_loop and midnig... | tasks/linux/spotube_import_focus_capsule_hard.yaml | initializers.linux.spotube:SpotubeInitializer | evaluators.linux.spotube:SpotubeStateEvaluator | 100 | 120 | ["linux", "gui", "music", "rhythmbox", "local-library", "hard"] | Import a nested Focus Capsule local library in Rhythmbox, avoid multiple same-name and nested distractor libraries, search for midnight_loop_take2, and play the correct top-level Reference Sets file. | tasks/linux/oracle/spotube_import_focus_capsule_oracle.yaml | linux_oracle_wait | {"app": "Rhythmbox", "description": "Import a nested Focus Capsule local library in Rhythmbox, avoid multiple same-name and nested distractor libraries, search for midnight_loop_take2, and play the correct top-level Reference Sets file.", "difficulty": "hard", "oracle_model": "linux_oracle_wait", "oracle_task": "tasks/... | {"initializer_id": "initializers.linux.spotube:SpotubeInitializer", "params": {"app_command": "rhythmbox", "libraries": [{"root_segments": ["Workbench", "Reference Sets", "Night Shift", "Focus Capsule"], "tracks": [{"frequency_hz": 255.0, "name": "afterhours_note"}, {"frequency_hz": 285.0, "name": "cable_hum"}, {"frequ... | {"evaluator_id": "evaluators.linux.spotube:SpotubeStateEvaluator", "params": {"state": {"current_track_name": "midnight_loop_take2", "current_track_path": "/home/user/Music/Workbench/Reference Sets/Night Shift/Focus Capsule/midnight_loop_take2.wav", "playing": true}}} | 0aec77f1ef5f435aaed49a965d449838e75223de724c8568df0f49a2f1ba6d07 | Apache-2.0 |
linux.spotube.set_market_algeria | linux | benchmark | false | easy | spotube | In Rhythmbox, import the folder Music > BenchVault > North Africa Sampler > Sahara Set. Use search to find sahara_dawn and play sahara_dawn. | tasks/linux/spotube_set_market_algeria_easy.yaml | initializers.linux.spotube:SpotubeInitializer | evaluators.linux.spotube:SpotubeStateEvaluator | 100 | 120 | ["linux", "gui", "music", "rhythmbox", "local-library", "easy"] | Import a small Rhythmbox library, search for sahara_dawn, and start playback. | tasks/linux/oracle/spotube_set_market_algeria_oracle.yaml | linux_oracle_wait | {"app": "Rhythmbox", "description": "Import a small Rhythmbox library, search for sahara_dawn, and start playback.", "difficulty": "easy", "oracle_model": "linux_oracle_wait", "oracle_task": "tasks/linux/oracle/spotube_set_market_algeria_oracle.yaml", "tags": ["linux", "gui", "music", "rhythmbox", "local-library", "eas... | {"initializer_id": "initializers.linux.spotube:SpotubeInitializer", "params": {"app_command": "rhythmbox", "libraries": [{"root_segments": ["BenchVault", "North Africa Sampler", "Sahara Set"], "tracks": [{"frequency_hz": 265.0, "name": "atlas_night"}, {"frequency_hz": 305.0, "name": "desert_bus"}, {"frequency_hz": 345.... | {"evaluator_id": "evaluators.linux.spotube:SpotubeStateEvaluator", "params": {"state": {"current_track_name": "sahara_dawn", "playing": true}}} | af9f8d352482deeba858782ccf954621bdce9b3f6aab64a8640756519f535ef3 | Apache-2.0 |
linux.thunderbird_calendar.build_recurring_release_plan_hard | linux | benchmark | false | hard | thunderbird_calendar | Thunderbird is already open in Calendar view. Create a recurring event called "Weekly Release Triage" every Tuesday at 9:15 AM for 45 minutes with a reminder 15 minutes before the event. Also create "QA Sign-off" for next Thursday at 11:00 AM for 30 minutes and "Launch Readiness Review" for next Friday at 4:00 PM for 1... | tasks/linux/thunderbird_calendar_build_recurring_release_plan_hard.yaml | initializers.linux.setup:DesktopSetupInitializer | evaluators.linux.thunderbird_calendar:ThunderbirdCalendarEvaluator | 100 | 120 | ["linux", "thunderbird", "calendar", "recurring", "hard"] | Create a recurring release meeting and two additional planning events in Thunderbird Calendar. | tasks/linux/oracle/thunderbird_calendar_build_recurring_release_plan_hard_oracle.yaml | linux_oracle_wait | {"app_name": "thunderbird_calendar", "description": "Create a recurring release meeting and two additional planning events in Thunderbird Calendar.", "difficulty": "hard", "oracle_model": "linux_oracle_wait", "oracle_task": "tasks/linux/oracle/thunderbird_calendar_build_recurring_release_plan_hard_oracle.yaml", "tags":... | {"initializer_id": "initializers.linux.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "pkill -f thunderbird || true\n", "timeout": 120, "type": "run_bash"}, {"ms": 1200, "type": "wait"}, {"path": "/home/user/thunderbird-profile.tar.gz", "type": "download", "url": "https://huggingface.co/datasets/xlanga... | {"evaluator_id": "evaluators.linux.thunderbird_calendar:ThunderbirdCalendarEvaluator", "params": {"event_expectations": {"Launch Readiness Review": {"duration_minutes": 60, "relative_day": "next_week", "start_time": "16:00", "weekday": "friday"}, "QA Sign-off": {"duration_minutes": 30, "relative_day": "next_week", "sta... | a83899b5fc33ab093116aa7360da82bdb410ad09cd7ad31035d8e878155ba3b1 | Apache-2.0 |
linux.thunderbird_calendar.create_vendor_followup_easy | linux | benchmark | false | easy | thunderbird_calendar | Thunderbird is already open in Calendar view. Create a new event titled "Vendor Follow-up" for tomorrow at 3:00 PM. Make it last 45 minutes, then save it.
| tasks/linux/thunderbird_calendar_create_vendor_followup_easy.yaml | initializers.linux.setup:DesktopSetupInitializer | evaluators.linux.thunderbird_calendar:ThunderbirdCalendarEvaluator | 100 | 120 | ["linux", "thunderbird", "calendar", "easy"] | Create a single follow-up event in Thunderbird Calendar for tomorrow afternoon. | tasks/linux/oracle/thunderbird_calendar_create_vendor_followup_easy_oracle.yaml | linux_oracle_wait | {"app_name": "thunderbird_calendar", "description": "Create a single follow-up event in Thunderbird Calendar for tomorrow afternoon.", "difficulty": "easy", "oracle_model": "linux_oracle_wait", "oracle_task": "tasks/linux/oracle/thunderbird_calendar_create_vendor_followup_easy_oracle.yaml", "tags": ["linux", "thunderbi... | {"initializer_id": "initializers.linux.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "pkill -f thunderbird || true\n", "timeout": 120, "type": "run_bash"}, {"ms": 1200, "type": "wait"}, {"path": "/home/user/thunderbird-profile.tar.gz", "type": "download", "url": "https://huggingface.co/datasets/xlanga... | {"evaluator_id": "evaluators.linux.thunderbird_calendar:ThunderbirdCalendarEvaluator", "params": {"event_expectations": {"Vendor Follow-up": {"duration_minutes": 45, "relative_day": "tomorrow", "start_time": "15:00"}}, "profile_dir": "/home/user/.thunderbird/t5q2a5hp.default-release", "required_titles": ["Vendor Follow... | 02c66087a1ea130aa247e1728c9b51df697354a9b2891ea30acd7e19c3a2281f | Apache-2.0 |
linux.thunderbird_calendar.plan_next_week_reviews_hard | linux | benchmark | false | hard | thunderbird_calendar | Thunderbird is already open in Calendar view. Create these five events for next week and save all of them: "Design Review" on Monday at 10:00 AM for 1 hour, "Backlog Triage" on Tuesday at 9:15 AM for 45 minutes with a reminder 15 minutes before the event, "Sprint Planning" on Wednesday at 1:30 PM for 1 hour, "Launch De... | tasks/linux/thunderbird_calendar_plan_next_week_reviews_hard.yaml | initializers.linux.setup:DesktopSetupInitializer | evaluators.linux.thunderbird_calendar:ThunderbirdCalendarEvaluator | 100 | 120 | ["linux", "thunderbird", "calendar", "hard"] | Build a nine-event review schedule for next week in Thunderbird Calendar with mixed durations, reminders, and two weekly recurring events. | tasks/linux/oracle/thunderbird_calendar_plan_next_week_reviews_hard_oracle.yaml | linux_oracle_wait | {"app_name": "thunderbird_calendar", "description": "Build a nine-event review schedule for next week in Thunderbird Calendar with mixed durations, reminders, and two weekly recurring events.", "difficulty": "hard", "oracle_model": "linux_oracle_wait", "oracle_task": "tasks/linux/oracle/thunderbird_calendar_plan_next_w... | {"initializer_id": "initializers.linux.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "pkill -f thunderbird || true\n", "timeout": 120, "type": "run_bash"}, {"ms": 1200, "type": "wait"}, {"path": "/home/user/thunderbird-profile.tar.gz", "type": "download", "url": "https://huggingface.co/datasets/xlanga... | {"evaluator_id": "evaluators.linux.thunderbird_calendar:ThunderbirdCalendarEvaluator", "params": {"event_expectations": {"Backlog Triage": {"alarm_keywords": ["-pt15m"], "duration_minutes": 45, "relative_day": "next_week", "start_time": "09:15", "weekday": "tuesday"}, "Design Review": {"duration_minutes": 60, "relative... | 2f930e655b4101f4207fac5124532fd2e5766c153ac1cfcdb29367c62366e929 | Apache-2.0 |
linux.thunderbird.thunderbird_enable_dark_mode | linux | benchmark | false | easy | thunderbird | Considering I work late into the night and use Thunderbird frequently, I find that a full dark mode would be easier on my eyes during those hours. Can you help me enable a complete dark mode in Thunderbird? | tasks/linux/thunderbird_enable_dark_mode_easy.yaml | initializers.linux.setup:DesktopSetupInitializer | evaluators.linux.thunderbird:ThunderbirdTaskEvaluator | 100 | 120 | ["email", "thunderbird", "easy", "osworld"] | tasks/linux/oracle/thunderbird_enable_dark_mode_oracle.yaml | linux_oracle_wait | {"app_name": "thunderbird", "difficulty": "easy", "oracle_model": "linux_oracle_wait", "oracle_task": "tasks/linux/oracle/thunderbird_enable_dark_mode_oracle.yaml", "osworld_id": "10a730d5-d414-4b40-b479-684bed1ae522", "source": "https://superuser.com/questions/1757333/how-can-i-view-thunderbird-in-full-dark-mode", "ta... | {"initializer_id": "initializers.linux.setup:DesktopSetupInitializer", "params": {"steps": [{"path": "/home/user/thunderbird-profile.tar.gz", "type": "download", "url": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/thunderbird/dd84e895-72fd-4023-a336-97689ded257c/thunderbird-profile.ta... | {"evaluator_id": "evaluators.linux.thunderbird:ThunderbirdTaskEvaluator", "params": {"osworld_evaluator": {"expected": {"rules": {"expect": {"extensions.activeThemeID": {"method": "re", "ref": "dark"}}}, "type": "rule"}, "func": "check_thunderbird_prefs", "postconfig": [{"parameters": {"by_class": true, "strict": true,... | 40a306197955ff75114df1fec600c73e97de74ee5b208ec101795c7b2a486ac0 | Apache-2.0 | |
linux.thunderbird.thunderbird_filter_discount_to_promotions | linux | benchmark | false | hard | thunderbird | Create a local folder called "Promotions" and create a filter to auto move the inbox emails whose subject contains “discount” to the new folder | tasks/linux/thunderbird_filter_discount_to_promotions_hard.yaml | initializers.linux.setup:DesktopSetupInitializer | evaluators.linux.thunderbird:ThunderbirdTaskEvaluator | 100 | 120 | ["email", "thunderbird", "hard", "osworld"] | tasks/linux/oracle/thunderbird_filter_discount_to_promotions_oracle.yaml | linux_oracle_wait | {"app_name": "thunderbird", "difficulty": "hard", "oracle_model": "linux_oracle_wait", "oracle_task": "tasks/linux/oracle/thunderbird_filter_discount_to_promotions_oracle.yaml", "osworld_id": "5203d847-2572-4150-912a-03f062254390", "source": "https://support.mozilla.org/en-US/kb/organize-your-messages-using-filters", "... | {"initializer_id": "initializers.linux.setup:DesktopSetupInitializer", "params": {"steps": [{"path": "/home/user/thunderbird-profile.tar.gz", "type": "download", "url": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/thunderbird/dd84e895-72fd-4023-a336-97689ded257c/thunderbird-profile.ta... | {"evaluator_id": "evaluators.linux.thunderbird:ThunderbirdTaskEvaluator", "params": {"osworld_evaluator": {"expected": {"rules": {"expect": [{"action": "Move to folder", "actionValue": "mailbox://nobody@Local%20Folders/Promotions", "condition": ["AND (subject,contains,discount)"], "enabled": "yes"}]}, "type": "rule"}, ... | f0560a9c3953e57853c9e0da91045acf3d4aafd4045600d17f86ec6bf92ca7bf | Apache-2.0 | |
linux.thunderbird.thunderbird_unified_inbox | linux | benchmark | false | hard | thunderbird | I've got a bunch of email accounts in Thunderbird, and it's a hassle to check them one by one. Please switch Thunderbird to the unified inbox view, expand the Smart Folders section if needed, and click into the unified Inbox so I can land directly in the combined inbox view next time I open it. | tasks/linux/thunderbird_unified_inbox_hard.yaml | initializers.linux.setup:DesktopSetupInitializer | evaluators.linux.thunderbird:ThunderbirdUnifiedInboxEvaluator | 100 | 120 | ["email", "thunderbird", "hard", "osworld"] | tasks/linux/oracle/thunderbird_unified_inbox_oracle.yaml | linux_oracle_wait | {"app_name": "thunderbird", "difficulty": "hard", "oracle_model": "linux_oracle_wait", "oracle_task": "tasks/linux/oracle/thunderbird_unified_inbox_oracle.yaml", "osworld_id": "3f49d2cc-f400-4e7d-90cc-9b18e401cc31", "source": "https://www.reddit.com/r/Thunderbird/comments/182dg5p/unified_inbox_howto/", "tags": ["email"... | {"initializer_id": "initializers.linux.setup:DesktopSetupInitializer", "params": {"steps": [{"path": "/home/user/thunderbird-profile.tar.gz", "type": "download", "url": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/thunderbird/dd84e895-72fd-4023-a336-97689ded257c/thunderbird-profile.ta... | {"evaluator_id": "evaluators.linux.thunderbird:ThunderbirdUnifiedInboxEvaluator", "params": {"profile_dir": "/home/user/.thunderbird/t5q2a5hp.default-release"}} | 6f927a87e083dc8d741a249a845daf3e66e750032b369b65ddca8a84e0992f2d | Apache-2.0 | |
linux.vscode.apply_theme_ticket | linux | benchmark | false | hard | vscode | In Gedit, use docs/theme-ticket.md as the source of truth. Update web/src/header.html so the title becomes Harbor Ops Console, the status badge becomes Ready for QA, and the shortcut button label becomes Open Runbook. Update web/src/theme.css so --primary-color is | tasks/linux/vscode_apply_theme_ticket_hard.yaml | initializers.linux.notepadqq:NotepadqqInitializer | evaluators.linux.vscode:VSCodeWorkspaceEvaluator | 100 | 120 | ["linux", "gui", "gedit", "editor", "html", "css", "json", "hard"] | Read a theme ticket in Gedit and apply its values across HTML, CSS, and JSON files. | tasks/linux/oracle/vscode_apply_theme_ticket_oracle.yaml | linux_oracle_wait | {"app": "vscode", "description": "Read a theme ticket in Gedit and apply its values across HTML, CSS, and JSON files.", "difficulty": "hard", "oracle_model": "linux_oracle_wait", "oracle_task": "tasks/linux/oracle/vscode_apply_theme_ticket_oracle.yaml", "tags": ["linux", "gui", "gedit", "editor", "html", "css", "json",... | {"initializer_id": "initializers.linux.notepadqq:NotepadqqInitializer", "params": {"app_command": "gedit", "files": [{"content": "# Theme Ticket\n\nProduct title: Harbor Ops Console\nStatus badge: Ready for QA\nShortcut label: Open Runbook\nPrimary color: #1F6FEB\nAccent color: #F59E0B\nSupport email: ops@harbor.exampl... | {"evaluator_id": "evaluators.linux.vscode:VSCodeWorkspaceEvaluator", "params": {"files": [{"equals": "<header class=\"app-header\">\n <h1>Harbor Ops Console</h1>\n <span class=\"status-badge\">Ready for QA</span>\n <button class=\"shortcut-button\">Open Runbook</button>\n</header>\n", "path": "web/src/header.html"},... | 755cc6e2e0da9a3984a0f0c7eba3bff8d5f106a2d0aa358299fc0cd9637be193 | Apache-2.0 |
linux.vscode.prepare_release_packet | linux | benchmark | false | hard | vscode | In Gedit, use docs/release-brief.md as the source of truth. Update config/release-plan.json so version is 2.7.4, owner is Priya Nair, qaStatus is Ready for verification, rolloutDate is 2026-05-02, and featureFlags is exactly [\"fast-sync\", \"side-panel\", \"share-sheet\"]. Then update notes/release-summary.md so its f... | tasks/linux/vscode_prepare_release_packet_hard.yaml | initializers.linux.notepadqq:NotepadqqInitializer | evaluators.linux.vscode:VSCodeWorkspaceEvaluator | 100 | 120 | ["linux", "gui", "gedit", "editor", "json", "markdown", "hard"] | Read a release brief in Gedit, update a JSON config file, and rewrite the summary file with the exact approved sentence. | tasks/linux/oracle/vscode_prepare_release_packet_oracle.yaml | linux_oracle_wait | {"app": "vscode", "description": "Read a release brief in Gedit, update a JSON config file, and rewrite the summary file with the exact approved sentence.", "difficulty": "hard", "oracle_model": "linux_oracle_wait", "oracle_task": "tasks/linux/oracle/vscode_prepare_release_packet_oracle.yaml", "tags": ["linux", "gui", ... | {"initializer_id": "initializers.linux.notepadqq:NotepadqqInitializer", "params": {"app_command": "gedit", "files": [{"content": "# Release Brief\n\nRelease version: 2.7.4\nRelease owner: Priya Nair\nQA status: Ready for verification\nRollout date: 2026-05-02\n\nFeature flags:\n- fast-sync\n- side-panel\n- share-sheet\... | {"evaluator_id": "evaluators.linux.vscode:VSCodeWorkspaceEvaluator", "params": {"files": [{"json": {"featureFlags": ["fast-sync", "side-panel", "share-sheet"], "owner": "Priya Nair", "qaStatus": "Ready for verification", "rolloutDate": "2026-05-02", "version": "2.7.4"}, "path": "config/release-plan.json"}, {"equals": "... | 9e1f28f3dae94d67de792b33cd1a3737d13b839a07f88738248aa84d0caf1d13 | Apache-2.0 |
linux.vscode.update_heading | linux | benchmark | false | easy | vscode | In Gedit, open notes/daily-brief.md. Change the first line from # Daily Brief to # Launch Checklist, then save the file. | tasks/linux/vscode_update_heading_easy.yaml | initializers.linux.notepadqq:NotepadqqInitializer | evaluators.linux.vscode:VSCodeWorkspaceEvaluator | 100 | 120 | ["linux", "gui", "gedit", "editor", "markdown", "easy"] | Open a single Markdown file in Gedit, replace the main heading, and save it. | tasks/linux/oracle/vscode_update_heading_oracle.yaml | linux_oracle_wait | {"app": "vscode", "description": "Open a single Markdown file in Gedit, replace the main heading, and save it.", "difficulty": "easy", "oracle_model": "linux_oracle_wait", "oracle_task": "tasks/linux/oracle/vscode_update_heading_oracle.yaml", "tags": ["linux", "gui", "gedit", "editor", "markdown", "easy"]} | {"initializer_id": "initializers.linux.notepadqq:NotepadqqInitializer", "params": {"app_command": "gedit", "files": [{"content": "# Daily Brief\n\n- Confirm the release candidate is mirrored.\n- Verify the support inbox is empty.\n", "path": "notes/daily-brief.md"}], "open_files": ["notes/daily-brief.md"], "workspace_n... | {"evaluator_id": "evaluators.linux.vscode:VSCodeWorkspaceEvaluator", "params": {"files": [{"equals": "# Launch Checklist\n\n- Confirm the release candidate is mirrored.\n- Verify the support inbox is empty.\n", "path": "notes/daily-brief.md"}], "workspace_path": "/tmp/helloworld_vscode_workspace/vscode_heading"}} | 2d2fe52d52f56820d7640fb11dfa7626fc359e9db8fcf4b1b04ddc87c64ffdce | Apache-2.0 |
linux.wireshark.export_dns | linux | benchmark | false | easy | wireshark | In Wireshark, open the seeded retail capture and apply the display filter dns. Export the displayed packets to /tmp/helloworld_wireshark/dns_only.pcapng as a pcapng file. Stop after the export is saved. | tasks/linux/wireshark_export_dns_easy.yaml | initializers.linux.wireshark:WiresharkInitializer | evaluators.linux.wireshark:WiresharkArtifactEvaluator | 100 | 120 | ["linux", "gui", "wireshark", "network", "filter", "easy"] | Apply a single display filter in Wireshark and export the displayed DNS packets. | tasks/linux/oracle/wireshark_export_dns_oracle.yaml | linux_wireshark_oracle | {"app": "Wireshark", "description": "Apply a single display filter in Wireshark and export the displayed DNS packets.", "difficulty": "easy", "oracle_model": "linux_wireshark_oracle", "oracle_task": "tasks/linux/oracle/wireshark_export_dns_oracle.yaml", "tags": ["linux", "gui", "wireshark", "network", "filter", "easy"]... | {"initializer_id": "initializers.linux.wireshark:WiresharkInitializer", "params": {"app_command": "wireshark", "capture_name": "retail_mix.pcapng", "capture_template": "retail_mix", "workspace_root": "/tmp/helloworld_wireshark"}} | {"evaluator_id": "evaluators.linux.wireshark:WiresharkArtifactEvaluator", "params": {"artifacts": [{"all_match_filter": "dns", "kind": "pcap", "packet_count": 4, "path": "/tmp/helloworld_wireshark/dns_only.pcapng"}]}} | 5b7b7c5c97de56b59679533c25f2dc773ff428fa37d1d132b167be5f938d73f0 | Apache-2.0 |
linux.wireshark.export_link_and_syn_bundle | linux | benchmark | false | hard | wireshark | In Wireshark, use the seeded retail capture to create nine filtered exports. Export all displayed ARP packets to /tmp/helloworld_wireshark/arp_only.pcapng. Export all displayed ICMP packets to /tmp/helloworld_wireshark/icmp_only.pcapng. Export all displayed TCP SYN packets where the SYN flag is set and ACK is not set t... | tasks/linux/wireshark_export_link_and_syn_bundle_hard.yaml | initializers.linux.wireshark:WiresharkInitializer | evaluators.linux.wireshark:WiresharkArtifactEvaluator | 100 | 120 | ["linux", "gui", "wireshark", "network", "filter", "export", "hard"] | Create nine filtered exports covering ARP, ICMP, TCP SYN, bench.local DNS traffic, an all-DNS copy, split HTTP request/response traffic, and UDP traffic, plus an exact TCP port 80 slice and manifest file. | tasks/linux/oracle/wireshark_export_link_and_syn_bundle_oracle.yaml | linux_wireshark_oracle | {"app": "Wireshark", "description": "Create nine filtered exports covering ARP, ICMP, TCP SYN, bench.local DNS traffic, an all-DNS copy, split HTTP request/response traffic, and UDP traffic, plus an exact TCP port 80 slice and manifest file.", "difficulty": "hard", "oracle_model": "linux_wireshark_oracle", "oracle_task... | {"initializer_id": "initializers.linux.wireshark:WiresharkInitializer", "params": {"app_command": "wireshark", "capture_name": "retail_mix.pcapng", "capture_template": "retail_mix", "workspace_root": "/tmp/helloworld_wireshark"}} | {"evaluator_id": "evaluators.linux.wireshark:WiresharkArtifactEvaluator", "params": {"artifacts": [{"all_match_filter": "arp", "kind": "pcap", "packet_count": 2, "path": "/tmp/helloworld_wireshark/arp_only.pcapng"}, {"all_match_filter": "icmp", "kind": "pcap", "packet_count": 2, "path": "/tmp/helloworld_wireshark/icmp_... | e72c43d1327653c6f23b17a858f8baa5f898b3356556e26e3505ada1fd5af327 | Apache-2.0 |
linux.wireshark.export_protocol_bundle | linux | benchmark | false | hard | wireshark | In Wireshark, use the seeded retail capture to create thirteen filtered exports. First export all displayed DNS packets to /tmp/helloworld_wireshark/dns_only.pcapng. Then export all displayed ICMP packets to /tmp/helloworld_wireshark/icmp_only.pcapng. Then export all displayed HTTP request packets to /tmp/helloworld_wi... | tasks/linux/wireshark_export_protocol_bundle_hard.yaml | initializers.linux.wireshark:WiresharkInitializer | evaluators.linux.wireshark:WiresharkArtifactEvaluator | 100 | 120 | ["linux", "gui", "wireshark", "network", "filter", "export", "hard"] | Create thirteen separate protocol-filtered exports from one Wireshark capture, including broad TCP/IP slices in addition to DNS, ICMP, HTTP, ARP, UDP, TCP port 80, a combined HTTP slice, a checkout HTTP pair, a bench.local DNS subset, and TCP SYN traffic, plus an exact manifest file. | tasks/linux/oracle/wireshark_export_protocol_bundle_oracle.yaml | linux_wireshark_oracle | {"app": "Wireshark", "description": "Create thirteen separate protocol-filtered exports from one Wireshark capture, including broad TCP/IP slices in addition to DNS, ICMP, HTTP, ARP, UDP, TCP port 80, a combined HTTP slice, a checkout HTTP pair, a bench.local DNS subset, and TCP SYN traffic, plus an exact manifest file... | {"initializer_id": "initializers.linux.wireshark:WiresharkInitializer", "params": {"app_command": "wireshark", "capture_name": "retail_mix.pcapng", "capture_template": "retail_mix", "workspace_root": "/tmp/helloworld_wireshark"}} | {"evaluator_id": "evaluators.linux.wireshark:WiresharkArtifactEvaluator", "params": {"artifacts": [{"all_match_filter": "dns", "kind": "pcap", "packet_count": 4, "path": "/tmp/helloworld_wireshark/dns_only.pcapng"}, {"all_match_filter": "icmp", "kind": "pcap", "packet_count": 2, "path": "/tmp/helloworld_wireshark/icmp_... | 25c9268bf6e400a31a76a4256388b4776ba2dd2961ddafb71fa723a872a11d45 | Apache-2.0 |
linux.writer.add_reference_cross_reference | linux | benchmark | false | hard | writer | Help me adding "Steinberg, F. M., Bearden, M. M., & Keen, C. L. (2003). Cocoa and chocolate flavonoids: Implications for cardiovascular health. Journal of the American Dietetic Association, 103(2), 215-223. doi: 10.1053/jada.2003.50028" to my reference list, and add a cross reference using reference number in the fourt... | tasks/linux/writer_add_reference_cross_reference_hard.yaml | initializers.linux.office_setup:LinuxOfficeSetupInitializer | evaluators.linux.docx_compare:DocxCompareEvaluator | 100 | 120 | ["linux", "gui", "libreoffice", "writer", "docx", "reference", "cross-reference", "hard"] | Add a missing bibliography entry and insert the matching cross-reference into a prepared Writer document. | tasks/linux/oracle/writer_add_reference_cross_reference_oracle.yaml | linux_oracle_wait | {"app": "LibreOffice Writer", "description": "Add a missing bibliography entry and insert the matching cross-reference into a prepared Writer document.", "difficulty": "hard", "oracle_model": "linux_oracle_wait", "oracle_task": "tasks/linux/oracle/writer_add_reference_cross_reference_oracle.yaml", "tags": ["linux", "gu... | {"initializer_id": "initializers.linux.office_setup:LinuxOfficeSetupInitializer", "params": {"open_documents_after_download": ["/tmp/helloworld_office/writer_adf5e2c3_actual.docx"], "open_documents_wait_seconds": 6, "remote_tool_dir": "~", "seed_downloads": [{"path": "/tmp/helloworld_office/writer_adf5e2c3_actual.docx"... | {"evaluator_id": "evaluators.linux.docx_compare:DocxCompareEvaluator", "params": {"actual_path": "/tmp/helloworld_office/writer_adf5e2c3_actual.docx", "expected_path": "/tmp/helloworld_office/writer_adf5e2c3_expected.docx", "options": {"examine_alignment": false, "examine_strike_through": false, "examine_text": true}}} | f7700eaa6757f16ea44049aa01e1eec2e4fc2841ac50825b5d3fb4f8cf340570 | Apache-2.0 |
linux.writer.deduplicate_train_records | linux | benchmark | false | hard | writer | A certain railway company in Hong Kong uses a signaling system to keep track of trains in its railway system. Each line in the document represents a train calling at a station from 06:00 to 12:00 on 2022-09-22, and has the format time_HH:MM:SS, train_id, station_id, platform_no. Remove the duplicated train IDs so the d... | tasks/linux/writer_deduplicate_train_records_hard.yaml | initializers.linux.office_setup:LinuxOfficeSetupInitializer | evaluators.linux.docx_compare:DocxCompareEvaluator | 100 | 120 | ["linux", "gui", "libreoffice", "writer", "docx", "deduplication", "data-cleanup", "hard"] | Remove duplicate train-record lines so only one row remains for each train ID in a prepared Writer document. | tasks/linux/oracle/writer_deduplicate_train_records_oracle.yaml | linux_oracle_wait | {"app": "LibreOffice Writer", "description": "Remove duplicate train-record lines so only one row remains for each train ID in a prepared Writer document.", "difficulty": "hard", "oracle_model": "linux_oracle_wait", "oracle_task": "tasks/linux/oracle/writer_deduplicate_train_records_oracle.yaml", "tags": ["linux", "gui... | {"initializer_id": "initializers.linux.office_setup:LinuxOfficeSetupInitializer", "params": {"open_documents_after_download": ["/tmp/helloworld_office/writer_6f81754e_actual.docx"], "open_documents_wait_seconds": 6, "remote_tool_dir": "~", "seed_downloads": [{"path": "/tmp/helloworld_office/writer_6f81754e_actual.docx"... | {"evaluator_id": "evaluators.linux.docx_compare:DocxCompareEvaluator", "params": {"actual_path": "/tmp/helloworld_office/writer_6f81754e_actual.docx", "expected_path": "/tmp/helloworld_office/writer_6f81754e_expected.docx", "options": {"examine_alignment": false, "examine_strike_through": false, "examine_text": true}}} | ced1bde32584fa42c5b9cdcfc32fa3772c6a3fa20d1479d2c826ed9312755639 | Apache-2.0 |
linux.writer.h2o_subscript | linux | benchmark | false | easy | writer | Help me change the 2 in "H2O" to a subscript. The document should already be open in LibreOffice Writer. When done, save the document so evaluation can compare it to the expected result. | tasks/linux/writer_h2o_subscript_easy.yaml | initializers.linux.office_setup:LinuxOfficeSetupInitializer | evaluators.linux.docx_compare:DocxCompareEvaluator | 100 | 120 | ["linux", "gui", "libreoffice", "writer", "docx", "subscript", "easy"] | Open a prepared Writer document, convert the 2 in H2O to subscript, and save the file. | tasks/linux/oracle/writer_h2o_subscript_oracle.yaml | linux_oracle_wait | {"app": "LibreOffice Writer", "description": "Open a prepared Writer document, convert the 2 in H2O to subscript, and save the file.", "difficulty": "easy", "oracle_model": "linux_oracle_wait", "oracle_task": "tasks/linux/oracle/writer_h2o_subscript_oracle.yaml", "tags": ["linux", "gui", "libreoffice", "writer", "docx"... | {"initializer_id": "initializers.linux.office_setup:LinuxOfficeSetupInitializer", "params": {"open_documents_after_download": ["/tmp/helloworld_office/writer_0b17a146_actual.docx"], "open_documents_wait_seconds": 6, "remote_tool_dir": "~", "seed_downloads": [{"path": "/tmp/helloworld_office/writer_0b17a146_actual.docx"... | {"evaluator_id": "evaluators.linux.docx_compare:DocxCompareEvaluator", "params": {"actual_path": "/tmp/helloworld_office/writer_0b17a146_actual.docx", "expected_path": "/tmp/helloworld_office/writer_0b17a146_expected.docx", "options": {"examine_alignment": false, "examine_strike_through": false, "examine_text": true}}} | 31a12fc13c2a3a588b9c789c626f5ab769119200c3b95f39e2265e3f75ebb7dd | Apache-2.0 |
linux.zotero.reading_queue_book | linux | benchmark | false | easy | zotero | Open Zotero. Create a new collection named "Reading Queue" under My Library. Inside that collection, create a new Book item titled "Clean Code". Save it in the collection, and make sure "Clean Code" appears in the center item list before you finish.
| tasks/linux/zotero_reading_queue_book_easy.yaml | initializers.linux.setup:DesktopSetupInitializer | evaluators.linux.zotero:ZoteroLibraryEvaluator | 100 | 120 | ["linux", "gui", "zotero", "collection", "book", "easy"] | Create a Reading Queue collection in Zotero and add a single book item. | tasks/linux/oracle/zotero_reading_queue_book_oracle.yaml | linux_oracle_wait | {"app_name": "zotero", "description": "Create a Reading Queue collection in Zotero and add a single book item.", "difficulty": "easy", "oracle_model": "linux_oracle_wait", "oracle_task": "tasks/linux/oracle/zotero_reading_queue_book_oracle.yaml", "tags": ["linux", "gui", "zotero", "collection", "book", "easy"]} | {"initializer_id": "initializers.linux.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "set -e\nexport HOME=/home/user\nexport PATH=\"$HOME/.local/bin:$PATH\"\nmkdir -p \"$HOME/Applications\" \"$HOME/.local/share/applications\" \"$HOME/.local/bin\" \"$HOME/Downloads\"\npkill -x zotero >/dev/null 2>&1 ||... | {"evaluator_id": "evaluators.linux.zotero:ZoteroLibraryEvaluator", "params": {"db_path": "/home/user/Zotero/zotero.sqlite", "required_collections": ["Reading Queue"], "required_items": [{"collections": ["Reading Queue"], "title": "Clean Code"}]}} | 9b2d4b7c5c1b7dd8c46856449eb292563d31db5b3a9845a90545c79285062893 | Apache-2.0 |
linux.zotero.reference_library_buildout | linux | benchmark | false | hard | zotero | Open Zotero and work in this exact order. First create a collection named "Reference Shelf" under My Library and add a new Book titled "Designing Data-Intensive Applications" to it with author "Martin Kleppmann" and tag "systems". Next create "AI Papers" and add a new Journal Article titled "BERT" to that collection wi... | tasks/linux/zotero_reference_library_buildout_hard.yaml | initializers.linux.setup:DesktopSetupInitializer | evaluators.linux.zotero:ZoteroLibraryEvaluator | 100 | 120 | ["linux", "gui", "zotero", "multi_collection", "multi_item", "hard"] | Build twenty-one Zotero collections with typed references, metadata tags, child notes, and eight exact handoff/audit/crosswalk files. | tasks/linux/oracle/zotero_reference_library_buildout_oracle.yaml | linux_oracle_wait | {"app_name": "zotero", "description": "Build twenty-one Zotero collections with typed references, metadata tags, child notes, and eight exact handoff/audit/crosswalk files.", "difficulty": "hard", "oracle_model": "linux_oracle_wait", "oracle_task": "tasks/linux/oracle/zotero_reference_library_buildout_oracle.yaml", "ta... | {"initializer_id": "initializers.linux.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "set -e\nexport HOME=/home/user\nexport PATH=\"$HOME/.local/bin:$PATH\"\nmkdir -p \"$HOME/Applications\" \"$HOME/.local/share/applications\" \"$HOME/.local/bin\" \"$HOME/Downloads\"\npkill -x zotero >/dev/null 2>&1 ||... | {"evaluator_id": "evaluators.linux.zotero:ZoteroLibraryEvaluator", "params": {"db_path": "/home/user/Zotero/zotero.sqlite", "required_collections": ["Reference Shelf", "AI Papers", "Project Notes", "Implementation Queue", "Review Board", "Evidence Queue", "Operations Reading", "Security Review", "Reproducibility Queue"... | 8102b027a0b582774ee22c5b45c4a1f1c80f154ed301dc6df3956aa2ecedebf0 | Apache-2.0 |
linux.zotero.research_collection_with_notes | linux | benchmark | false | hard | zotero | Open Zotero. Create a new collection named "Research" under My Library. In that collection, add a manual Book item titled "Deep Learning" with author "Ian Goodfellow". Add the tag "textbook" to that item, and add a child note with the text "Foundational text on deep learning". Then create a second collection named "Rea... | tasks/linux/zotero_research_collection_with_notes_hard.yaml | initializers.linux.setup:DesktopSetupInitializer | evaluators.linux.zotero:ZoteroLibraryEvaluator | 100 | 120 | ["linux", "gui", "zotero", "collection", "tag", "note", "hard"] | Build twenty-two Zotero collections with manual books/articles/papers, tags, child notes, and eight exact handoff/audit/crosswalk files. | tasks/linux/oracle/zotero_research_collection_with_notes_oracle.yaml | linux_oracle_wait | {"app_name": "zotero", "description": "Build twenty-two Zotero collections with manual books/articles/papers, tags, child notes, and eight exact handoff/audit/crosswalk files.", "difficulty": "hard", "oracle_model": "linux_oracle_wait", "oracle_task": "tasks/linux/oracle/zotero_research_collection_with_notes_oracle.yam... | {"initializer_id": "initializers.linux.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "set -e\nexport HOME=/home/user\nexport PATH=\"$HOME/.local/bin:$PATH\"\nmkdir -p \"$HOME/Applications\" \"$HOME/.local/share/applications\" \"$HOME/.local/bin\" \"$HOME/Downloads\"\npkill -x zotero >/dev/null 2>&1 ||... | {"evaluator_id": "evaluators.linux.zotero:ZoteroLibraryEvaluator", "params": {"db_path": "/home/user/Zotero/zotero.sqlite", "required_collections": ["Research", "Reading Notes", "Methods Queue", "Reading Backlog", "Seminar Queue", "Replication Queue", "Survey Queue", "Optimization Queue", "Systems Queue", "Theory Queue... | 4ddb9b60ac92f1fd530c4d44afd128dcdab2060ce89538ab47f1aa4b7393f434 | Apache-2.0 |
macos.actual_budget.create_travel_fund_account | macos | benchmark | false | actual_budget | Open Actual Budget and set up a travel spending ledger.
If no local budget is open yet, create one in the default location. Then:
1. Create a local account named "Travel Fund" with an opening balance of $2,500.
2. Add these three spending transactions in Travel Fund:
- A payment of $640 to "SkyJet" in Flights
-... | tasks/macos/actual_budget_add_transactions.yaml | initializers.macos.actual_budget:ActualBudgetInitializer | evaluators.macos.actual_budget:ActualBudgetEvaluator | 100 | 120 | [] | {"base_vm_name": "allapps-base"} | {"initializer_id": "initializers.macos.actual_budget:ActualBudgetInitializer", "params": {"wait_ms": 2500}} | {"evaluator_id": "evaluators.macos.actual_budget:ActualBudgetEvaluator", "params": {"account_name": "Travel Fund", "mode": "add_transactions", "opening_balance": 2500, "transactions": [{"amount": 640, "category": "Flights", "payee": "SkyJet"}, {"amount": 480, "category": "Lodging", "payee": "Harbor Hotel"}, {"amount": ... | bac853674ccc778afdb8df2f46b28799b6e2be2b8482a6a3dd3a36662f5c21b3 | Apache-2.0 | ||||
macos.actual_budget.create_account | macos | benchmark | false | actual_budget | Open Actual Budget. Create a local account named "Checking Account" with an opening balance of $5,000. Leave the app showing the created account when you finish.
| tasks/macos/actual_budget_create_account.yaml | initializers.macos.actual_budget:ActualBudgetInitializer | evaluators.macos.actual_budget:ActualBudgetEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.actual_budget:ActualBudgetInitializer", "params": {"wait_ms": 2500}} | {"evaluator_id": "evaluators.macos.actual_budget:ActualBudgetEvaluator", "params": {"account_name": "Checking Account", "mode": "create_account", "opening_balance": 5000}} | abe252298891c65d1b967c925bb00d2f8647b7d326e1cbb77b6e7b4d9f4f362b | Apache-2.0 | ||||
macos.actual_budget.create_emergency_fund_account | macos | benchmark | false | actual_budget | Open Actual Budget and build a small emergency reserve budget.
If no local budget is open yet, create one in the default location. Then set up this exact state:
1. Create two local accounts in this order:
- "Main Checking" with an opening balance of $4,200
- "Emergency Fund" with an opening balance of $8,000
2.... | tasks/macos/actual_budget_full_setup.yaml | initializers.macos.actual_budget:ActualBudgetInitializer | evaluators.macos.actual_budget:ActualBudgetEvaluator | 100 | 120 | [] | {"base_vm_name": "allapps-base"} | {"initializer_id": "initializers.macos.actual_budget:ActualBudgetInitializer", "params": {"wait_ms": 2500}} | {"evaluator_id": "evaluators.macos.actual_budget:ActualBudgetEvaluator", "params": {"accounts": [{"name": "Main Checking", "opening_balance": 4200}, {"name": "Emergency Fund", "opening_balance": 8000}], "budgets": [{"amount": 450, "category": "Home Repair Buffer"}, {"amount": 325, "category": "Medical Buffer"}, {"amoun... | 2e07f239b61473dcfbfa39549b48c1015a465ecc71315fb9e4449c4ec54d4868 | Apache-2.0 | ||||
macos.blender.prepare_social_render | macos | benchmark | false | blender | Blender has prepared `/Users/bench/Downloads/helloworld_blender_workspace/blender_social_render/product_stage.blend` for this run.
Restage the prepared product scene into a polished social-preview composition. Apply this exact setup, then save the `.blend` file:
1. Render settings: - render engine: **Cycles** - outpu... | tasks/macos/blender_prepare_social_render.yaml | initializers.macos.blender:BlenderInitializer | evaluators.macos.blender:BlenderSceneEvaluator | 100 | 120 | [] | {"base_vm_name": "allapps-base"} | {"initializer_id": "initializers.macos.blender:BlenderInitializer", "params": {"app_command": "blender", "launch_gui": false, "scene_name": "product_stage.blend", "scene_template": "product_stage", "workspace_name": "blender_social_render"}} | {"evaluator_id": "evaluators.macos.blender:BlenderSceneEvaluator", "params": {"app_command": "blender", "blend_path": "/Users/bench/Downloads/helloworld_blender_workspace/blender_social_render/product_stage.blend", "objects": [{"location": [7.4, -7.2, 5.8], "name": "Camera", "rotation_degrees": [62.0, 0.0, 46.0]}, {"lo... | bc4b3f37a275cfd68958ec00a5a8dd4971ec4243a01ac4d70fb1044014358bb6 | Apache-2.0 | ||||
macos.blender.restage_product_objects | macos | benchmark | false | blender | Blender has prepared `/Users/bench/Downloads/helloworld_blender_workspace/blender_restage_product/product_stage.blend` for this run.
Restage the product scene into a review-ready layout, then save the `.blend` file. Apply this exact setup:
1. Render settings: - render engine: **Cycles** - output resolution: **1536 x ... | tasks/macos/blender_restage_product_objects.yaml | initializers.macos.blender:BlenderInitializer | evaluators.macos.blender:BlenderSceneEvaluator | 100 | 120 | [] | {"base_vm_name": "allapps-base"} | {"initializer_id": "initializers.macos.blender:BlenderInitializer", "params": {"app_command": "blender", "launch_gui": false, "scene_name": "product_stage.blend", "scene_template": "product_stage", "workspace_name": "blender_restage_product"}} | {"evaluator_id": "evaluators.macos.blender:BlenderSceneEvaluator", "params": {"app_command": "blender", "blend_path": "/Users/bench/Downloads/helloworld_blender_workspace/blender_restage_product/product_stage.blend", "objects": [{"location": [7.8, -7.0, 6.2], "name": "Camera", "rotation_degrees": [60.0, 0.0, 48.0]}, {"... | 454e38c73222a5b07dc39e51cf5738b66a6ed18c2dc1cfee3c7031192acf637c | Apache-2.0 | ||||
macos.blender.set_preview_resolution | macos | benchmark | false | blender | Blender has prepared `/Users/bench/Downloads/helloworld_blender_workspace/blender_preview_resolution/product_stage.blend` for this run.
Complete the Blender scene update by setting the output resolution to **1280 x 720**, then save the `.blend` file. Stop as soon as the file is saved.
| tasks/macos/blender_set_preview_resolution.yaml | initializers.macos.blender:BlenderInitializer | evaluators.macos.blender:BlenderSceneEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.blender:BlenderInitializer", "params": {"app_command": "blender", "launch_gui": false, "scene_name": "product_stage.blend", "scene_template": "product_stage", "workspace_name": "blender_preview_resolution"}} | {"evaluator_id": "evaluators.macos.blender:BlenderSceneEvaluator", "params": {"app_command": "blender", "blend_path": "/Users/bench/Downloads/helloworld_blender_workspace/blender_preview_resolution/product_stage.blend", "render": {"resolution_x": 1280, "resolution_y": 720}}} | 85000a1abb24a91c85ba4360c5ed68db0081614b4b10ffb295c2ed14d269c770 | Apache-2.0 | ||||
macos.deltachat.coordination_roundup | macos | benchmark | false | deltachat | In Delta Chat, read the seeded chats and complete every follow-up below.
Use the exact sentence templates shown, replacing each placeholder with the correct values from the conversations.
1. In `Alice`, send:
`Confirmed for {meeting_time} in {meeting_room}.`
2. In `Bob`, send:
`I will send {budget_filename} by {... | tasks/macos/deltachat_coordination_roundup.yaml | initializers.macos.deltachat:DeltaChatInitializer | evaluators.macos.deltachat:DeltaChatMessageEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.deltachat:DeltaChatInitializer", "params": {"final_wait_ms": 7000}} | {"evaluator_id": "evaluators.macos.deltachat:DeltaChatMessageEvaluator", "params": {"expectations": [{"chat_name": "Alice", "expected_text": "Confirmed for 3 PM in Cedar-3."}, {"chat_name": "Bob", "expected_text": "I will send budget-april-v7.xlsx by 5 PM."}, {"chat_name": "Nora", "expected_text": "The coffee restock o... | 8867f9d6cbf896e0b4bd4d620aa07298c64aa43185924b446ff7a9f8b443d70f | Apache-2.0 | ||||
macos.deltachat.reply_alice | macos | benchmark | false | deltachat | Delta Chat is open with a seeded benchmark profile.
Open the chat named `Alice`, read the existing messages, and send exactly this reply:
`Confirmed for 3 PM in Cedar-3.`
| tasks/macos/deltachat_reply_alice.yaml | initializers.macos.deltachat:DeltaChatInitializer | evaluators.macos.deltachat:DeltaChatMessageEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.deltachat:DeltaChatInitializer", "params": {"final_wait_ms": 7000}} | {"evaluator_id": "evaluators.macos.deltachat:DeltaChatMessageEvaluator", "params": {"expectations": [{"chat_name": "Alice", "expected_text": "Confirmed for 3 PM in Cedar-3."}]}} | f71e0d7445b00e4c169f1b425bd435361b96eface7ad9d21a7562d90c8f11e8d | Apache-2.0 | ||||
macos.deltachat.support_escalation | macos | benchmark | false | deltachat | In Delta Chat, use the seeded chats to send every required escalation update.
Replace each placeholder with the correct values from the conversations.
1. In `Support Desk`, send:
`Ticket {ticket_id}: restart hit error {error_code}, recovered after the second launch, escalation owner is {owner}, window {deploy_windo... | tasks/macos/deltachat_support_escalation.yaml | initializers.macos.deltachat:DeltaChatInitializer | evaluators.macos.deltachat:DeltaChatMessageEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.deltachat:DeltaChatInitializer", "params": {"final_wait_ms": 7000}} | {"evaluator_id": "evaluators.macos.deltachat:DeltaChatMessageEvaluator", "params": {"expectations": [{"chat_name": "Support Desk", "expected_text": "Ticket SR-88: restart hit error WX-17, recovered after the second launch, escalation owner is Malik, window 19:30-20:00."}, {"chat_name": "Malik", "expected_text": "Please... | f675574867c138c171a98d89a2633617bc7d81c7870bddc3c2e7861dcea588a8 | Apache-2.0 | ||||
macos.drawio.launch_matrix_sync | macos | benchmark | false | drawio | draw.io is already open with `/Users/bench/Downloads/launch_matrix_sync.drawio`.
There are 20 rounded rectangles visible in a 4-row by 5-column grid.
Replace the text inside the rectangles exactly as follows:
- `Slot 1` -> `Intake`
- `Slot 2` -> `Goals`
- `Slot 3` -> `Owners`
- `Slot 4` -> `Assets`
- `Slot 5` -> `Cop... | tasks/macos/drawio_launch_matrix_sync.yaml | initializers.macos.setup:DesktopSetupInitializer | evaluators.macos.drawio:DrawIODiagramEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "set -e\nkillall \"draw.io\" >/dev/null 2>&1 || true\nsleep 1\nAPP_PATH=\"\"\nfor candidate in \"$HOME/Applications/draw.io.app\" \"/Applications/draw.io.app\"; do\n if [ -d \"$candidate\" ]; then\n APP_PATH=\"$ca... | {"evaluator_id": "evaluators.macos.drawio:DrawIODiagramEvaluator", "params": {"actual_path": "/Users/bench/Downloads/launch_matrix_sync.drawio", "expected_path": "../../files/drawio/launch_matrix_sync/expected/launch_matrix_sync.drawio"}} | 32f761ca2d544564622bd1e60fb4124c8c0f4bea2a67c5bc128a76db49f1d9a4 | Apache-2.0 | ||||
macos.drawio.ops_plan_relabel | macos | benchmark | false | drawio | draw.io is already open with `/Users/bench/Downloads/ops_plan_relabel.drawio`.
There are 20 rounded rectangles visible in a 4-row by 5-column grid.
Replace the text inside the rectangles exactly as follows:
- `Item 1` -> `Staffing`
- `Item 2` -> `Agenda`
- `Item 3` -> `Badges`
- `Item 4` -> `Catering`
- `Item 5` -> `... | tasks/macos/drawio_ops_plan_relabel.yaml | initializers.macos.setup:DesktopSetupInitializer | evaluators.macos.drawio:DrawIODiagramEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "set -e\nkillall \"draw.io\" >/dev/null 2>&1 || true\nsleep 1\nAPP_PATH=\"\"\nfor candidate in \"$HOME/Applications/draw.io.app\" \"/Applications/draw.io.app\"; do\n if [ -d \"$candidate\" ]; then\n APP_PATH=\"$ca... | {"evaluator_id": "evaluators.macos.drawio:DrawIODiagramEvaluator", "params": {"actual_path": "/Users/bench/Downloads/ops_plan_relabel.drawio", "expected_path": "../../files/drawio/ops_plan_relabel/expected/ops_plan_relabel.drawio"}} | 3afd31200e4b3bc91a80129021bd5dce048a8a7ca13198117981aaba3a309e7c | Apache-2.0 | ||||
macos.drawio.release_board_refresh | macos | benchmark | false | drawio | draw.io is already open with `/Users/bench/Downloads/release_board_refresh.drawio`.
There are 6 rounded rectangles visible in a 2-row by 3-column grid.
Replace the text inside the rectangles exactly as follows:
- `Card 1` -> `Inbox`
- `Card 2` -> `Spec Check`
- `Card 3` -> `Draft Copy`
- `Card 4` -> `QA Queue`
- `Car... | tasks/macos/drawio_release_board_refresh.yaml | initializers.macos.setup:DesktopSetupInitializer | evaluators.macos.drawio:DrawIODiagramEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "set -e\nkillall \"draw.io\" >/dev/null 2>&1 || true\nsleep 1\nAPP_PATH=\"\"\nfor candidate in \"$HOME/Applications/draw.io.app\" \"/Applications/draw.io.app\"; do\n if [ -d \"$candidate\" ]; then\n APP_PATH=\"$ca... | {"evaluator_id": "evaluators.macos.drawio:DrawIODiagramEvaluator", "params": {"actual_path": "/Users/bench/Downloads/release_board_refresh.drawio", "expected_path": "../../files/drawio/release_board_refresh/expected/release_board_refresh.drawio"}} | 55c88c0d2ae21eeb9aabf5c3b5ee37f6dea74fdb3d413ddc2bf5e75ad09c121b | Apache-2.0 | ||||
macos.gimp.rotate_invert_export | macos | benchmark | false | gimp | GIMP is already open with `/Users/bench/Downloads/gimp_overlay_background.png`.
Apply the following edits in this exact order:
1. Rotate the image **90 degrees clockwise**.
2. Rotate the image **90 degrees clockwise** again.
3. Rotate the image **90 degrees clockwise** a third time.
4. Rotate the image **90 degrees c... | tasks/macos/gimp_overlay_layer_opacity_export.yaml | initializers.macos.gimp:GimpInitializer | evaluators.macos.gimp:GimpFileEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.gimp:GimpInitializer", "params": {"open_file": "/Users/bench/Downloads/gimp_overlay_background.png", "upload_files": [{"local_path": "tasks/macos/files/gimp/overlay/start/gimp_overlay_background.png", "path": "/Users/bench/Downloads/gimp_overlay_background.png"}], "wait_ms": 18000... | {"evaluator_id": "evaluators.macos.gimp:GimpFileEvaluator", "params": {"actual_path": "/Users/bench/Downloads/gimp_overlay_background.png", "expected_format": "PNG", "expected_height": 1200, "expected_image_path": "tasks/macos/files/gimp/overlay/expected/gimp_rotate_invert_output.png", "expected_width": 800, "pixel_tol... | 56621538e1ef64cf56880007f163b967786142bfa6c7ff8430e63a6350809475 | Apache-2.0 | ||||
macos.gimp.rotate_export_png | macos | benchmark | false | gimp | GIMP is already open with `/Users/bench/Downloads/gimp_rotate_input.png`.
Rotate the image **90 degrees clockwise** using GIMP, then export the result
as a PNG file to:
`/Users/bench/Downloads/gimp_rotate_input.png`
If GIMP asks whether to replace the existing file, choose **Replace**. Use
**Export As** rather than ... | tasks/macos/gimp_rotate_export_png.yaml | initializers.macos.gimp:GimpInitializer | evaluators.macos.gimp:GimpFileEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.gimp:GimpInitializer", "params": {"open_file": "/Users/bench/Downloads/gimp_rotate_input.png", "upload_files": [{"local_path": "tasks/macos/files/gimp/rotate/start/gimp_rotate_input.png", "path": "/Users/bench/Downloads/gimp_rotate_input.png"}], "wait_ms": 18000}} | {"evaluator_id": "evaluators.macos.gimp:GimpFileEvaluator", "params": {"actual_path": "/Users/bench/Downloads/gimp_rotate_input.png", "expected_format": "PNG", "expected_height": 900, "expected_image_path": "tasks/macos/files/gimp/rotate/expected/gimp_rotate_output.png", "expected_width": 600}} | dc6a83fa93cfc6892e4253fe5905762647cbdaab5cbbd6537e7521c6fe492126 | Apache-2.0 | ||||
macos.gimp.rotate_flip_export | macos | benchmark | false | gimp | GIMP is already open with `/Users/bench/Downloads/gimp_transform_input.png`.
Apply the following edits in this exact order:
1. Rotate the image **90 degrees clockwise**.
2. Rotate the image **90 degrees clockwise** again.
3. Rotate the image **90 degrees clockwise** a third time.
4. Rotate the image **90 degrees cloc... | tasks/macos/gimp_transform_pipeline_export.yaml | initializers.macos.gimp:GimpInitializer | evaluators.macos.gimp:GimpFileEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.gimp:GimpInitializer", "params": {"open_file": "/Users/bench/Downloads/gimp_transform_input.png", "upload_files": [{"local_path": "tasks/macos/files/gimp/transform/start/gimp_transform_input.png", "path": "/Users/bench/Downloads/gimp_transform_input.png"}], "wait_ms": 18000}} | {"evaluator_id": "evaluators.macos.gimp:GimpFileEvaluator", "params": {"actual_path": "/Users/bench/Downloads/gimp_transform_input.png", "expected_format": "PNG", "expected_height": 720, "expected_image_path": "tasks/macos/files/gimp/transform/expected/gimp_rotate_flip_output.png", "expected_width": 960}} | 28af7bb2ca4f6bdd9518ca9f2b3677982d5d62ec71eed6e6d35e2f92c467b2a5 | Apache-2.0 | ||||
macos.libreoffice.calc.add_formulas | macos | benchmark | false | libreoffice | I opened an inventory spreadsheet in LibreOffice Calc. Fill in the Total Value column by multiplying Quantity by Unit Price for rows 2 through 6. Then add a totals row in row 8: put the label "Total" in A8, the sum of quantities in B8, and the sum of total values in D8. Save the spreadsheet when finished.
| tasks/macos/libreoffice_calc_add_formulas.yaml | initializers.macos.setup:DesktopSetupInitializer | evaluators.macos.libreoffice_calc_cells:LibreOfficeCalcCellEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "killall -9 soffice.bin >/dev/null 2>&1 || true\nkillall -9 LibreOffice >/dev/null 2>&1 || true\npkill -9 -f LibreOffice >/dev/null 2>&1 || true\nrm -f \"$HOME/Library/Application Support/LibreOffice/4/.lock\" || true... | {"evaluator_id": "evaluators.macos.libreoffice_calc_cells:LibreOfficeCalcCellEvaluator", "params": {"expected_formula_substrings": {"B8": "SUM", "D2": ["B2", "C2"], "D3": ["B3", "C3"], "D4": ["B4", "C4"], "D5": ["B5", "C5"], "D6": ["B6", "C6"], "D8": "SUM"}, "expected_numeric_cells": {"B2": 25, "B3": 40, "B4": 100, "B5... | 06ed8b65e59db37f9ce5e86bd0b3abee9fcb4ecfa42441b58ae2ab091ce831c4 | Apache-2.0 | ||||
macos.libreoffice.calc.fill_totals | macos | benchmark | false | libreoffice | I opened an inventory spreadsheet in LibreOffice Calc. Fill in the Total Value column for rows 2-6 by multiplying Quantity by Unit Price. Then complete the Grand Total row by putting the total quantity in cell B7 and the total value in cell D7. Save the spreadsheet when finished.
| tasks/macos/libreoffice_calc_fill_totals.yaml | initializers.macos.setup:DesktopSetupInitializer | evaluators.macos.libreoffice_calc_cells:LibreOfficeCalcCellEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "killall -9 soffice.bin >/dev/null 2>&1 || true\nkillall -9 LibreOffice >/dev/null 2>&1 || true\npkill -9 -f LibreOffice >/dev/null 2>&1 || true\nrm -f \"$HOME/Library/Application Support/LibreOffice/4/.lock\" || true... | {"evaluator_id": "evaluators.macos.libreoffice_calc_cells:LibreOfficeCalcCellEvaluator", "params": {"expected_numeric_cells": {"B2": 25, "B3": 40, "B4": 100, "B5": 100, "B6": 60, "B7": 325, "C2": 1200, "C3": 350, "C4": 75, "C5": 25, "C6": 150, "D2": 30000, "D3": 14000, "D4": 7500, "D5": 2500, "D6": 9000, "D7": 63000}, ... | 3ef9edb84cacbbc4da5ce035a3facd496783ebd9907eaeb75abc882e1d397a6d | Apache-2.0 | ||||
macos.libreoffice.calc.multi_sheet_summary | macos | benchmark | false | libreoffice | I opened a quarterly sales workbook in LibreOffice Calc. The file already has sheets Q1, Q2, Q3, and an empty Summary sheet, and Summary is already the active sheet. You do not need to create or rename any sheets. Use these revenue values from the source sheets: Alpha has 36000 in Q1, 45000 in Q2, and 39000 in Q3; Beta... | tasks/macos/libreoffice_calc_multi_sheet_summary.yaml | initializers.macos.setup:DesktopSetupInitializer | evaluators.macos.libreoffice_calc_cells:LibreOfficeCalcCellEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "killall -9 soffice.bin >/dev/null 2>&1 || true\nkillall -9 LibreOffice >/dev/null 2>&1 || true\npkill -9 -f LibreOffice >/dev/null 2>&1 || true\nrm -f \"$HOME/Library/Application Support/LibreOffice/4/.lock\" || true... | {"evaluator_id": "evaluators.macos.libreoffice_calc_cells:LibreOfficeCalcCellEvaluator", "params": {"per_sheet_expected_numeric_cells": {"Q1": {"B2": 120, "B3": 85, "B4": 200, "C2": 36000, "C3": 25500, "C4": 40000}, "Q2": {"B2": 150, "B3": 90, "B4": 180, "C2": 45000, "C3": 27000, "C4": 36000}, "Q3": {"B2": 130, "B3": 1... | e288e6bf4a8f2c4d8bb50fa61da7e734f3a38c339ec274652804589f464a8214 | Apache-2.0 | ||||
macos.libreoffice.impress.add_slide_with_notes | macos | benchmark | false | libreoffice | I need to finish the blank last slide in this LibreOffice Impress presentation. Turn it into a "Next Steps" slide with these bullet points: Finalize project charter, Assign team leads, Set up weekly stand-ups, and Create shared workspace.
Make the first two bullet lines bold because they are blockers, and leave the las... | tasks/macos/libreoffice_impress_add_slide_with_notes.yaml | initializers.macos.setup:DesktopSetupInitializer | evaluators.macos.libreoffice_impress:LibreOfficeImpressEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "killall -9 soffice.bin >/dev/null 2>&1 || true\nkillall -9 LibreOffice >/dev/null 2>&1 || true\npkill -9 -f LibreOffice >/dev/null 2>&1 || true\nrm -f \"$HOME/Library/Application Support/LibreOffice/4/.lock\" || true... | {"evaluator_id": "evaluators.macos.libreoffice_impress:LibreOfficeImpressEvaluator", "params": {"expected_slide_count": 3, "expected_slide_titles": ["Project Kickoff Meeting", "Agenda", "Next Steps"], "per_slide_required_bold_fragments": {"Next Steps": ["Finalize project charter", "Assign team leads"]}, "per_slide_requ... | 612fb038d23dd750dd40b9d523d8de8f643de6ccb070f7269fc78b7ab07cba7e | Apache-2.0 | ||||
macos.libreoffice.impress.edit_title | macos | benchmark | false | libreoffice | I have a presentation open in LibreOffice Impress. The title slide just says "Kickoff". Change it to "Project Kickoff Meeting" and save when finished.
| tasks/macos/libreoffice_impress_edit_title.yaml | initializers.macos.setup:DesktopSetupInitializer | evaluators.macos.libreoffice_impress:LibreOfficeImpressEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "killall -9 soffice.bin >/dev/null 2>&1 || true\nkillall -9 LibreOffice >/dev/null 2>&1 || true\npkill -9 -f LibreOffice >/dev/null 2>&1 || true\nrm -f \"$HOME/Library/Application Support/LibreOffice/4/.lock\" || true... | {"evaluator_id": "evaluators.macos.libreoffice_impress:LibreOfficeImpressEvaluator", "params": {"expected_slide_count": 2, "expected_slide_titles": ["Project Kickoff Meeting", "Agenda"], "forbidden_slide_titles": ["Kickoff"], "per_slide_required_text": {"Agenda": ["Introductions", "Goals", "Timeline", "Q&A"], "Project ... | 660c06b7717163673916c2b05bd0adfd709c0b0c977f9a1097af4bed0cacf193 | Apache-2.0 | ||||
macos.libreoffice.impress.restructure_presentation | macos | benchmark | false | libreoffice | I have a training presentation in LibreOffice Impress that needs to be turned into a rollout deck.
Make these exact changes and save when finished:
1. Change the title slide title to `2025 Training Program Rollout`.
2. Change the title slide subtitle to `Field Enablement Cohort`.
3. Rename the Objectives slide to `La... | tasks/macos/libreoffice_impress_restructure_presentation.yaml | initializers.macos.setup:DesktopSetupInitializer | evaluators.macos.libreoffice_impress:LibreOfficeImpressEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "killall -9 soffice.bin >/dev/null 2>&1 || true\nkillall -9 LibreOffice >/dev/null 2>&1 || true\npkill -9 -f LibreOffice >/dev/null 2>&1 || true\nrm -f \"$HOME/Library/Application Support/LibreOffice/4/.lock\" || true... | {"evaluator_id": "evaluators.macos.libreoffice_impress:LibreOfficeImpressEvaluator", "params": {"expected_slide_count": 5, "expected_slide_titles": ["2025 Training Program Rollout", "Launch Priorities", "Four-Week Plan", "Support Resources", "Summary"], "forbidden_slide_titles": ["Training Program"], "per_slide_forbidd... | d06d99d5021a88f5d68afd4f9c2fb763120f5d9e958dae2a7ce5afe6d1133fb3 | Apache-2.0 | ||||
macos.libreoffice.writer.format_title | macos | benchmark | false | libreoffice | I have a report open in LibreOffice Writer. The title "Quarterly Report" looks too plain — make it bold and change its font size to 24 pt. Do not change the body text. Save the document when finished.
| tasks/macos/libreoffice_writer_format_title.yaml | initializers.macos.setup:DesktopSetupInitializer | evaluators.macos.libreoffice_writer_formatting:LibreOfficeWriterFormattingEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "killall -9 soffice.bin >/dev/null 2>&1 || true\nkillall -9 LibreOffice >/dev/null 2>&1 || true\npkill -9 -f LibreOffice >/dev/null 2>&1 || true\nrm -f \"$HOME/Library/Application Support/LibreOffice/4/.lock\" || true... | {"evaluator_id": "evaluators.macos.libreoffice_writer_formatting:LibreOfficeWriterFormattingEvaluator", "params": {"expected_body_paragraphs": ["This quarter we achieved a 15% increase in revenue compared to the previous quarter. The marketing team launched three new campaigns that contributed to this growth.", "Key hi... | efb615298fc1eeca0b9357a4a768a75d1a725bd5bc025b0df41d922a2cb527dd | Apache-2.0 | ||||
macos.libreoffice.writer.insert_table | macos | benchmark | false | libreoffice | I have a team roster document open in LibreOffice Writer. Can you add a table at the end listing our team members? The columns should be Name, Department, and Extension. The members are: Alice Johnson in Engineering (ext 1201), Bob Smith in Marketing (ext 1302), and Carol Davis in Finance (ext 1403). Please bold the he... | tasks/macos/libreoffice_writer_insert_table.yaml | initializers.macos.setup:DesktopSetupInitializer | evaluators.macos.libreoffice_writer_table:LibreOfficeWriterTableEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "killall -9 soffice.bin >/dev/null 2>&1 || true\nkillall -9 LibreOffice >/dev/null 2>&1 || true\npkill -9 -f LibreOffice >/dev/null 2>&1 || true\nrm -f \"$HOME/Library/Application Support/LibreOffice/4/.lock\" || true... | {"evaluator_id": "evaluators.macos.libreoffice_writer_table:LibreOfficeWriterTableEvaluator", "params": {"expected_body": "The following table lists all team members and their contact extensions. Please keep this document updated when new members join.", "expected_headers": ["Name", "Department", "Extension"], "expecte... | bf877554d4328a34a7f874d1bda69e22ed521a73cbd0c92c41452acce00f0229 | Apache-2.0 | ||||
macos.libreoffice.writer.reformat_document | macos | benchmark | false | libreoffice | I have a project plan document open in LibreOffice Writer. The title is already correct, and the budget list is already numbered, but the rest of the document still needs proper formatting. Please set each section name (Overview, Timeline, Budget, Risks) as Heading 2. I also need a page break right before the Risks sec... | tasks/macos/libreoffice_writer_reformat_document.yaml | initializers.macos.setup:DesktopSetupInitializer | evaluators.macos.libreoffice_writer_reformat:LibreOfficeWriterReformatEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "killall -9 soffice.bin >/dev/null 2>&1 || true\nkillall -9 LibreOffice >/dev/null 2>&1 || true\npkill -9 -f LibreOffice >/dev/null 2>&1 || true\nrm -f \"$HOME/Library/Application Support/LibreOffice/4/.lock\" || true... | {"evaluator_id": "evaluators.macos.libreoffice_writer_reformat:LibreOfficeWriterReformatEvaluator", "params": {"expected_budget_items": ["Engineering salaries: 500000", "Cloud infrastructure: 120000", "Marketing and launch: 80000"], "expected_footer": "Document prepared by: Management Team", "expected_sections": ["Over... | 487cd5ae45e3e1f34074895fa2b2f61737e402f5c04fcac2a5fbf6b1ac670703 | Apache-2.0 | ||||
macos.oracle.actual_budget.create_travel_fund_account | macos | benchmark | true | oracle | Oracle sanity task for macos.actual_budget.create_travel_fund_account. Wait briefly and finish. | tasks/macos/oracle/actual_budget_add_transactions_oracle.yaml | initializers.macos.setup:DesktopSetupInitializer | evaluators.macos.actual_budget:ActualBudgetEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "pkill -x Actual >/dev/null 2>&1 || true\nmkdir -p \"$HOME/Documents/Actual\"\nmkdir -p \"$HOME/Library/Application Support/Actual\"\n", "type": "run_bash"}, {"ms": 300, "type": "wait"}]}} | {"evaluator_id": "evaluators.macos.actual_budget:ActualBudgetEvaluator", "params": {"account_name": "Travel Fund", "mode": "add_transactions", "opening_balance": 2500, "transactions": [{"amount": 640, "category": "Flights", "payee": "SkyJet"}, {"amount": 480, "category": "Lodging", "payee": "Harbor Hotel"}, {"amount": ... | 208fb83f1dd839d6c124901784581c9a67f8fc4023dc4da8a8f7168bb70571f1 | Apache-2.0 | ||||
macos.oracle.actual_budget.create_account | macos | benchmark | true | oracle | Oracle sanity task for macos.actual_budget.create_account. Wait briefly and finish. | tasks/macos/oracle/actual_budget_create_account_oracle.yaml | initializers.macos.setup:DesktopSetupInitializer | evaluators.macos.actual_budget:ActualBudgetEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "pkill -x Actual >/dev/null 2>&1 || true\nmkdir -p \"$HOME/Documents/Actual\"\nmkdir -p \"$HOME/Library/Application Support/Actual\"\n", "type": "run_bash"}, {"ms": 300, "type": "wait"}]}} | {"evaluator_id": "evaluators.macos.actual_budget:ActualBudgetEvaluator", "params": {"account_name": "Checking Account", "mode": "create_account", "opening_balance": 5000}} | 774964734e75ce318a0c266a457a988c423c54d1e5cd7ec9ed748cd22f98b312 | Apache-2.0 | ||||
macos.oracle.actual_budget.create_emergency_fund_account | macos | benchmark | true | oracle | Oracle sanity task for macos.actual_budget.create_emergency_fund_account. Wait briefly and finish. | tasks/macos/oracle/actual_budget_full_setup_oracle.yaml | initializers.macos.setup:DesktopSetupInitializer | evaluators.macos.actual_budget:ActualBudgetEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "pkill -x Actual >/dev/null 2>&1 || true\nmkdir -p \"$HOME/Documents/Actual\"\nmkdir -p \"$HOME/Library/Application Support/Actual\"\n", "type": "run_bash"}, {"ms": 300, "type": "wait"}]}} | {"evaluator_id": "evaluators.macos.actual_budget:ActualBudgetEvaluator", "params": {"accounts": [{"name": "Main Checking", "opening_balance": 4200}, {"name": "Emergency Fund", "opening_balance": 8000}], "budgets": [{"amount": 450, "category": "Home Repair Buffer"}, {"amount": 325, "category": "Medical Buffer"}, {"amoun... | a17b7971237054bd5a14643a15ebc30b61433dd3b59faa7ba8ed7c8fd0098255 | Apache-2.0 | ||||
macos.oracle.blender.prepare_social_render | macos | benchmark | true | oracle | Oracle sanity task for macos.blender.prepare_social_render. Wait briefly and finish. | tasks/macos/oracle/blender_prepare_social_render_oracle.yaml | initializers.macos.setup:DesktopSetupInitializer | evaluators.macos.textedit:TextEditFileEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "mkdir -p /Users/bench/Downloads/helloworld_blender_workspace/blender_social_render\nrm -f /Users/bench/Downloads/helloworld_blender_workspace/blender_social_render/product_stage.oracle.json", "timeout": 30, "type": "... | {"evaluator_id": "evaluators.macos.textedit:TextEditFileEvaluator", "params": {"actual_path": "/Users/bench/Downloads/helloworld_blender_workspace/blender_social_render/product_stage.oracle.json", "expected_path": "files/blender/oracle_expected/blender_prepare_social_render_expected.json"}} | bfbbc0de589f912ec00ce930e00061413716d60b9e883700c1fc5e870b5efd76 | Apache-2.0 | ||||
macos.oracle.blender.restage_product_objects | macos | benchmark | true | oracle | Oracle sanity task for macos.blender.restage_product_objects. Wait briefly and finish. | tasks/macos/oracle/blender_restage_product_objects_oracle.yaml | initializers.macos.setup:DesktopSetupInitializer | evaluators.macos.textedit:TextEditFileEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "mkdir -p /Users/bench/Downloads/helloworld_blender_workspace/blender_restage_product\nrm -f /Users/bench/Downloads/helloworld_blender_workspace/blender_restage_product/product_stage.oracle.json", "timeout": 30, "type... | {"evaluator_id": "evaluators.macos.textedit:TextEditFileEvaluator", "params": {"actual_path": "/Users/bench/Downloads/helloworld_blender_workspace/blender_restage_product/product_stage.oracle.json", "expected_path": "files/blender/oracle_expected/blender_restage_product_objects_expected.json"}} | b5d5b7702ccd22e4196e1f964102c51ebc6ba0ec23056bd67b7f3017583cbe5f | Apache-2.0 | ||||
macos.oracle.blender.set_preview_resolution | macos | benchmark | true | oracle | Oracle sanity task for macos.blender.set_preview_resolution. Wait briefly and finish. | tasks/macos/oracle/blender_set_preview_resolution_oracle.yaml | initializers.macos.setup:DesktopSetupInitializer | evaluators.macos.textedit:TextEditFileEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "mkdir -p /Users/bench/Downloads/helloworld_blender_workspace/blender_preview_resolution\nrm -f /Users/bench/Downloads/helloworld_blender_workspace/blender_preview_resolution/product_stage.oracle.json", "timeout": 30,... | {"evaluator_id": "evaluators.macos.textedit:TextEditFileEvaluator", "params": {"actual_path": "/Users/bench/Downloads/helloworld_blender_workspace/blender_preview_resolution/product_stage.oracle.json", "expected_path": "files/blender/oracle_expected/blender_set_preview_resolution_expected.json"}} | c65ba5574d2512deb766bf7417c2bbdff7c92b6a80afd42ae00c7b7369d0b7c0 | Apache-2.0 | ||||
macos.oracle.deltachat.coordination_roundup | macos | benchmark | true | oracle | Oracle sanity task for macos.deltachat.coordination_roundup. Wait briefly and finish. | tasks/macos/oracle/deltachat_coordination_roundup_oracle.yaml | initializers.macos.deltachat:DeltaChatOracleInitializer | evaluators.macos.deltachat:DeltaChatMessageEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.deltachat:DeltaChatOracleInitializer", "params": {"expectations": [{"chat_name": "Alice", "expected_text": "Confirmed for 3 PM in Cedar-3."}, {"chat_name": "Bob", "expected_text": "I will send budget-april-v7.xlsx by 5 PM."}, {"chat_name": "Nora", "expected_text": "The coffee rest... | {"evaluator_id": "evaluators.macos.deltachat:DeltaChatMessageEvaluator", "params": {"expectations": [{"chat_name": "Alice", "expected_text": "Confirmed for 3 PM in Cedar-3."}, {"chat_name": "Bob", "expected_text": "I will send budget-april-v7.xlsx by 5 PM."}, {"chat_name": "Nora", "expected_text": "The coffee restock o... | 172faa4a799df8f2822caf2a7b5fa1e70fe5f60caf8bd2c29c69d099311f4901 | Apache-2.0 | ||||
macos.oracle.deltachat.reply_alice | macos | benchmark | true | oracle | Oracle sanity task for macos.deltachat.reply_alice. Wait briefly and finish. | tasks/macos/oracle/deltachat_reply_alice_oracle.yaml | initializers.macos.deltachat:DeltaChatOracleInitializer | evaluators.macos.deltachat:DeltaChatMessageEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.deltachat:DeltaChatOracleInitializer", "params": {"expectations": [{"chat_name": "Alice", "expected_text": "Confirmed for 3 PM in Cedar-3."}], "final_wait_ms": 7000}} | {"evaluator_id": "evaluators.macos.deltachat:DeltaChatMessageEvaluator", "params": {"expectations": [{"chat_name": "Alice", "expected_text": "Confirmed for 3 PM in Cedar-3."}]}} | 35e439f90d692c8a7f6336cc5bd5acb5e0b59c80408400b3d2d3a10f488ebb53 | Apache-2.0 | ||||
macos.oracle.deltachat.support_escalation | macos | benchmark | true | oracle | Oracle sanity task for macos.deltachat.support_escalation. Wait briefly and finish. | tasks/macos/oracle/deltachat_support_escalation_oracle.yaml | initializers.macos.deltachat:DeltaChatOracleInitializer | evaluators.macos.deltachat:DeltaChatMessageEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.deltachat:DeltaChatOracleInitializer", "params": {"expectations": [{"chat_name": "Support Desk", "expected_text": "Ticket SR-88: restart hit error WX-17, recovered after the second launch, escalation owner is Malik, window 19:30-20:00."}, {"chat_name": "Malik", "expected_text": "P... | {"evaluator_id": "evaluators.macos.deltachat:DeltaChatMessageEvaluator", "params": {"expectations": [{"chat_name": "Support Desk", "expected_text": "Ticket SR-88: restart hit error WX-17, recovered after the second launch, escalation owner is Malik, window 19:30-20:00."}, {"chat_name": "Malik", "expected_text": "Please... | 8890b083f23449c3ff2bfdf739fe4c5559f915850bfb4cd203d19e804b1dce28 | Apache-2.0 | ||||
macos.oracle.drawio.launch_matrix_sync | macos | benchmark | true | oracle | Oracle sanity task for macos.drawio.launch_matrix_sync. Wait briefly and finish. | tasks/macos/oracle/drawio_launch_matrix_sync_oracle.yaml | initializers.macos.setup:DesktopSetupInitializer | evaluators.macos.drawio:DrawIODiagramEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "set -e\nkillall \"draw.io\" >/dev/null 2>&1 || true\nsleep 1\nfind /Users/bench/Downloads -maxdepth 1 \\( -name '*.drawio' -o -name '.\\$*.drawio.dtmp' -o -name '.\\$*.drawio.bkp' \\) -delete\n", "type": "run_bash"},... | {"evaluator_id": "evaluators.macos.drawio:DrawIODiagramEvaluator", "params": {"actual_path": "/Users/bench/Downloads/launch_matrix_sync.drawio", "expected_path": "../../../files/drawio/launch_matrix_sync/expected/launch_matrix_sync.drawio"}} | acde87ec53388ec0d4193d16d0686408e82e67419f7a9972792e0c73c4be7013 | Apache-2.0 | ||||
macos.oracle.drawio.ops_plan_relabel | macos | benchmark | true | oracle | Oracle sanity task for macos.drawio.ops_plan_relabel. Wait briefly and finish. | tasks/macos/oracle/drawio_ops_plan_relabel_oracle.yaml | initializers.macos.setup:DesktopSetupInitializer | evaluators.macos.drawio:DrawIODiagramEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "set -e\nkillall \"draw.io\" >/dev/null 2>&1 || true\nsleep 1\nfind /Users/bench/Downloads -maxdepth 1 \\( -name '*.drawio' -o -name '.\\$*.drawio.dtmp' -o -name '.\\$*.drawio.bkp' \\) -delete\n", "type": "run_bash"},... | {"evaluator_id": "evaluators.macos.drawio:DrawIODiagramEvaluator", "params": {"actual_path": "/Users/bench/Downloads/ops_plan_relabel.drawio", "expected_path": "../../../files/drawio/ops_plan_relabel/expected/ops_plan_relabel.drawio"}} | 43e4b01661f96e2dbb409c0aa3b90bbd6fb14c07ee070813afb71f8317bc3f87 | Apache-2.0 | ||||
macos.oracle.drawio.release_board_refresh | macos | benchmark | true | oracle | Oracle sanity task for macos.drawio.release_board_refresh. Wait briefly and finish. | tasks/macos/oracle/drawio_release_board_refresh_oracle.yaml | initializers.macos.setup:DesktopSetupInitializer | evaluators.macos.drawio:DrawIODiagramEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "set -e\nkillall \"draw.io\" >/dev/null 2>&1 || true\nsleep 1\nfind /Users/bench/Downloads -maxdepth 1 \\( -name '*.drawio' -o -name '.\\$*.drawio.dtmp' -o -name '.\\$*.drawio.bkp' \\) -delete\n", "type": "run_bash"},... | {"evaluator_id": "evaluators.macos.drawio:DrawIODiagramEvaluator", "params": {"actual_path": "/Users/bench/Downloads/release_board_refresh.drawio", "expected_path": "../../../files/drawio/release_board_refresh/expected/release_board_refresh.drawio"}} | 5c61b897d83416927188dd5f64c6cc7503018d546d2d431b4dacfbc186ce4715 | Apache-2.0 | ||||
macos.oracle.gimp.rotate_invert_export | macos | benchmark | true | oracle | Oracle sanity task for macos.gimp.rotate_invert_export. Wait briefly and finish. | tasks/macos/oracle/gimp_overlay_layer_opacity_export_oracle.yaml | initializers.macos.gimp:GimpInitializer | evaluators.macos.gimp:GimpFileEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.gimp:GimpInitializer", "params": {"open_file": "/Users/bench/Downloads/gimp_overlay_background.png", "upload_files": [{"local_path": "tasks/macos/files/gimp/overlay/start/gimp_overlay_background.png", "path": "/Users/bench/Downloads/gimp_overlay_background.png"}], "wait_ms": 18000... | {"evaluator_id": "evaluators.macos.gimp:GimpFileEvaluator", "params": {"actual_path": "/Users/bench/Downloads/gimp_overlay_background.png", "expected_format": "PNG", "expected_height": 1200, "expected_image_path": "files/gimp/overlay/expected/gimp_rotate_invert_output.png", "expected_width": 800, "pixel_tolerance": 1}} | 1054156001c6b763f8a4f393e82d6314d66449b3bc24ad1e3160445d3f1c68f5 | Apache-2.0 | ||||
macos.oracle.gimp.rotate_export_png | macos | benchmark | true | oracle | Oracle sanity task for macos.gimp.rotate_export_png. Wait briefly and finish. | tasks/macos/oracle/gimp_rotate_export_png_oracle.yaml | initializers.macos.gimp:GimpInitializer | evaluators.macos.gimp:GimpFileEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.gimp:GimpInitializer", "params": {"open_file": "/Users/bench/Downloads/gimp_rotate_input.png", "upload_files": [{"local_path": "tasks/macos/files/gimp/rotate/start/gimp_rotate_input.png", "path": "/Users/bench/Downloads/gimp_rotate_input.png"}], "wait_ms": 18000}} | {"evaluator_id": "evaluators.macos.gimp:GimpFileEvaluator", "params": {"actual_path": "/Users/bench/Downloads/gimp_rotate_input.png", "expected_format": "PNG", "expected_height": 900, "expected_image_path": "files/gimp/rotate/expected/gimp_rotate_output.png", "expected_width": 600}} | 4a1ae32c3946b88b98e1a8e222e12e38208adb6ddf8b9393c741b02440086889 | Apache-2.0 | ||||
macos.oracle.gimp.rotate_flip_export | macos | benchmark | true | oracle | Oracle sanity task for macos.gimp.rotate_flip_export. Wait briefly and finish. | tasks/macos/oracle/gimp_transform_pipeline_export_oracle.yaml | initializers.macos.gimp:GimpInitializer | evaluators.macos.gimp:GimpFileEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.gimp:GimpInitializer", "params": {"open_file": "/Users/bench/Downloads/gimp_transform_input.png", "upload_files": [{"local_path": "tasks/macos/files/gimp/transform/start/gimp_transform_input.png", "path": "/Users/bench/Downloads/gimp_transform_input.png"}], "wait_ms": 18000}} | {"evaluator_id": "evaluators.macos.gimp:GimpFileEvaluator", "params": {"actual_path": "/Users/bench/Downloads/gimp_transform_input.png", "expected_format": "PNG", "expected_height": 720, "expected_image_path": "files/gimp/transform/expected/gimp_rotate_flip_output.png", "expected_width": 960}} | ce8840be56a67e826c9e6fd2a8c5b2fafcd937e962991471b41625300f560d78 | Apache-2.0 | ||||
macos.oracle.libreoffice.calc.add_formulas | macos | benchmark | true | oracle | Oracle sanity task for macos.libreoffice.calc.add_formulas. Wait briefly and finish. | tasks/macos/oracle/libreoffice_calc_add_formulas_oracle.yaml | initializers.macos.setup:DesktopSetupInitializer | evaluators.macos.libreoffice_calc_cells:LibreOfficeCalcCellEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "killall -9 soffice.bin >/dev/null 2>&1 || true\nkillall -9 LibreOffice >/dev/null 2>&1 || true\npkill -9 -f LibreOffice >/dev/null 2>&1 || true\nrm -f \"$HOME/Library/Application Support/LibreOffice/4/.lock\" || true... | {"evaluator_id": "evaluators.macos.libreoffice_calc_cells:LibreOfficeCalcCellEvaluator", "params": {"expected_formula_substrings": {"B8": "SUM", "D2": ["B2", "C2"], "D3": ["B3", "C3"], "D4": ["B4", "C4"], "D5": ["B5", "C5"], "D6": ["B6", "C6"], "D8": "SUM"}, "expected_numeric_cells": {"B2": 25, "B3": 40, "B4": 100, "B5... | 6e0cee4a7b9942a8f3d242d2a8b5823aade84efaa026bf4870b92d146976c3ac | Apache-2.0 | ||||
macos.oracle.libreoffice.calc.fill_totals | macos | benchmark | true | oracle | Oracle sanity task for macos.libreoffice.calc.fill_totals. Wait briefly and finish. | tasks/macos/oracle/libreoffice_calc_fill_totals_oracle.yaml | initializers.macos.setup:DesktopSetupInitializer | evaluators.macos.libreoffice_calc_cells:LibreOfficeCalcCellEvaluator | 100 | 120 | [] | {} | {"initializer_id": "initializers.macos.setup:DesktopSetupInitializer", "params": {"steps": [{"script": "killall -9 soffice.bin >/dev/null 2>&1 || true\nkillall -9 LibreOffice >/dev/null 2>&1 || true\npkill -9 -f LibreOffice >/dev/null 2>&1 || true\nrm -f \"$HOME/Library/Application Support/LibreOffice/4/.lock\" || true... | {"evaluator_id": "evaluators.macos.libreoffice_calc_cells:LibreOfficeCalcCellEvaluator", "params": {"expected_numeric_cells": {"B2": 25, "B3": 40, "B4": 100, "B5": 100, "B6": 60, "B7": 325, "C2": 1200, "C3": 350, "C4": 75, "C5": 25, "C6": 150, "D2": 30000, "D3": 14000, "D4": 7500, "D5": 2500, "D6": 9000, "D7": 63000}, ... | 0044c783fec5707e5f919a59a3055c19ddfe2652ec39123df4d09dde861ed8ee | Apache-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.