{"id":"audacity_add_chapter_labels","app":"audacity","task":"Audacity is open with /home/user/Music/audiobook.aup loaded. The project contains a single wavetrack (5 seconds of narration) and no label tracks. Add a label track and place four chapter labels on it, in this order from earliest to latest: 'Intro', 'Chapter 1', 'Chapter 2', 'Outro'. Save the project so the label track and its four labels are persisted to /home/user/Music/audiobook.aup. Exact timestamps do not matter — only that there are exactly four labels with those exact titles on one label track.","env":{"files":[{"filename":"audiobook.aup","sandbox_path":"/home/user/Music/audiobook.aup"},{"filename":"audiobook_data/e00/d00/e000001.au","sandbox_path":"/home/user/Music/audiobook_data/e00/d00/e000001.au"}]},"verification":[{"command":"check-valid-aup /home/user/Music/audiobook.aup","key":"valid","expected":true,"description":"audiobook.aup is still valid"},{"command":"check-labeltrack-count /home/user/Music/audiobook.aup 1","key":"match","expected":true,"description":"Exactly 1 label track exists"},{"command":"check-label-count /home/user/Music/audiobook.aup 4","key":"match","expected":true,"description":"Label track has exactly 4 labels"},{"command":"check-label-exists /home/user/Music/audiobook.aup Intro","key":"match","expected":true,"description":"Label 'Intro' exists"},{"command":"check-label-exists /home/user/Music/audiobook.aup 'Chapter 1'","key":"match","expected":true,"description":"Label 'Chapter 1' exists"},{"command":"check-label-exists /home/user/Music/audiobook.aup 'Chapter 2'","key":"match","expected":true,"description":"Label 'Chapter 2' exists"},{"command":"check-label-exists /home/user/Music/audiobook.aup Outro","key":"match","expected":true,"description":"Label 'Outro' exists"},{"command":"check-track-count /home/user/Music/audiobook.aup 1","key":"match","expected":true,"description":"Original wavetrack count preserved (1)"}],"github_task_path":"task_generator/tasks/audacity_add_chapter_labels"} {"id":"audacity_export_flac_mono","app":"audacity","task":"Audacity is open with /home/user/Music/input.wav already loaded (a 2.5-second mono 44.1 kHz WAV file). Export this audio as a FLAC file to /home/user/Music/output.flac with 16-bit sample format.","env":{"files":[{"filename":"input.wav","sandbox_path":"/home/user/Music/input.wav"}]},"verification":[{"command":"check-file-exists /home/user/Music/output.flac","key":"exists","expected":true,"description":"Exported FLAC exists"},{"command":"check-export-codec /home/user/Music/output.flac flac","key":"match","expected":true,"description":"Codec is flac"},{"command":"check-export-sample-rate /home/user/Music/output.flac 44100","key":"match","expected":true,"description":"Sample rate is 44100 Hz"},{"command":"check-export-channels /home/user/Music/output.flac 1","key":"match","expected":true,"description":"FLAC has 1 channel (mono)"},{"command":"check-export-format /home/user/Music/output.flac flac","key":"match","expected":true,"description":"Container format is flac"}],"github_task_path":"task_generator/tasks/audacity_export_flac_mono"} {"id":"audacity_export_mp3_stereo","app":"audacity","task":"Audacity is open with /home/user/Music/source.wav already loaded (a 3-second stereo 44.1 kHz WAV file). Export this audio as an MP3 file to /home/user/Music/song.mp3 using default bit-rate settings.","env":{"files":[{"filename":"source.wav","sandbox_path":"/home/user/Music/source.wav"}]},"verification":[{"command":"check-file-exists /home/user/Music/song.mp3","key":"exists","expected":true,"description":"Exported MP3 exists"},{"command":"check-export-codec /home/user/Music/song.mp3 mp3","key":"match","expected":true,"description":"Codec is mp3"},{"command":"check-export-channels /home/user/Music/song.mp3 2","key":"match","expected":true,"description":"MP3 has 2 channels (stereo)"},{"command":"check-export-duration-min /home/user/Music/song.mp3 2.5","key":"match","expected":true,"description":"MP3 duration is at least 2.5 seconds"}],"github_task_path":"task_generator/tasks/audacity_export_mp3_stereo"} {"id":"audacity_export_ogg_vorbis","app":"audacity","task":"Audacity is open with /home/user/Music/voice.wav already loaded (a 3-second mono 44.1 kHz WAV file). Export this audio as an OGG Vorbis file to /home/user/Music/voice.ogg with quality setting 0.5.","env":{"files":[{"filename":"voice.wav","sandbox_path":"/home/user/Music/voice.wav"}]},"verification":[{"command":"check-file-exists /home/user/Music/voice.ogg","key":"exists","expected":true,"description":"Exported OGG exists"},{"command":"check-export-codec /home/user/Music/voice.ogg vorbis","key":"match","expected":true,"description":"Codec is vorbis"},{"command":"check-export-duration-min /home/user/Music/voice.ogg 2.5","key":"match","expected":true,"description":"Duration is at least 2.5 seconds"}],"github_task_path":"task_generator/tasks/audacity_export_ogg_vorbis"} {"id":"audacity_export_with_project_metadata","app":"audacity","task":"Audacity is open with /home/user/Music/song.aup loaded. The project contains a single stereo wavetrack (~3 seconds). The project currently has no metadata tags. Set these tag values exactly: Title: Starlight, Artist: Nova Sound, Year: 2025. Save the project with Ctrl+S (so the tags are persisted inside /home/user/Music/song.aup). Export the audio as a WAV file to /home/user/Music/starlight.wav using 'WAV (Microsoft) signed 16-bit PCM' format. Both the updated /home/user/Music/song.aup AND the exported /home/user/Music/starlight.wav must exist.","env":{"files":[{"filename":"song.aup","sandbox_path":"/home/user/Music/song.aup"},{"filename":"song_data/e00/d00/e000001.au","sandbox_path":"/home/user/Music/song_data/e00/d00/e000001.au"},{"filename":"song_data/e00/d00/e000002.au","sandbox_path":"/home/user/Music/song_data/e00/d00/e000002.au"}]},"verification":[{"command":"check-valid-aup /home/user/Music/song.aup","key":"valid","expected":true,"description":"song.aup is still valid"},{"command":"check-tag-value /home/user/Music/song.aup TITLE Starlight","key":"match","expected":true,"description":"TITLE tag is 'Starlight' in .aup"},{"command":"check-tag-value /home/user/Music/song.aup ARTIST 'Nova Sound'","key":"match","expected":true,"description":"ARTIST tag is 'Nova Sound' in .aup"},{"command":"check-tag-value /home/user/Music/song.aup YEAR 2025","key":"match","expected":true,"description":"YEAR tag is '2025' in .aup"},{"command":"check-file-exists /home/user/Music/starlight.wav","key":"exists","expected":true,"description":"Exported WAV exists at /home/user/Music/starlight.wav"},{"command":"check-export-codec /home/user/Music/starlight.wav pcm_s16le","key":"match","expected":true,"description":"Exported WAV codec is pcm_s16le"},{"command":"check-export-channels /home/user/Music/starlight.wav 2","key":"match","expected":true,"description":"Exported WAV is stereo (2 channels)"},{"command":"check-export-format /home/user/Music/starlight.wav wav","key":"match","expected":true,"description":"Exported container format is WAV"}],"github_task_path":"task_generator/tasks/audacity_export_with_project_metadata"} {"id":"audacity_gap_amplify_export","app":"audacity","task":"Audacity is open with /home/user/Music/quiet.wav already loaded as a single mono 44.1 kHz audio track. The track is a quiet 3-second 440 Hz sine tone with peak amplitude near -20 dBFS. Select the entire audio and apply an Amplify effect with +6.0 dB amplification. Then export the result to /home/user/Music/amplified.wav as a mono 44100 Hz 16-bit PCM WAV file.","env":{"files":[{"filename":"quiet.wav","sandbox_path":"/home/user/Music/quiet.wav"}]},"verification":[{"command":"check-file-exists /home/user/Music/amplified.wav","key":"exists","expected":true,"description":"Amplified WAV exists"},{"command":"check-export-codec /home/user/Music/amplified.wav pcm_s16le","key":"match","expected":true,"description":"Codec is pcm_s16le"},{"command":"check-export-sample-rate /home/user/Music/amplified.wav 44100","key":"match","expected":true,"description":"Sample rate 44100 Hz"},{"command":"check-export-channels /home/user/Music/amplified.wav 1","key":"match","expected":true,"description":"Mono (1 channel)"},{"command":"check-export-duration-min /home/user/Music/amplified.wav 2.9","key":"match","expected":true,"description":"Duration >= 2.9s"},{"command":"check-export-peak-db /home/user/Music/amplified.wav -15.5 -12.5","key":"match","expected":true,"description":"Peak amplitude boosted to near -14 dBFS (source was -20 dBFS, +6 dB applied)"},{"command":"check-export-dominant-freq /home/user/Music/amplified.wav 0.5 2.5 440 3","key":"match","expected":true,"description":"Dominant frequency still 440 Hz (amplify preserves frequency)"}],"github_task_path":"task_generator/tasks/audacity_gap_amplify_export"} {"id":"audacity_gap_cut_middle_export","app":"audacity","task":"Audacity is open with /home/user/Music/long.wav already loaded as a single mono 44.1 kHz audio track - a 10-second sine tone at 440 Hz. Select exactly the region from 3.0 seconds to 7.0 seconds and remove it (cut), so the selected 4-second region is removed entirely, leaving a continuous 6-second track. Export the result to /home/user/Music/trimmed.wav using 'WAV (Microsoft) signed 16-bit PCM' at 44100 Hz mono.","env":{"files":[{"filename":"long.wav","sandbox_path":"/home/user/Music/long.wav"}]},"verification":[{"command":"check-file-exists /home/user/Music/trimmed.wav","key":"exists","expected":true,"description":"Trimmed WAV exists"},{"command":"check-export-codec /home/user/Music/trimmed.wav pcm_s16le","key":"match","expected":true,"description":"Codec pcm_s16le"},{"command":"check-export-channels /home/user/Music/trimmed.wav 1","key":"match","expected":true,"description":"Mono"},{"command":"check-export-sample-rate /home/user/Music/trimmed.wav 44100","key":"match","expected":true,"description":"44100 Hz"},{"command":"check-export-duration-min /home/user/Music/trimmed.wav 5.9","key":"match","expected":true,"description":"Duration >= 5.9s (after 4s cut)"},{"command":"export-info /home/user/Music/trimmed.wav","eval":"float(result['format']['duration']) <= 6.15","description":"Duration <= 6.15s (the cut really happened — not still 10s)"},{"command":"check-export-dominant-freq /home/user/Music/trimmed.wav 1.0 3.0 440 3","key":"match","expected":true,"description":"Retained audio still 440 Hz"}],"github_task_path":"task_generator/tasks/audacity_gap_cut_middle_export"} {"id":"audacity_gap_duplicate_track","app":"audacity","task":"Audacity is open with /home/user/Music/single.wav loaded (a 3-second 440 Hz sine tone at amplitude 0.3, mono 44.1 kHz - peak around -10 dBFS). Duplicate the track so there are two identical tracks at the same time offset. Save the project to /home/user/Music/single.aup. Export the full mix (both tracks playing simultaneously) to /home/user/Music/doubled.wav using 'WAV (Microsoft) signed 16-bit PCM' at 44100 Hz mono.","env":{"files":[{"filename":"single.wav","sandbox_path":"/home/user/Music/single.wav"}]},"verification":[{"command":"check-file-exists /home/user/Music/single.aup","key":"exists","expected":true,"description":"Project file saved"},{"command":"check-track-count /home/user/Music/single.aup 2","key":"match","expected":true,"description":"Project has exactly 2 wavetracks (duplicate created)"},{"command":"check-file-exists /home/user/Music/doubled.wav","key":"exists","expected":true,"description":"Doubled mix WAV exists"},{"command":"check-export-codec /home/user/Music/doubled.wav pcm_s16le","key":"match","expected":true,"description":"Codec pcm_s16le"},{"command":"check-export-channels /home/user/Music/doubled.wav 1","key":"match","expected":true,"description":"Mono mix"},{"command":"check-export-duration-min /home/user/Music/doubled.wav 2.9","key":"match","expected":true,"description":"Duration ~3s"},{"command":"check-export-peak-db /home/user/Music/doubled.wav -5.5 -2.5","key":"match","expected":true,"description":"Peak is ~6 dB above original (two identical tracks sum to ~2x amplitude)"},{"command":"check-export-dominant-freq /home/user/Music/doubled.wav 0.5 2.5 440 3","key":"match","expected":true,"description":"Dominant frequency still 440 Hz"}],"github_task_path":"task_generator/tasks/audacity_gap_duplicate_track"} {"id":"audacity_gap_fade_in_out","app":"audacity","task":"Audacity is open with /home/user/Music/steady.wav loaded (a 5-second 440 Hz sine tone at constant amplitude 0.7). Apply a fade-in effect to the first 1 second (0 to 1s) and a fade-out effect to the last 1 second (4 to 5s). Export the result to /home/user/Music/faded.wav as a mono 44100 Hz 16-bit PCM WAV file.","env":{"files":[{"filename":"steady.wav","sandbox_path":"/home/user/Music/steady.wav"}]},"verification":[{"command":"check-file-exists /home/user/Music/faded.wav","key":"exists","expected":true,"description":"Faded WAV exists"},{"command":"check-export-codec /home/user/Music/faded.wav pcm_s16le","key":"match","expected":true,"description":"Codec pcm_s16le"},{"command":"check-export-channels /home/user/Music/faded.wav 1","key":"match","expected":true,"description":"Mono"},{"command":"check-export-duration-min /home/user/Music/faded.wav 4.9","key":"match","expected":true,"description":"Duration ~5s"},{"command":"check-export-region-silent /home/user/Music/faded.wav 0.0 0.05 -25","key":"match","expected":true,"description":"Start of track is faded in (near silent in first 50 ms)"},{"command":"check-export-region-silent /home/user/Music/faded.wav 4.95 5.0 -25","key":"match","expected":true,"description":"End of track is faded out (near silent in last 50 ms)"},{"command":"check-export-region-rms-db /home/user/Music/faded.wav 2.0 3.0 -10 -4","key":"match","expected":true,"description":"Middle region retains full-amplitude tone (~-9 dB RMS for 0.5 amplitude sine)"}],"github_task_path":"task_generator/tasks/audacity_gap_fade_in_out"} {"id":"audacity_gap_generate_silence_chirp","app":"audacity","task":"Audacity is open with an empty project. First, change the Project Rate to 48000 Hz. Generate a linear chirp with these exact settings: Waveform = Sine, Start frequency = 200 Hz, End frequency = 4000 Hz, Start amplitude = 0.8, End amplitude = 0.8, Interpolation = Linear, Duration = 4.0 seconds. Then append 2.0 seconds of silence after the chirp. The total track length should be 6.0 seconds. Export the full track to /home/user/Music/chirp_silence.wav using 'WAV (Microsoft) signed 16-bit PCM' at 48000 Hz mono.","env":{"files":[]},"verification":[{"command":"check-file-exists /home/user/Music/chirp_silence.wav","key":"exists","expected":true,"description":"Chirp+silence WAV exists"},{"command":"check-export-codec /home/user/Music/chirp_silence.wav pcm_s16le","key":"match","expected":true,"description":"Codec pcm_s16le"},{"command":"check-export-sample-rate /home/user/Music/chirp_silence.wav 48000","key":"match","expected":true,"description":"48000 Hz"},{"command":"check-export-channels /home/user/Music/chirp_silence.wav 1","key":"match","expected":true,"description":"Mono"},{"command":"check-export-duration-min /home/user/Music/chirp_silence.wav 5.9","key":"match","expected":true,"description":"Duration ~6s"},{"command":"check-export-region-silent /home/user/Music/chirp_silence.wav 4.5 5.9 -30","key":"match","expected":true,"description":"Last ~2s region is silence"},{"command":"check-export-region-rms-db /home/user/Music/chirp_silence.wav 1.0 3.0 -10 -1","key":"match","expected":true,"description":"First 4s has signal (chirp RMS roughly -3 to -5 dB for amp 0.8)"},{"command":"check-export-dominant-freq /home/user/Music/chirp_silence.wav 0.0 0.2 400 40","key":"match","expected":true,"description":"Chirp starts near 200 Hz (sampled 0-0.2s)"},{"command":"check-export-dominant-freq /home/user/Music/chirp_silence.wav 3.8 4.0 3700 15","key":"match","expected":true,"description":"Chirp ends near 4000 Hz (sampled 3.8-4.0s)"}],"github_task_path":"task_generator/tasks/audacity_gap_generate_silence_chirp"} {"id":"audacity_gap_label_track_export","app":"audacity","task":"Audacity is open with /home/user/Music/podcast.wav loaded (a 12-second mono 44.1 kHz tone). Add a new label track. Create exactly three labels in that label track: at time 0.0s with title 'intro', at time 4.0s with title 'main', at time 8.0s with title 'outro'. Save the Audacity project to /home/user/Music/podcast.aup. Export the label track to /home/user/Music/podcast_labels.txt. Do not export the audio itself - only the labels text file and the .aup project are required outputs.","env":{"files":[{"filename":"podcast.wav","sandbox_path":"/home/user/Music/podcast.wav"}]},"verification":[{"command":"check-file-exists /home/user/Music/podcast.aup","key":"exists","expected":true,"description":"Audacity project saved"},{"command":"check-valid-aup /home/user/Music/podcast.aup","key":"valid","expected":true,"description":"Project file is a valid .aup"},{"command":"check-labeltrack-count /home/user/Music/podcast.aup 1","key":"match","expected":true,"description":"Exactly 1 label track"},{"command":"check-label-count /home/user/Music/podcast.aup 3","key":"match","expected":true,"description":"Exactly 3 labels total"},{"command":"check-label-exists /home/user/Music/podcast.aup intro","key":"match","expected":true,"description":"Label 'intro' exists"},{"command":"check-label-exists /home/user/Music/podcast.aup main","key":"match","expected":true,"description":"Label 'main' exists"},{"command":"check-label-exists /home/user/Music/podcast.aup outro","key":"match","expected":true,"description":"Label 'outro' exists"},{"command":"labels /home/user/Music/podcast.aup","eval":"any(abs(float(l['t']) - 0.0) < 0.15 for l in result if l['title']=='intro') and any(abs(float(l['t']) - 4.0) < 0.15 for l in result if l['title']=='main') and any(abs(float(l['t']) - 8.0) < 0.15 for l in result if l['title']=='outro')","description":"Label timestamps are at 0.0, 4.0, 8.0 (within 0.15s)"},{"command":"check-file-exists /home/user/Music/podcast_labels.txt","key":"exists","expected":true,"description":"Exported labels text file exists"},{"command":"check-file-size-min /home/user/Music/podcast_labels.txt 30","key":"match","expected":true,"description":"Labels text file is non-empty (3 entries > 30 bytes)"}],"github_task_path":"task_generator/tasks/audacity_gap_label_track_export"} {"id":"audacity_gap_noise_generate_filter","app":"audacity","task":"Audacity is open with an empty project. Generate white noise with these exact settings: Noise type = White, Amplitude = 0.8, Duration = 3.0 seconds. Select the entire noise audio and apply a low-pass filter with Cutoff frequency = 1000 Hz and Rolloff = 24 dB per octave. Export the filtered audio to /home/user/Music/filtered_noise.wav using 'WAV (Microsoft) signed 16-bit PCM' at 44100 Hz mono.","env":{"files":[]},"verification":[{"command":"check-file-exists /home/user/Music/filtered_noise.wav","key":"exists","expected":true,"description":"Filtered noise WAV exists"},{"command":"check-export-codec /home/user/Music/filtered_noise.wav pcm_s16le","key":"match","expected":true,"description":"Codec pcm_s16le"},{"command":"check-export-sample-rate /home/user/Music/filtered_noise.wav 44100","key":"match","expected":true,"description":"44100 Hz"},{"command":"check-export-channels /home/user/Music/filtered_noise.wav 1","key":"match","expected":true,"description":"Mono"},{"command":"check-export-duration-min /home/user/Music/filtered_noise.wav 2.9","key":"match","expected":true,"description":"Duration ~3s"},{"command":"check-export-band-energy-ratio-max /home/user/Music/filtered_noise.wav 2000 0.35","key":"match","expected":true,"description":"Most energy below 2000 Hz (high-frequency content attenuated by low-pass)"},{"command":"check-export-region-rms-db /home/user/Music/filtered_noise.wav 0.5 2.5 -25 -3","key":"match","expected":true,"description":"There IS signal (not accidentally exported silence)"}],"github_task_path":"task_generator/tasks/audacity_gap_noise_generate_filter"} {"id":"audacity_gap_normalize_export","app":"audacity","task":"Audacity is open with /home/user/Music/uneven.wav already loaded as a single mono 44.1 kHz track (a 5-second 440 Hz sine tone with varying amplitude). Apply a Normalize effect to -1.0 dB. Export the result to /home/user/Music/normalized.wav as a mono 44100 Hz 16-bit PCM WAV file.","env":{"files":[{"filename":"uneven.wav","sandbox_path":"/home/user/Music/uneven.wav"}]},"verification":[{"command":"check-file-exists /home/user/Music/normalized.wav","key":"exists","expected":true,"description":"Normalized WAV exists"},{"command":"check-export-codec /home/user/Music/normalized.wav pcm_s16le","key":"match","expected":true,"description":"Codec pcm_s16le"},{"command":"check-export-sample-rate /home/user/Music/normalized.wav 44100","key":"match","expected":true,"description":"44100 Hz"},{"command":"check-export-channels /home/user/Music/normalized.wav 1","key":"match","expected":true,"description":"Mono"},{"command":"check-export-duration-min /home/user/Music/normalized.wav 3.9","key":"match","expected":true,"description":"Duration ~4s"},{"command":"check-export-peak-db /home/user/Music/normalized.wav -1.7 -0.3","key":"match","expected":true,"description":"Peak normalized to -1 dB (within 0.7 dB)"},{"command":"check-export-dominant-freq /home/user/Music/normalized.wav 0.5 3.5 330 3","key":"match","expected":true,"description":"Dominant frequency preserved at 330 Hz"}],"github_task_path":"task_generator/tasks/audacity_gap_normalize_export"} {"id":"audacity_gap_pitch_change","app":"audacity","task":"Audacity is open with /home/user/Music/source_a4.wav loaded (a 3-second 440 Hz sine tone, amplitude 0.5, mono 44.1 kHz). Modify the audio so that its pitch is increased from 440 Hz to 880 Hz without changing its duration. Save the result to: /home/user/Music/pitched.wav. The output must be a mono 44.1 kHz WAV file encoded as signed 16-bit PCM.","env":{"files":[{"filename":"source_a4.wav","sandbox_path":"/home/user/Music/source_a4.wav"}]},"verification":[{"command":"check-file-exists /home/user/Music/pitched.wav","key":"exists","expected":true,"description":"Pitched WAV exists"},{"command":"check-export-codec /home/user/Music/pitched.wav pcm_s16le","key":"match","expected":true,"description":"Codec pcm_s16le"},{"command":"check-export-channels /home/user/Music/pitched.wav 1","key":"match","expected":true,"description":"Mono"},{"command":"check-export-duration-min /home/user/Music/pitched.wav 2.8","key":"match","expected":true,"description":"Duration ~3s (pitch shift preserves duration)"},{"command":"export-info /home/user/Music/pitched.wav","eval":"float(result['format']['duration']) <= 3.2","description":"Duration <= 3.2s (not tempo-shifted)"},{"command":"check-export-dominant-freq /home/user/Music/pitched.wav 0.5 2.5 880 5","key":"match","expected":true,"description":"Dominant frequency raised to ~880 Hz (one octave up)"}],"github_task_path":"task_generator/tasks/audacity_gap_pitch_change"} {"id":"audacity_gap_reverse_effect","app":"audacity","task":"Audacity is open with /home/user/Music/phrase.wav loaded — a 3-second linear chirp sweeping from 300 Hz to 3000 Hz. Apply the Reverse effect to reverse the audio in time. Export the result to /home/user/Music/reversed.wav as a mono 44100 Hz 16-bit PCM WAV file.","env":{"files":[{"filename":"phrase.wav","sandbox_path":"/home/user/Music/phrase.wav"}]},"verification":[{"command":"check-file-exists /home/user/Music/reversed.wav","key":"exists","expected":true,"description":"Reversed WAV exists"},{"command":"check-export-codec /home/user/Music/reversed.wav pcm_s16le","key":"match","expected":true,"description":"Codec pcm_s16le"},{"command":"check-export-channels /home/user/Music/reversed.wav 1","key":"match","expected":true,"description":"Mono"},{"command":"check-export-duration-min /home/user/Music/reversed.wav 2.9","key":"match","expected":true,"description":"Duration ~3s"},{"command":"check-export-dominant-freq /home/user/Music/reversed.wav 0.0 0.1 2900 20","key":"match","expected":true,"description":"First 0.1s now has high frequency (was end of original chirp ~3000 Hz)"},{"command":"check-export-dominant-freq /home/user/Music/reversed.wav 2.9 3.0 400 40","key":"match","expected":true,"description":"Last 0.1s now has low frequency (was start of original chirp ~300 Hz)"}],"github_task_path":"task_generator/tasks/audacity_gap_reverse_effect"} {"id":"audacity_gap_silence_region","app":"audacity","task":"Audacity is open with /home/user/Music/voiceover.wav loaded (a 6-second 330 Hz tone at amplitude 0.6). Silence the audio from 2.0s to 4.0s. Export the result to /home/user/Music/silenced.wav as a mono 44100 Hz 16-bit PCM WAV file.","env":{"files":[{"filename":"voiceover.wav","sandbox_path":"/home/user/Music/voiceover.wav"}]},"verification":[{"command":"check-file-exists /home/user/Music/silenced.wav","key":"exists","expected":true,"description":"Silenced WAV exists"},{"command":"check-export-codec /home/user/Music/silenced.wav pcm_s16le","key":"match","expected":true,"description":"Codec pcm_s16le"},{"command":"check-export-channels /home/user/Music/silenced.wav 1","key":"match","expected":true,"description":"Mono"},{"command":"check-export-duration-min /home/user/Music/silenced.wav 5.9","key":"match","expected":true,"description":"Duration >= 5.9s (unchanged)"},{"command":"check-export-region-silent /home/user/Music/silenced.wav 2.1 3.9 -40","key":"match","expected":true,"description":"Region 2.1-3.9s is silent (<-40 dB RMS)"},{"command":"check-export-region-rms-db /home/user/Music/silenced.wav 0.5 1.5 -10 -3","key":"match","expected":true,"description":"Region before the silence retains original tone"},{"command":"check-export-region-rms-db /home/user/Music/silenced.wav 4.5 5.5 -10 -3","key":"match","expected":true,"description":"Region after the silence retains original tone"}],"github_task_path":"task_generator/tasks/audacity_gap_silence_region"} {"id":"audacity_gap_tempo_change","app":"audacity","task":"Audacity is open with /home/user/Music/beat.wav loaded (a 4-second 440 Hz sine tone, amplitude 0.5, mono 44.1 kHz). Select all audio and apply a tempo change with Percent Change = +100.000 percent so the tempo is doubled and the audio is compressed to roughly 2.0 seconds. The pitch should be preserved (still 440 Hz). Export the result to /home/user/Music/faster.wav using 'WAV (Microsoft) signed 16-bit PCM' at 44100 Hz mono.","env":{"files":[{"filename":"beat.wav","sandbox_path":"/home/user/Music/beat.wav"}]},"verification":[{"command":"check-file-exists /home/user/Music/faster.wav","key":"exists","expected":true,"description":"Tempo-changed WAV exists"},{"command":"check-export-codec /home/user/Music/faster.wav pcm_s16le","key":"match","expected":true,"description":"Codec pcm_s16le"},{"command":"check-export-channels /home/user/Music/faster.wav 1","key":"match","expected":true,"description":"Mono"},{"command":"check-export-duration-min /home/user/Music/faster.wav 1.85","key":"match","expected":true,"description":"Duration >= 1.85s (compressed from 4s)"},{"command":"export-info /home/user/Music/faster.wav","eval":"float(result['format']['duration']) <= 2.2","description":"Duration <= 2.2s (confirms tempo was doubled, not left unchanged)"},{"command":"check-export-dominant-freq /home/user/Music/faster.wav 0.3 1.5 440 5","key":"match","expected":true,"description":"Dominant frequency still 440 Hz (tempo change preserves pitch)"}],"github_task_path":"task_generator/tasks/audacity_gap_tempo_change"} {"id":"audacity_mix_two_files_export","app":"audacity","task":"Audacity is open with /home/user/Music/base.wav already loaded as the first track (a 3-second stereo 44.1 kHz WAV). Import /home/user/Music/overlay.wav (a 3-second mono 44.1 kHz WAV) as a second track. Mix the two tracks together and export the result to /home/user/Music/mixed.wav as a stereo 44100 Hz 16-bit PCM WAV file.","env":{"files":[{"filename":"base.wav","sandbox_path":"/home/user/Music/base.wav"},{"filename":"overlay.wav","sandbox_path":"/home/user/Music/overlay.wav"}]},"verification":[{"command":"check-file-exists /home/user/Music/mixed.wav","key":"exists","expected":true,"description":"Mixed WAV exists"},{"command":"check-export-codec /home/user/Music/mixed.wav pcm_s16le","key":"match","expected":true,"description":"Codec is pcm_s16le"},{"command":"check-export-channels /home/user/Music/mixed.wav 2","key":"match","expected":true,"description":"Mixed file has 2 channels (stereo)"},{"command":"check-export-duration-min /home/user/Music/mixed.wav 2.5","key":"match","expected":true,"description":"Duration is at least 2.5 seconds"},{"command":"check-export-format /home/user/Music/mixed.wav wav","key":"match","expected":true,"description":"Container format is wav"}],"github_task_path":"task_generator/tasks/audacity_mix_two_files_export"} {"id":"audacity_multi_track_project_setup","app":"audacity","task":"Audacity is open with /home/user/Music/empty.aup loaded. The project currently has zero audio tracks. Create three new mono audio tracks and give each a specific name, in this exact top-to-bottom order: 'Drums' (top-most track), 'Bass' (middle), 'Synth' (bottom). Save the project so the changes are persisted to /home/user/Music/empty.aup.","env":{"files":[{"filename":"empty.aup","sandbox_path":"/home/user/Music/empty.aup"}]},"verification":[{"command":"check-valid-aup /home/user/Music/empty.aup","key":"valid","expected":true,"description":"empty.aup is still valid"},{"command":"check-track-count /home/user/Music/empty.aup 3","key":"match","expected":true,"description":"Project has exactly 3 wavetracks"},{"command":"check-track-name /home/user/Music/empty.aup Drums","key":"match","expected":true,"description":"A track named 'Drums' exists"},{"command":"check-track-name /home/user/Music/empty.aup Bass","key":"match","expected":true,"description":"A track named 'Bass' exists"},{"command":"check-track-name /home/user/Music/empty.aup Synth","key":"match","expected":true,"description":"A track named 'Synth' exists"},{"command":"tracks /home/user/Music/empty.aup","eval":"[t.get('name') for t in result] == ['Drums', 'Bass', 'Synth']","description":"Track order is Drums, Bass, Synth top-to-bottom"},{"command":"check-labeltrack-count /home/user/Music/empty.aup 0","key":"match","expected":true,"description":"No label tracks were added"}],"github_task_path":"task_generator/tasks/audacity_multi_track_project_setup"} {"id":"audacity_mute_solo_configuration","app":"audacity","task":"Audacity is open with /home/user/Music/mix.aup loaded. The project has three wavetracks in this top-to-bottom order: 'Bass' (index 0), 'Drums' (index 1), 'Keys' (index 2). All tracks are currently unmuted and unsoloed. Configure the track mute/solo state as follows: mute the 'Bass' track, solo the 'Drums' track, leave the 'Keys' track neither muted nor soloed. Save the project so the mute/solo flags are persisted inside /home/user/Music/mix.aup.","env":{"files":[{"filename":"mix.aup","sandbox_path":"/home/user/Music/mix.aup"},{"filename":"mix_data/e00/d00/e000001.au","sandbox_path":"/home/user/Music/mix_data/e00/d00/e000001.au"},{"filename":"mix_data/e00/d00/e000002.au","sandbox_path":"/home/user/Music/mix_data/e00/d00/e000002.au"},{"filename":"mix_data/e00/d00/e000003.au","sandbox_path":"/home/user/Music/mix_data/e00/d00/e000003.au"}]},"verification":[{"command":"check-valid-aup /home/user/Music/mix.aup","key":"valid","expected":true,"description":"mix.aup is still valid"},{"command":"check-track-count /home/user/Music/mix.aup 3","key":"match","expected":true,"description":"Project still has 3 wavetracks"},{"command":"check-track-mute /home/user/Music/mix.aup 0 true","key":"match","expected":true,"description":"Track 0 (Bass) is muted"},{"command":"check-track-solo /home/user/Music/mix.aup 1 true","key":"match","expected":true,"description":"Track 1 (Drums) is soloed"},{"command":"check-track-mute /home/user/Music/mix.aup 2 false","key":"match","expected":true,"description":"Track 2 (Keys) is NOT muted"},{"command":"check-track-solo /home/user/Music/mix.aup 2 false","key":"match","expected":true,"description":"Track 2 (Keys) is NOT soloed"},{"command":"check-track-mute /home/user/Music/mix.aup 1 false","key":"match","expected":true,"description":"Track 1 (Drums) is NOT muted"},{"command":"check-track-solo /home/user/Music/mix.aup 0 false","key":"match","expected":true,"description":"Track 0 (Bass) is NOT soloed"}],"github_task_path":"task_generator/tasks/audacity_mute_solo_configuration"} {"id":"audacity_preference_default_sample_format","app":"audacity","task":"Audacity is already running. Change the Default Sample Format setting to '32-bit float'. Save the preference so it persists to the configuration file.","env":{"files":[]},"verification":[{"command":"check-preference Quality DefaultSampleFormat 524293","key":"match","expected":true,"description":"Default sample format is 524293 (32-bit float)"}],"github_task_path":"task_generator/tasks/audacity_preference_default_sample_format"} {"id":"audacity_project_metadata_full","app":"audacity","task":"Audacity is open with /home/user/Music/ambient.aup already loaded. The project contains a single wavetrack. Set the project metadata as follows: Artist: 'Ambient Artist', Title: 'Relaxing Sounds', Album: 'Chill Collection', Year: 2023, Track Number: 5, Genre: 'Ambient', Comments: 'Generated for testing'. Save the project.","env":{"files":[{"filename":"ambient.aup","sandbox_path":"/home/user/Music/ambient.aup"},{"filename":"ambient_data/e00/d00/e000001.au","sandbox_path":"/home/user/Music/ambient_data/e00/d00/e000001.au"}]},"verification":[{"command":"check-valid-aup /home/user/Music/ambient.aup","key":"valid","expected":true,"description":"Project file is still a valid .aup"},{"command":"check-tag-value /home/user/Music/ambient.aup TITLE 'Relaxing Sounds'","key":"match","expected":true,"description":"TITLE tag is 'Relaxing Sounds'"},{"command":"check-tag-value /home/user/Music/ambient.aup ARTIST 'Ambient Artist'","key":"match","expected":true,"description":"ARTIST tag is 'Ambient Artist'"},{"command":"check-tag-value /home/user/Music/ambient.aup ALBUM 'Chill Collection'","key":"match","expected":true,"description":"ALBUM tag is 'Chill Collection'"},{"command":"check-tag-value /home/user/Music/ambient.aup YEAR 2023","key":"match","expected":true,"description":"YEAR tag is '2023'"},{"command":"check-tag-value /home/user/Music/ambient.aup GENRE Ambient","key":"match","expected":true,"description":"GENRE tag is 'Ambient'"},{"command":"check-tag-contains /home/user/Music/ambient.aup COMMENTS 'Generated for testing'","key":"match","expected":true,"description":"COMMENTS tag contains 'Generated for testing'"}],"github_task_path":"task_generator/tasks/audacity_project_metadata_full"} {"id":"audacity_resample_export_22050","app":"audacity","task":"Audacity is open with /home/user/Music/tone44.wav already loaded (a 2-second mono 44.1 kHz WAV). Change the project rate to 22050 Hz (which will resample the audio). Export the result to /home/user/Music/tone22.wav as a mono 22050 Hz 16-bit PCM WAV file.","env":{"files":[{"filename":"tone44.wav","sandbox_path":"/home/user/Music/tone44.wav"}]},"verification":[{"command":"check-file-exists /home/user/Music/tone22.wav","key":"exists","expected":true,"description":"Resampled WAV exists"},{"command":"check-export-sample-rate /home/user/Music/tone22.wav 22050","key":"match","expected":true,"description":"Sample rate is 22050 Hz"},{"command":"check-export-channels /home/user/Music/tone22.wav 1","key":"match","expected":true,"description":"Channel count is 1 (mono)"},{"command":"check-export-codec /home/user/Music/tone22.wav pcm_s16le","key":"match","expected":true,"description":"Codec is pcm_s16le"}],"github_task_path":"task_generator/tasks/audacity_resample_export_22050"} {"id":"audacity_stereo_to_mono_export","app":"audacity","task":"Audacity is open with /home/user/Music/stereo.wav already loaded (a 2-second stereo 44.1 kHz WAV). Convert the stereo track to mono and export the result to /home/user/Music/mono.wav as a mono 44100 Hz 16-bit PCM WAV file.","env":{"files":[{"filename":"stereo.wav","sandbox_path":"/home/user/Music/stereo.wav"}]},"verification":[{"command":"check-file-exists /home/user/Music/mono.wav","key":"exists","expected":true,"description":"Mono WAV exists"},{"command":"check-export-codec /home/user/Music/mono.wav pcm_s16le","key":"match","expected":true,"description":"Codec is pcm_s16le"},{"command":"check-export-channels /home/user/Music/mono.wav 1","key":"match","expected":true,"description":"Channel count is 1 (mono)"},{"command":"check-export-sample-rate /home/user/Music/mono.wav 44100","key":"match","expected":true,"description":"Sample rate is 44100 Hz"}],"github_task_path":"task_generator/tasks/audacity_stereo_to_mono_export"} {"id":"calc_3d_quarterly_consolidation","app":"libreoffice_calc","task":"Open the file /home/user/Documents/quarters.xlsx in LibreOffice Calc. The workbook has sheets Q1, Q2, Q3, Q4 (each with Product in column A and Sales in column B for 8 products in rows 2-9) and a 'PriorYear' sheet with the same 8 products and their prior-year totals in column B.\n\n1. Create a new sheet named 'Annual'.\n2. On Annual, fill row 1 with bold headers: A1='Product', B1='Annual', C1='Prior Year', D1='YoY %'.\n3. In A2:A9 copy the 8 product names from Q1.A2:A9 (Alpha, Beta, Gamma, Delta, Epsilon, Zeta, Eta, Theta).\n4. In B2 enter =Q1.B2+Q2.B2+Q3.B2+Q4.B2 (or use =SUM(Q1.B2,Q2.B2,Q3.B2,Q4.B2)) and fill down through B9.\n5. In C2 enter =VLOOKUP(A2,PriorYear.A2:B9,2,0) and fill down through C9.\n6. In D2 enter =(B2-C2)/C2*100 and fill down through D9.\n7. In A10 type 'Total' and make it bold. In B10 enter =SUM(B2:B9). In C10 enter =SUM(C2:C9).\n8. Save the file.","env":{"files":[{"filename":"quarters.xlsx","sandbox_path":"/home/user/Documents/quarters.xlsx"}]},"verification":[{"command":"check-sheet-exists Annual","key":"exists","expected":true,"description":"Annual sheet exists"},{"command":"check-cell-value A1 Product Annual","key":"match","expected":true,"description":"Annual A1 = Product"},{"command":"check-cell-value B1 Annual Annual","key":"match","expected":true,"description":"Annual B1 = Annual"},{"command":"check-cell-value C1 \"Prior Year\" Annual","key":"match","expected":true,"description":"Annual C1 = Prior Year"},{"command":"check-cell-value D1 \"YoY %\" Annual","key":"match","expected":true,"description":"Annual D1 = YoY %"},{"command":"check-cell-formatted A1 true Annual","key":"match","expected":true,"description":"Annual A1 bold"},{"command":"check-cell-value A2 Alpha Annual","key":"match","expected":true,"description":"Annual A2 = Alpha"},{"command":"check-cell-value A9 Theta Annual","key":"match","expected":true,"description":"Annual A9 = Theta"},{"command":"check-cell-value B2 55000 Annual","key":"match","expected":true,"description":"Annual B2 Alpha = 55000"},{"command":"check-cell-value B3 35300 Annual","key":"match","expected":true,"description":"Annual B3 Beta = 35300"},{"command":"check-cell-value B4 66000 Annual","key":"match","expected":true,"description":"Annual B4 Gamma = 66000"},{"command":"check-cell-value B6 87500 Annual","key":"match","expected":true,"description":"Annual B6 Epsilon = 87500"},{"command":"check-cell-value B9 48500 Annual","key":"match","expected":true,"description":"Annual B9 Theta = 48500"},{"command":"check-cell-value C2 50000 Annual","key":"match","expected":true,"description":"Annual C2 Alpha prior = 50000"},{"command":"cell-value D2 Annual","eval":"abs((result.get('value') or 0) - 10.0) < 0.01","description":"Annual D2 Alpha YoY = 10.0"},{"command":"cell-value D4 Annual","eval":"abs((result.get('value') or 0) - 13.79310344827586) < 0.05","description":"Annual D4 Gamma YoY approx 13.79"},{"command":"check-cell-value A10 Total Annual","key":"match","expected":true,"description":"Annual A10 = Total"},{"command":"check-cell-formatted A10 true Annual","key":"match","expected":true,"description":"Annual A10 bold"},{"command":"check-cell-value B10 420300 Annual","key":"match","expected":true,"description":"Annual B10 total annual = 420300"},{"command":"check-cell-value C10 378000 Annual","key":"match","expected":true,"description":"Annual C10 total prior = 378000"},{"command":"cell-value B2 Annual","eval":"result.get('formula') is not None and 'Q1' in result.get('formula','').upper() and 'Q4' in result.get('formula','').upper()","description":"Annual B2 references Q1 and Q4"},{"command":"cell-value C2 Annual","eval":"result.get('formula') is not None and ('VLOOKUP' in result.get('formula','').upper() or 'INDEX' in result.get('formula','').upper() or 'PRIORYEAR' in result.get('formula','').upper())","description":"Annual C2 pulls prior year via lookup or direct reference"}],"github_task_path":"task_generator/tasks/calc_3d_quarterly_consolidation"} {"id":"calc_attendance_tracker","app":"libreoffice_calc","task":"Open the file /home/user/Documents/attendance.xlsx in LibreOffice Calc. It contains a sheet called 'Attendance' with 20 students (rows 2-21) and 20 class dates (columns B-U). Row 1 has headers: Student Name (A), then date headers (B1 through U1). Each cell in the attendance grid contains 'P' (present), 'A' (absent), or 'L' (late).\n\n1. In cell V1, type 'Days Present' and make it bold.\n2. In cell W1, type 'Days Absent' and make it bold.\n3. In cell X1, type 'Days Late' and make it bold.\n4. In cell Y1, type 'Attendance %' and make it bold.\n5. In V2, enter the formula =COUNTIF(B2:U2,\"P\") to count how many days Olivia Parker was present.\n6. In W2, enter the formula =COUNTIF(B2:U2,\"A\") to count absent days.\n7. In X2, enter the formula =COUNTIF(B2:U2,\"L\") to count late days.\n8. In Y2, enter the formula =V2/20*100 to calculate attendance percentage.\n9. Copy all four formulas (V2:Y2) down through rows 3-21 for all 20 students.\n10. In cell A22, type 'Class Average' and make it bold.\n11. In V22, enter the formula =AVERAGE(V2:V21) to compute the average days present across all students.\n12. In Y22, enter the formula =AVERAGE(Y2:Y21) to compute the average attendance percentage.\n13. Save the file.","env":{"files":[{"filename":"attendance.xlsx","sandbox_path":"/home/user/Documents/attendance.xlsx"}]},"verification":[{"command":"check-cell-value V1 \"Days Present\" Attendance","key":"match","expected":true,"description":"V1 = 'Days Present'"},{"command":"check-cell-formatted V1 true Attendance","key":"match","expected":true,"description":"V1 is bold"},{"command":"check-cell-value W1 \"Days Absent\" Attendance","key":"match","expected":true,"description":"W1 = 'Days Absent'"},{"command":"check-cell-formatted W1 true Attendance","key":"match","expected":true,"description":"W1 is bold"},{"command":"check-cell-value X1 \"Days Late\" Attendance","key":"match","expected":true,"description":"X1 = 'Days Late'"},{"command":"check-cell-formatted X1 true Attendance","key":"match","expected":true,"description":"X1 is bold"},{"command":"check-cell-value Y1 \"Attendance %\" Attendance","key":"match","expected":true,"description":"Y1 = 'Attendance %'"},{"command":"check-cell-formatted Y1 true Attendance","key":"match","expected":true,"description":"Y1 is bold"},{"command":"cell-value V2 Attendance","eval":"result.get('formula') is not None and 'COUNTIF' in result.get('formula','').upper()","description":"V2 contains a COUNTIF formula"},{"command":"check-cell-value V2 18 Attendance","key":"match","expected":true,"description":"V2 = 18 (Olivia Parker present days)"},{"command":"check-cell-value W2 1 Attendance","key":"match","expected":true,"description":"W2 = 1 (Olivia Parker absent days)"},{"command":"check-cell-value X2 1 Attendance","key":"match","expected":true,"description":"X2 = 1 (Olivia Parker late days)"},{"command":"check-cell-value Y2 90 Attendance","key":"match","expected":true,"description":"Y2 = 90 (Olivia Parker 90% attendance)"},{"command":"check-cell-value V3 12 Attendance","key":"match","expected":true,"description":"V3 = 12 (Liam Johnson present days)"},{"command":"check-cell-value W3 2 Attendance","key":"match","expected":true,"description":"W3 = 2 (Liam Johnson absent days)"},{"command":"check-cell-value Y3 60 Attendance","key":"match","expected":true,"description":"Y3 = 60 (Liam Johnson 60% attendance)"},{"command":"check-cell-value V6 19 Attendance","key":"match","expected":true,"description":"V6 = 19 (Ava Jones present days)"},{"command":"check-cell-value Y6 95 Attendance","key":"match","expected":true,"description":"Y6 = 95 (Ava Jones 95% attendance)"},{"command":"check-cell-value V21 17 Attendance","key":"match","expected":true,"description":"V21 = 17 (Benjamin Lewis present days)"},{"command":"check-cell-value A22 \"Class Average\" Attendance","key":"match","expected":true,"description":"A22 = 'Class Average'"},{"command":"check-cell-formatted A22 true Attendance","key":"match","expected":true,"description":"A22 is bold"},{"command":"check-cell-value V22 14.95 Attendance","key":"match","expected":true,"description":"V22 = 14.95 (average days present)"},{"command":"check-cell-value Y22 74.75 Attendance","key":"match","expected":true,"description":"Y22 = 74.75 (average attendance %)"}],"github_task_path":"task_generator/tasks/calc_attendance_tracker"} {"id":"calc_budget_multi_sheet","app":"libreoffice_calc","task":"Open the file /home/user/Documents/budget.xlsx in LibreOffice Calc. It contains a sheet called 'January' with columns: Category (A), Planned (B), Actual (C). Row 1 has headers (bold), rows 2-9 have 8 expense categories: Rent, Utilities, Groceries, Transport, Insurance, Entertainment, Healthcare, Savings.\n\n1. Create a new sheet called 'February'. In row 1, add the same headers: A1='Category', B1='Planned', C1='Actual'. Copy the 8 category names from January A2:A9 into February A2:A9. Leave the Planned and Actual columns in February empty (the agent just needs to set up the structure).\n2. Create a new sheet called 'March' with the same structure as February (headers in row 1, category names in A2:A9).\n3. Create a new sheet called 'Q1 Summary'.\n4. In the Q1 Summary sheet:\n - A1: 'Category' (bold)\n - B1: 'Total Planned' (bold)\n - C1: 'Total Actual' (bold)\n - D1: 'Difference' (bold)\n5. Copy the 8 category names from January A2:A9 into Q1 Summary A2:A9.\n6. In Q1 Summary B2, enter the formula =January.B2+February.B2+March.B2 to sum planned amounts across all three months.\n7. Copy this formula pattern down through B3:B9 for all categories.\n8. In Q1 Summary C2:C9, enter similar formulas summing the Actual columns across all three months (e.g., C2 = =January.C2+February.C2+March.C2).\n9. In Q1 Summary D2:D9, enter formulas computing the difference: D2 = =B2-C2 (Total Planned minus Total Actual).\n10. Save the file.","env":{"files":[{"filename":"budget.xlsx","sandbox_path":"/home/user/Documents/budget.xlsx"}]},"verification":[{"command":"check-sheet-exists February","key":"exists","expected":true,"description":"Sheet 'February' exists"},{"command":"check-sheet-exists March","key":"exists","expected":true,"description":"Sheet 'March' exists"},{"command":"check-sheet-exists \"Q1 Summary\"","key":"exists","expected":true,"description":"Sheet 'Q1 Summary' exists"},{"command":"check-sheet-count 4","key":"match","expected":true,"description":"Workbook has 4 sheets total"},{"command":"check-cell-value A1 Category February","key":"match","expected":true,"description":"February A1 = 'Category'"},{"command":"check-cell-value A2 Rent February","key":"match","expected":true,"description":"February A2 = 'Rent'"},{"command":"check-cell-value A1 Category March","key":"match","expected":true,"description":"March A1 = 'Category'"},{"command":"check-cell-value A1 Category \"Q1 Summary\"","key":"match","expected":true,"description":"Q1 Summary A1 = 'Category'"},{"command":"check-cell-formatted A1 true \"Q1 Summary\"","key":"match","expected":true,"description":"Q1 Summary A1 is bold"},{"command":"check-cell-value B1 \"Total Planned\" \"Q1 Summary\"","key":"match","expected":true,"description":"Q1 Summary B1 = 'Total Planned'"},{"command":"check-cell-formatted B1 true \"Q1 Summary\"","key":"match","expected":true,"description":"Q1 Summary B1 is bold"},{"command":"check-cell-value C1 \"Total Actual\" \"Q1 Summary\"","key":"match","expected":true,"description":"Q1 Summary C1 = 'Total Actual'"},{"command":"check-cell-formatted C1 true \"Q1 Summary\"","key":"match","expected":true,"description":"Q1 Summary C1 is bold"},{"command":"check-cell-value D1 Difference \"Q1 Summary\"","key":"match","expected":true,"description":"Q1 Summary D1 = 'Difference'"},{"command":"check-cell-formatted D1 true \"Q1 Summary\"","key":"match","expected":true,"description":"Q1 Summary D1 is bold"},{"command":"check-cell-value A2 Rent \"Q1 Summary\"","key":"match","expected":true,"description":"Q1 Summary A2 = 'Rent'"},{"command":"cell-value B2 \"Q1 Summary\"","eval":"result.get('formula') is not None and 'January' in result.get('formula','') or 'JANUARY' in result.get('formula','').upper()","description":"Q1 Summary B2 contains a cross-sheet formula referencing January"},{"command":"check-cell-value B2 1500 \"Q1 Summary\"","key":"match","expected":true,"description":"Q1 Summary B2 = 1500 (January Rent planned, Feb+Mar are 0)"},{"command":"cell-value D2 \"Q1 Summary\"","eval":"result.get('formula') is not None and ('B2' in result.get('formula','').upper() and 'C2' in result.get('formula','').upper())","description":"Q1 Summary D2 contains formula referencing B2 and C2"}],"github_task_path":"task_generator/tasks/calc_budget_multi_sheet"} {"id":"calc_class_roster_grade_band","app":"libreoffice_calc","task":"Open the file /home/user/Documents/roster.xlsx in LibreOffice Calc. The sheet 'Roster' has bold headers in row 1 (A='Student ID', B='Name', C='Exam1', D='Exam2', E='Exam3') and 25 students in rows 2-26 with numeric scores 0-100.\n\nCompute weighted final grades, assign letter grades, and summarize the distribution:\n\n1. In F1 type 'Final' (bold). In G1 type 'Grade' (bold).\n2. In F2:F26 enter =C2*0.3+D2*0.3+E2*0.4 (30% Exam1, 30% Exam2, 40% Exam3).\n3. In G2:G26 enter a nested IF formula that assigns a letter grade from the Final: 'A' if >=90, else 'B' if >=80, else 'C' if >=70, else 'D' if >=60, else 'F'. Use: =IF(F2>=90,\"A\",IF(F2>=80,\"B\",IF(F2>=70,\"C\",IF(F2>=60,\"D\",\"F\")))).\n4. Create a new sheet named 'GradeSummary'.\n5. On GradeSummary, in row 1 enter bold headers: A1='Grade', B1='Count'.\n6. In A2:A6 enter 'A', 'B', 'C', 'D', 'F' (in that order).\n7. In B2:B6 enter =COUNTIF(Roster.G2:G26,A2) (and fill down).\n8. Save the file.","env":{"files":[{"filename":"roster.xlsx","sandbox_path":"/home/user/Documents/roster.xlsx"}]},"verification":[{"command":"check-cell-value F1 Final Roster","key":"match","expected":true,"description":"F1 = 'Final'"},{"command":"check-cell-value G1 Grade Roster","key":"match","expected":true,"description":"G1 = 'Grade'"},{"command":"check-cell-formatted F1 true Roster","key":"match","expected":true,"description":"F1 bold"},{"command":"check-cell-formatted G1 true Roster","key":"match","expected":true,"description":"G1 bold"},{"command":"cell-value F2 Roster","eval":"result.get('formula') is not None and '0.3' in result.get('formula','') and '0.4' in result.get('formula','')","description":"F2 uses weighted formula"},{"command":"check-cell-value F2 95.3 Roster","key":"match","expected":true,"description":"F2 Alice final = 95.3"},{"command":"check-cell-value F9 49.5 Roster","key":"match","expected":true,"description":"F9 Henry final = 49.5"},{"command":"check-cell-value F14 95.5 Roster","key":"match","expected":true,"description":"F14 Mia final = 95.5"},{"command":"cell-value G2 Roster","eval":"result.get('formula') is not None and 'IF' in result.get('formula','').upper()","description":"G2 uses nested IF"},{"command":"check-cell-value G2 A Roster","key":"match","expected":true,"description":"G2 grade = A (Alice 95.3)"},{"command":"check-cell-value G9 F Roster","key":"match","expected":true,"description":"G9 grade = F (Henry 49.5)"},{"command":"check-cell-value G3 B Roster","key":"match","expected":true,"description":"G3 grade = B (Bob 87.9)"},{"command":"check-cell-value G6 D Roster","key":"match","expected":true,"description":"G6 grade = D (Eve 60.7)"},{"command":"check-cell-value G7 C Roster","key":"match","expected":true,"description":"G7 grade = C (Frank 72.0)"},{"command":"check-sheet-exists GradeSummary","key":"exists","expected":true,"description":"'GradeSummary' sheet exists"},{"command":"check-cell-value A1 Grade GradeSummary","key":"match","expected":true,"description":"GradeSummary A1 = 'Grade'"},{"command":"check-cell-value B1 Count GradeSummary","key":"match","expected":true,"description":"GradeSummary B1 = 'Count'"},{"command":"check-cell-formatted A1 true GradeSummary","key":"match","expected":true,"description":"GradeSummary A1 bold"},{"command":"check-cell-value A2 A GradeSummary","key":"match","expected":true,"description":"GradeSummary A2 = 'A'"},{"command":"check-cell-value A6 F GradeSummary","key":"match","expected":true,"description":"GradeSummary A6 = 'F'"},{"command":"check-cell-value B2 5 GradeSummary","key":"match","expected":true,"description":"GradeSummary B2 count A = 5"},{"command":"check-cell-value B3 7 GradeSummary","key":"match","expected":true,"description":"GradeSummary B3 count B = 7"},{"command":"check-cell-value B4 6 GradeSummary","key":"match","expected":true,"description":"GradeSummary B4 count C = 6"},{"command":"check-cell-value B5 4 GradeSummary","key":"match","expected":true,"description":"GradeSummary B5 count D = 4"},{"command":"check-cell-value B6 3 GradeSummary","key":"match","expected":true,"description":"GradeSummary B6 count F = 3"},{"command":"cell-value B2 GradeSummary","eval":"result.get('formula') is not None and 'COUNTIF' in result.get('formula','').upper()","description":"GradeSummary B2 uses COUNTIF"}],"github_task_path":"task_generator/tasks/calc_class_roster_grade_band"} {"id":"calc_competition_rank_percentile","app":"libreoffice_calc","task":"Open the file /home/user/Documents/competition.xlsx in LibreOffice Calc. Sheet 'Results' has Name (A), Country (B), Score (C) with 20 competitors in rows 2-21.\n\n1. In D1 type 'Rank' and make it bold. In E1 type 'Percentile' and make it bold. In F1 type 'Medal' and make it bold.\n2. In D2 enter =RANK(C2,C$2:C$21) and fill down through D21. Higher scores should get rank 1.\n3. In E2 enter =PERCENTRANK(C$2:C$21,C2) and fill down through E21.\n4. In F2 enter a nested-IF that returns 'Gold' when the rank is 1, 'Silver' when 2, 'Bronze' when 3, 'Finalist' when rank is 4 or 5, and empty string otherwise: =IF(D2=1,\"Gold\",IF(D2=2,\"Silver\",IF(D2=3,\"Bronze\",IF(D2<=5,\"Finalist\",\"\")))). Fill down through F21.\n5. In A23 fill in 'Top Country' and make it bold.\n6. In B23 enter =INDEX(B2:B21,MATCH(1,D2:D21,0)) to return the country of the rank-1 competitor.\n7. Save the file.","env":{"files":[{"filename":"competition.xlsx","sandbox_path":"/home/user/Documents/competition.xlsx"}]},"verification":[{"command":"check-cell-value D1 Rank Results","key":"match","expected":true,"description":"D1 = Rank"},{"command":"check-cell-value E1 Percentile Results","key":"match","expected":true,"description":"E1 = Percentile"},{"command":"check-cell-value F1 Medal Results","key":"match","expected":true,"description":"F1 = Medal"},{"command":"check-cell-formatted D1 true Results","key":"match","expected":true,"description":"D1 bold"},{"command":"check-cell-value D2 7 Results","key":"match","expected":true,"description":"D2 Ana rank = 7"},{"command":"check-cell-value D5 2 Results","key":"match","expected":true,"description":"D5 Dora rank = 2"},{"command":"check-cell-value D9 1 Results","key":"match","expected":true,"description":"D9 Haru rank = 1"},{"command":"check-cell-value D3 3 Results","key":"match","expected":true,"description":"D3 Bill rank = 3"},{"command":"check-cell-value D12 5 Results","key":"match","expected":true,"description":"D12 Kira rank = 5"},{"command":"cell-value D2 Results","eval":"result.get('formula') is not None and 'RANK' in result.get('formula','').upper()","description":"D2 uses RANK"},{"command":"cell-value E2 Results","eval":"result.get('formula') is not None and 'PERCENTRANK' in result.get('formula','').upper()","description":"E2 uses PERCENTRANK"},{"command":"check-cell-value F9 Gold Results","key":"match","expected":true,"description":"F9 Haru = Gold"},{"command":"check-cell-value F5 Silver Results","key":"match","expected":true,"description":"F5 Dora = Silver"},{"command":"check-cell-value F3 Bronze Results","key":"match","expected":true,"description":"F3 Bill = Bronze"},{"command":"check-cell-value F12 Finalist Results","key":"match","expected":true,"description":"F12 Kira (rank 5) = Finalist"},{"command":"check-cell-value F17 Finalist Results","key":"match","expected":true,"description":"F17 Pia (rank 4) = Finalist"},{"command":"check-cell-value A23 \"Top Country\" Results","key":"match","expected":true,"description":"A23 = Top Country"},{"command":"check-cell-formatted A23 true Results","key":"match","expected":true,"description":"A23 bold"},{"command":"check-cell-value B23 JPN Results","key":"match","expected":true,"description":"B23 = JPN (country of gold medalist)"},{"command":"cell-value B23 Results","eval":"result.get('formula') is not None and ('INDEX' in result.get('formula','').upper() or 'VLOOKUP' in result.get('formula','').upper())","description":"B23 uses INDEX/MATCH or VLOOKUP"}],"github_task_path":"task_generator/tasks/calc_competition_rank_percentile"} {"id":"calc_conditional_formatting_sales_heatmap","app":"libreoffice_calc","task":"Open the file /home/user/Documents/regional_sales.xlsx in LibreOffice Calc. The sheet 'Sales' has bold headers in row 1 (A='Region', B='Q1', C='Q2', D='Q3', E='Q4', F='Total') and 12 regions in rows 2-13. The Total column in F2:F13 already has =SUM(B2:E2) formulas.\n\nApply two conditional-formatting rules:\n\n1. Select range B2:E13 and apply a 'Color Scale' conditional format so that low values shade red and high values shade green. A 3-color or 2-color red-to-green scale is fine.\n\n2. Select range F2:F13 and add a 'Condition' rule of type 'Cell value is > 100000'. Apply a cell style that uses a RED font color and BOLD weight for matching cells (you can create a new style called 'HighTotal' for this, or reuse 'Bad').\n\nSave the file back to /home/user/Documents/regional_sales.xlsx in xlsx format.","env":{"files":[{"filename":"regional_sales.xlsx","sandbox_path":"/home/user/Documents/regional_sales.xlsx"}]},"verification":[{"command":"check-sheet-exists Sales","key":"exists","expected":true,"description":"'Sales' sheet exists"},{"command":"check-cell-value A1 Region Sales","key":"match","expected":true,"description":"Sales!A1 = 'Region'"},{"command":"check-cell-value F1 Total Sales","key":"match","expected":true,"description":"Sales!F1 = 'Total'"},{"command":"check-conditional-format B2:E13 Sales","key":"match","expected":true,"description":"Conditional formatting exists on B2:E13"},{"command":"check-conditional-format F2:F13 Sales","key":"match","expected":true,"description":"Conditional formatting exists on F2:F13"},{"command":"check-file-exists /home/user/Documents/regional_sales.xlsx","key":"exists","expected":true,"description":"Saved file exists"}],"github_task_path":"task_generator/tasks/calc_conditional_formatting_sales_heatmap"} {"id":"calc_contacts_dedup_split_name","app":"libreoffice_calc","task":"Open the file /home/user/Documents/contacts.xlsx in LibreOffice Calc. The sheet 'Contacts' has bold headers in row 1 (A='Full Name', B='Email', C='Phone') and 25 contact rows in rows 2-26. Several emails have mixed case or trailing whitespace, and some are duplicates of each other.\n\nClean and annotate the list:\n\n1. In D1 type 'First Name' (bold). In E1 type 'Last Name' (bold). In F1 type 'Clean Email' (bold). In G1 type 'Is Duplicate' (bold).\n2. In D2:D26 extract the first name using =TRIM(LEFT(A2,FIND(\" \",A2)-1)).\n3. In E2:E26 extract the last name using =TRIM(MID(A2,FIND(\" \",A2)+1,100)).\n4. In F2:F26 produce a clean email with =LOWER(TRIM(B2)).\n5. In G2:G26 mark duplicates of the cleaned email with =IF(COUNTIF($F$2:$F$26,F2)>1,\"Yes\",\"No\").\n6. Save the file.","env":{"files":[{"filename":"contacts.xlsx","sandbox_path":"/home/user/Documents/contacts.xlsx"}]},"verification":[{"command":"check-cell-value D1 \"First Name\" Contacts","key":"match","expected":true,"description":"D1 = 'First Name'"},{"command":"check-cell-value E1 \"Last Name\" Contacts","key":"match","expected":true,"description":"E1 = 'Last Name'"},{"command":"check-cell-value F1 \"Clean Email\" Contacts","key":"match","expected":true,"description":"F1 = 'Clean Email'"},{"command":"check-cell-value G1 \"Is Duplicate\" Contacts","key":"match","expected":true,"description":"G1 = 'Is Duplicate'"},{"command":"check-cell-formatted D1 true Contacts","key":"match","expected":true,"description":"D1 bold"},{"command":"check-cell-formatted G1 true Contacts","key":"match","expected":true,"description":"G1 bold"},{"command":"cell-value D2 Contacts","eval":"result.get('formula') is not None and 'LEFT' in result.get('formula','').upper()","description":"D2 uses LEFT()"},{"command":"cell-value E2 Contacts","eval":"result.get('formula') is not None and 'MID' in result.get('formula','').upper()","description":"E2 uses MID()"},{"command":"cell-value F2 Contacts","eval":"result.get('formula') is not None and 'LOWER' in result.get('formula','').upper()","description":"F2 uses LOWER()"},{"command":"cell-value G2 Contacts","eval":"result.get('formula') is not None and 'COUNTIF' in result.get('formula','').upper()","description":"G2 uses COUNTIF()"},{"command":"check-cell-value D2 John Contacts","key":"match","expected":true,"description":"D2 first name = John"},{"command":"check-cell-value E2 Smith Contacts","key":"match","expected":true,"description":"E2 last name = Smith"},{"command":"check-cell-value F2 john@example.com Contacts","key":"match","expected":true,"description":"F2 clean email = john@example.com"},{"command":"check-cell-value G2 No Contacts","key":"match","expected":true,"description":"G2 = No (John not duplicate)"},{"command":"check-cell-value D3 Jane Contacts","key":"match","expected":true,"description":"D3 = Jane"},{"command":"check-cell-value E3 Doe Contacts","key":"match","expected":true,"description":"E3 = Doe"},{"command":"check-cell-value F3 jane@example.com Contacts","key":"match","expected":true,"description":"F3 = jane@example.com"},{"command":"check-cell-value G3 Yes Contacts","key":"match","expected":true,"description":"G3 = Yes (Jane is duplicated)"},{"command":"check-cell-value F4 bob@example.com Contacts","key":"match","expected":true,"description":"F4 = bob@example.com"},{"command":"check-cell-value G4 Yes Contacts","key":"match","expected":true,"description":"G4 = Yes (Bob Smith is duplicated)"},{"command":"check-cell-value G22 Yes Contacts","key":"match","expected":true,"description":"G22 = Yes (second Jane Doe row)"},{"command":"check-cell-value G23 Yes Contacts","key":"match","expected":true,"description":"G23 = Yes (second Bob Smith row)"},{"command":"check-cell-value G26 Yes Contacts","key":"match","expected":true,"description":"G26 = Yes (third Jane Doe row)"},{"command":"check-cell-value G24 No Contacts","key":"match","expected":true,"description":"G24 = No (Sam King not duplicate)"},{"command":"check-cell-value F16 owen@example.com Contacts","key":"match","expected":true,"description":"F16 = owen@example.com (lowercased)"}],"github_task_path":"task_generator/tasks/calc_contacts_dedup_split_name"} {"id":"calc_date_analysis_workdays","app":"libreoffice_calc","task":"Open the file /home/user/Documents/orders.xlsx in LibreOffice Calc. Sheet 'Orders' has Order ID (A), Order Date (B), Amount (C) with 20 orders in rows 2-21 spanning January-March 2025.\n\n1. In D1 type 'Year' and make it bold. In E1 type 'Month' and make it bold. In F1 type 'Weekday' and make it bold. In G1 type 'Is Weekend' and make it bold.\n2. In D2 enter =YEAR(B2) and fill down through D21.\n3. In E2 enter =MONTH(B2) and fill down through E21.\n4. In F2 enter =WEEKDAY(B2,2) and fill down through F21. (Mode 2: Monday=1, Sunday=7.)\n5. In G2 enter =IF(F2>=6,\"Yes\",\"No\") and fill down through G21.\n6. Create a new sheet named 'MonthlyTotals'.\n7. On MonthlyTotals: A1='Month' (bold), B1='Total' (bold). A2=1, A3=2, A4=3.\n8. In B2 enter =SUMIF(Orders.E2:E21,A2,Orders.C2:C21). Fill down through B4.\n9. Save the file.","env":{"files":[{"filename":"orders.xlsx","sandbox_path":"/home/user/Documents/orders.xlsx"}]},"verification":[{"command":"check-cell-value D1 Year Orders","key":"match","expected":true,"description":"D1 = Year"},{"command":"check-cell-value E1 Month Orders","key":"match","expected":true,"description":"E1 = Month"},{"command":"check-cell-value F1 Weekday Orders","key":"match","expected":true,"description":"F1 = Weekday"},{"command":"check-cell-value G1 \"Is Weekend\" Orders","key":"match","expected":true,"description":"G1 = Is Weekend"},{"command":"check-cell-formatted D1 true Orders","key":"match","expected":true,"description":"D1 bold"},{"command":"check-cell-value D2 2025 Orders","key":"match","expected":true,"description":"D2 year = 2025"},{"command":"check-cell-value E2 1 Orders","key":"match","expected":true,"description":"E2 month = 1 (January)"},{"command":"check-cell-value E10 2 Orders","key":"match","expected":true,"description":"E10 month = 2 (February)"},{"command":"check-cell-value E21 3 Orders","key":"match","expected":true,"description":"E21 month = 3 (March)"},{"command":"check-cell-value G3 Yes Orders","key":"match","expected":true,"description":"G3 (Jan 5 Sun) = Yes weekend"},{"command":"check-cell-value G2 No Orders","key":"match","expected":true,"description":"G2 (Jan 3 Fri) = No"},{"command":"cell-value D2 Orders","eval":"result.get('formula') is not None and 'YEAR' in result.get('formula','').upper()","description":"D2 uses YEAR()"},{"command":"cell-value F2 Orders","eval":"result.get('formula') is not None and 'WEEKDAY' in result.get('formula','').upper()","description":"F2 uses WEEKDAY()"},{"command":"check-sheet-exists MonthlyTotals","key":"exists","expected":true,"description":"MonthlyTotals sheet exists"},{"command":"check-cell-value A1 Month MonthlyTotals","key":"match","expected":true,"description":"MonthlyTotals A1 = Month"},{"command":"check-cell-value B1 Total MonthlyTotals","key":"match","expected":true,"description":"MonthlyTotals B1 = Total"},{"command":"check-cell-formatted A1 true MonthlyTotals","key":"match","expected":true,"description":"MonthlyTotals A1 bold"},{"command":"check-cell-value B2 880 MonthlyTotals","key":"match","expected":true,"description":"MonthlyTotals B2 January = 880"},{"command":"check-cell-value B3 820 MonthlyTotals","key":"match","expected":true,"description":"MonthlyTotals B3 February = 820"},{"command":"check-cell-value B4 955 MonthlyTotals","key":"match","expected":true,"description":"MonthlyTotals B4 March = 955"},{"command":"cell-value B2 MonthlyTotals","eval":"result.get('formula') is not None and 'SUMIF' in result.get('formula','').upper()","description":"MonthlyTotals B2 uses SUMIF"}],"github_task_path":"task_generator/tasks/calc_date_analysis_workdays"} {"id":"calc_employee_data_cleanup","app":"libreoffice_calc","task":"Open the file /home/user/Documents/employees.xlsx in LibreOffice Calc. It contains a sheet called 'Staff' with columns: ID (A), First Name (B), Last Name (C), Department (D), Salary (E), Start Date (F). Row 1 has headers, rows 2-16 have 15 employees.\n\n1. In cell G1, type 'Full Name' and make it bold.\n2. In cells G2 through G16, enter a formula to concatenate First Name and Last Name with a space between them. For row 2: =B2&\" \"&C2 (or =CONCATENATE(B2,\" \",C2)).\n3. Create a new sheet called 'Department Summary'.\n4. In the Department Summary sheet:\n - A1: 'Department' (bold)\n - B1: 'Employee Count' (bold)\n - C1: 'Avg Salary' (bold)\n5. Enter department names in column A:\n - A2: Engineering\n - A3: Marketing\n - A4: Sales\n - A5: HR\n6. In B2, enter =COUNTIF(Staff.D$2:Staff.D$16,A2) to count Engineering employees.\n7. In C2, enter =AVERAGEIF(Staff.D$2:Staff.D$16,A2,Staff.E$2:Staff.E$16) to calculate average salary for Engineering.\n8. Copy the formulas in B2:C2 down to rows 3-5 for the other departments.\n9. Save the file.","env":{"files":[{"filename":"employees.xlsx","sandbox_path":"/home/user/Documents/employees.xlsx"}]},"verification":[{"command":"check-cell-value G1 \"Full Name\" Staff","key":"match","expected":true,"description":"Staff G1 = 'Full Name'"},{"command":"check-cell-formatted G1 true Staff","key":"match","expected":true,"description":"Staff G1 is bold"},{"command":"check-cell-value G2 \"Alice Johnson\" Staff","key":"match","expected":true,"description":"Staff G2 = 'Alice Johnson' (concatenated name)"},{"command":"cell-value G2 Staff","eval":"result.get('formula') is not None and ('CONCATENATE' in result.get('formula','').upper() or '&' in result.get('formula',''))","description":"G2 contains a CONCATENATE or & formula"},{"command":"check-sheet-exists \"Department Summary\"","key":"exists","expected":true,"description":"Sheet 'Department Summary' exists"},{"command":"check-cell-value A1 Department \"Department Summary\"","key":"match","expected":true,"description":"Dept Summary A1 = 'Department'"},{"command":"check-cell-formatted A1 true \"Department Summary\"","key":"match","expected":true,"description":"Dept Summary A1 is bold"},{"command":"check-cell-value B1 \"Employee Count\" \"Department Summary\"","key":"match","expected":true,"description":"Dept Summary B1 = 'Employee Count'"},{"command":"check-cell-formatted B1 true \"Department Summary\"","key":"match","expected":true,"description":"Dept Summary B1 is bold"},{"command":"check-cell-value C1 \"Avg Salary\" \"Department Summary\"","key":"match","expected":true,"description":"Dept Summary C1 = 'Avg Salary'"},{"command":"cell-value B2 \"Department Summary\"","eval":"result.get('formula') is not None and 'COUNTIF' in result.get('formula','').upper()","description":"Dept Summary B2 contains COUNTIF formula"},{"command":"check-cell-value B2 5 \"Department Summary\"","key":"match","expected":true,"description":"Dept Summary B2 = 5 (Engineering has 5 employees)"},{"command":"cell-value C2 \"Department Summary\"","eval":"result.get('formula') is not None and 'AVERAGEIF' in result.get('formula','').upper()","description":"Dept Summary C2 contains AVERAGEIF formula"},{"command":"check-cell-value C2 101200 \"Department Summary\"","key":"match","expected":true,"description":"Dept Summary C2 = 101200 (avg Engineering salary)"},{"command":"check-cell-value B3 3 \"Department Summary\"","key":"match","expected":true,"description":"Dept Summary B3 = 3 (Marketing has 3 employees)"},{"command":"check-cell-value B4 4 \"Department Summary\"","key":"match","expected":true,"description":"Dept Summary B4 = 4 (Sales has 4 employees)"}],"github_task_path":"task_generator/tasks/calc_employee_data_cleanup"} {"id":"calc_expense_tracker_running_balance","app":"libreoffice_calc","task":"Open the file /home/user/Documents/expenses.xlsx in LibreOffice Calc. The sheet 'Expenses' has bold headers in row 1 (A='Date', B='Category', C='Description', D='Amount') and 30 expense rows in rows 2-31 covering categories Food, Transport, Utilities, Entertainment, and Health.\n\nDo the following:\n\n1. In cell E1 type 'Running Balance' and make it bold.\n2. In E2:E31 enter a running-balance formula. Use =SUM($D$2:D2) in E2 and fill down so each row shows the cumulative sum of Amount from row 2 to that row.\n3. Create a new sheet named 'Summary'.\n4. On 'Summary', fill row 1 with bold headers: A1='Category' and B1='Total'.\n5. In A2:A6 enter the category names in this exact order: 'Food', 'Transport', 'Utilities', 'Entertainment', 'Health'.\n6. In B2:B6 use SUMIFS (or SUMIF) over Expenses.D:D filtered by category name in column A (e.g. B2=SUMIFS(Expenses.D:D,Expenses.B:B,A2)).\n7. In A8 type 'Top Category' and make it bold. In B8 enter a formula using INDEX/MATCH over Summary B2:B6 and A2:A6 to return the category name with the largest total (e.g. =INDEX(A2:A6,MATCH(MAX(B2:B6),B2:B6,0))).\n8. Save the file (it should stay at /home/user/Documents/expenses.xlsx).","env":{"files":[{"filename":"expenses.xlsx","sandbox_path":"/home/user/Documents/expenses.xlsx"}]},"verification":[{"command":"check-cell-value E1 \"Running Balance\" Expenses","key":"match","expected":true,"description":"Expenses!E1 = 'Running Balance'"},{"command":"check-cell-formatted E1 true Expenses","key":"match","expected":true,"description":"Expenses!E1 is bold"},{"command":"cell-value E2 Expenses","eval":"result.get('formula') is not None and 'SUM' in result.get('formula','').upper()","description":"E2 uses a SUM formula"},{"command":"check-cell-value E2 45 Expenses","key":"match","expected":true,"description":"E2 running balance = 45"},{"command":"check-cell-value E31 1715 Expenses","key":"match","expected":true,"description":"E31 running balance (grand total) = 1715"},{"command":"check-sheet-exists Summary","key":"exists","expected":true,"description":"'Summary' sheet exists"},{"command":"check-cell-value A1 Category Summary","key":"match","expected":true,"description":"Summary!A1 = 'Category'"},{"command":"check-cell-value B1 Total Summary","key":"match","expected":true,"description":"Summary!B1 = 'Total'"},{"command":"check-cell-formatted A1 true Summary","key":"match","expected":true,"description":"Summary!A1 is bold"},{"command":"check-cell-formatted B1 true Summary","key":"match","expected":true,"description":"Summary!B1 is bold"},{"command":"check-cell-value A2 Food Summary","key":"match","expected":true,"description":"Summary!A2 = 'Food'"},{"command":"check-cell-value A3 Transport Summary","key":"match","expected":true,"description":"Summary!A3 = 'Transport'"},{"command":"check-cell-value A4 Utilities Summary","key":"match","expected":true,"description":"Summary!A4 = 'Utilities'"},{"command":"check-cell-value A5 Entertainment Summary","key":"match","expected":true,"description":"Summary!A5 = 'Entertainment'"},{"command":"check-cell-value A6 Health Summary","key":"match","expected":true,"description":"Summary!A6 = 'Health'"},{"command":"check-cell-value B2 260 Summary","key":"match","expected":true,"description":"Summary!B2 Food total = 260"},{"command":"check-cell-value B3 210 Summary","key":"match","expected":true,"description":"Summary!B3 Transport total = 210"},{"command":"check-cell-value B4 345 Summary","key":"match","expected":true,"description":"Summary!B4 Utilities total = 345"},{"command":"check-cell-value B5 270 Summary","key":"match","expected":true,"description":"Summary!B5 Entertainment total = 270"},{"command":"check-cell-value B6 630 Summary","key":"match","expected":true,"description":"Summary!B6 Health total = 630"},{"command":"cell-value B2 Summary","eval":"result.get('formula') is not None and 'SUMIF' in result.get('formula','').upper()","description":"Summary!B2 uses a SUMIFS/SUMIF formula"},{"command":"check-cell-value A8 \"Top Category\" Summary","key":"match","expected":true,"description":"Summary!A8 = 'Top Category'"},{"command":"check-cell-formatted A8 true Summary","key":"match","expected":true,"description":"Summary!A8 is bold"},{"command":"check-cell-value B8 Health Summary","key":"match","expected":true,"description":"Summary!B8 = 'Health' (top category)"},{"command":"cell-value B8 Summary","eval":"result.get('formula') is not None and 'INDEX' in result.get('formula','').upper() and 'MATCH' in result.get('formula','').upper()","description":"Summary!B8 uses INDEX/MATCH"}],"github_task_path":"task_generator/tasks/calc_expense_tracker_running_balance"} {"id":"calc_export_attendance_multi_format","app":"libreoffice_calc","task":"Open /home/user/Documents/attendance.xlsx in LibreOffice Calc. The workbook contains a sheet named 'Attendance' with 20 students and their daily attendance records. Export the data to three different formats in the /home/user/Documents/ directory:\n\n1. attendance_export.csv - CSV format with comma separator\n2. attendance_export.html - HTML format as a table\n3. attendance_export.ods - ODF Spreadsheet format\n\nEnsure all three files are created with the complete attendance data. Save any changes to the original workbook before closing.","env":{"files":[{"filename":"attendance.xlsx","sandbox_path":"/home/user/Documents/attendance.xlsx"}]},"verification":[{"command":"check-file-exists /home/user/Documents/attendance_export.csv","key":"exists","expected":true,"description":"CSV export file exists"},{"command":"check-file-format /home/user/Documents/attendance_export.csv csv","key":"match","expected":true,"description":"CSV file is in correct format"},{"command":"check-csv-rows /home/user/Documents/attendance_export.csv 20 true","key":"match","expected":true,"description":"CSV has 20 data rows plus header"},{"command":"check-file-exists /home/user/Documents/attendance_export.html","key":"exists","expected":true,"description":"HTML export file exists"},{"command":"check-file-format /home/user/Documents/attendance_export.html html","key":"match","expected":true,"description":"HTML file is in correct format"},{"command":"check-html-contains /home/user/Documents/attendance_export.html Attendance","key":"contains","expected":true,"description":"HTML contains attendance data"},{"command":"check-file-exists /home/user/Documents/attendance_export.ods","key":"exists","expected":true,"description":"ODS export file exists"},{"command":"check-file-format /home/user/Documents/attendance_export.ods ods","key":"match","expected":true,"description":"ODS file is in correct format"},{"command":"check-file-exists /home/user/Documents/attendance.xlsx","key":"exists","expected":true,"description":"Original xlsx file still exists"}],"github_task_path":"task_generator/tasks/calc_export_attendance_multi_format"} {"id":"calc_export_budget_to_ods","app":"libreoffice_calc","task":"Open /home/user/Documents/budget.xlsx in LibreOffice Calc. The workbook contains multiple sheets with budget data across different categories or time periods. Export the entire workbook to ODF Spreadsheet format at /home/user/Documents/budget_backup.ods. The ODS file should preserve all sheets and data. Save any changes before closing.","env":{"files":[{"filename":"budget.xlsx","sandbox_path":"/home/user/Documents/budget.xlsx"}]},"verification":[{"command":"check-file-exists /home/user/Documents/budget_backup.ods","key":"exists","expected":true,"description":"ODS export file exists"},{"command":"check-file-format /home/user/Documents/budget_backup.ods ods","key":"match","expected":true,"description":"File is in ODS format"},{"command":"check-file-exists /home/user/Documents/budget.xlsx","key":"exists","expected":true,"description":"Original xlsx file still exists"}],"github_task_path":"task_generator/tasks/calc_export_budget_to_ods"} {"id":"calc_export_contacts_multi_format","app":"libreoffice_calc","task":"Open /home/user/Documents/contacts.xlsx in LibreOffice Calc. The workbook contains a sheet with contact information including names and email addresses. Export the contact data to two different formats in the /home/user/Documents/ directory:\n\n1. contacts_export.csv - CSV format with comma separator\n2. contacts_export.html - HTML format as a table\n\nEnsure both files are created with the complete contact data. Save any changes to the original workbook before closing.","env":{"files":[{"filename":"contacts.xlsx","sandbox_path":"/home/user/Documents/contacts.xlsx"}]},"verification":[{"command":"check-file-exists /home/user/Documents/contacts_export.csv","key":"exists","expected":true,"description":"CSV export file exists"},{"command":"check-file-format /home/user/Documents/contacts_export.csv csv","key":"match","expected":true,"description":"CSV file is in correct format"},{"command":"check-csv-rows /home/user/Documents/contacts_export.csv 15 true","key":"match","expected":true,"description":"CSV has 15 data rows plus header"},{"command":"check-file-exists /home/user/Documents/contacts_export.html","key":"exists","expected":true,"description":"HTML export file exists"},{"command":"check-file-format /home/user/Documents/contacts_export.html html","key":"match","expected":true,"description":"HTML file is in correct format"},{"command":"check-html-contains /home/user/Documents/contacts_export.html Smith","key":"contains","expected":true,"description":"HTML contains contact data"},{"command":"check-file-exists /home/user/Documents/contacts.xlsx","key":"exists","expected":true,"description":"Original xlsx file still exists"}],"github_task_path":"task_generator/tasks/calc_export_contacts_multi_format"} {"id":"calc_export_inventory_to_html","app":"libreoffice_calc","task":"Open /home/user/Documents/inventory.xlsx in LibreOffice Calc. The workbook contains inventory management data with product information, quantities, and reorder flags. Export the active sheet to HTML format at /home/user/Documents/inventory_report.html. The HTML should render the data as a properly formatted table. Save any changes before closing.","env":{"files":[{"filename":"inventory.xlsx","sandbox_path":"/home/user/Documents/inventory.xlsx"}]},"verification":[{"command":"check-file-exists /home/user/Documents/inventory_report.html","key":"exists","expected":true,"description":"HTML export file exists"},{"command":"check-file-format /home/user/Documents/inventory_report.html html","key":"match","expected":true,"description":"File is in HTML format"},{"command":"check-html-contains /home/user/Documents/inventory_report.html Ball Bearing 6205","key":"contains","expected":true,"description":"HTML contains inventory item"},{"command":"check-file-exists /home/user/Documents/inventory.xlsx","key":"exists","expected":true,"description":"Original xlsx file still exists"}],"github_task_path":"task_generator/tasks/calc_export_inventory_to_html"} {"id":"calc_export_quarters_to_csv","app":"libreoffice_calc","task":"Open /home/user/Documents/quarters.xlsx in LibreOffice Calc. The workbook contains multiple sheets including Q1, Q2, Q3, Q4, PriorYear, and an Annual summary sheet. Export the Annual sheet to CSV format at /home/user/Documents/quarterly_report.csv. The CSV should include all data from the Annual sheet with headers. Save any changes before closing.","env":{"files":[{"filename":"quarters.xlsx","sandbox_path":"/home/user/Documents/quarters.xlsx"}]},"verification":[{"command":"check-file-exists /home/user/Documents/quarterly_report.csv","key":"exists","expected":true,"description":"CSV export file exists"},{"command":"check-file-format /home/user/Documents/quarterly_report.csv csv","key":"match","expected":true,"description":"File is in CSV format"},{"command":"check-csv-rows /home/user/Documents/quarterly_report.csv 8 true","key":"match","expected":true,"description":"CSV has 8 data rows plus header (total 9 lines)"},{"command":"check-file-exists /home/user/Documents/quarters.xlsx","key":"exists","expected":true,"description":"Original xlsx file still exists"}],"github_task_path":"task_generator/tasks/calc_export_quarters_to_csv"} {"id":"calc_grade_book_formulas","app":"libreoffice_calc","task":"Open the file /home/user/Documents/grades.xlsx in LibreOffice Calc. It contains a sheet called 'Grades' with columns: Student (A), Midterm (B), Final (C), Project (D). Row 1 has headers, rows 2-11 have 10 students.\n\n1. In cell E1, type 'Weighted Average' and make it bold.\n2. In cells E2 through E11, enter a formula that calculates each student's weighted average: Midterm * 0.3 + Final * 0.4 + Project * 0.3. For row 2, this would be =B2*0.3+C2*0.4+D2*0.3.\n3. In cell F1, enter 'Letter Grade' and make it bold.\n4. In cells F2 through F11, enter a nested IF formula to assign letter grades based on the weighted average in column E:\n - 90 or above: 'A'\n - 80-89: 'B'\n - 70-79: 'C'\n - 60-69: 'D'\n - Below 60: 'F'\n For row 2: =IF(E2>=90,\"A\",IF(E2>=80,\"B\",IF(E2>=70,\"C\",IF(E2>=60,\"D\",\"F\"))))\n5. Save the file.","env":{"files":[{"filename":"grades.xlsx","sandbox_path":"/home/user/Documents/grades.xlsx"}]},"verification":[{"command":"check-cell-value E1 \"Weighted Average\" Grades","key":"match","expected":true,"description":"E1 = 'Weighted Average'"},{"command":"check-cell-formatted E1 true Grades","key":"match","expected":true,"description":"E1 is bold"},{"command":"check-cell-value F1 \"Letter Grade\" Grades","key":"match","expected":true,"description":"F1 = 'Letter Grade'"},{"command":"check-cell-formatted F1 true Grades","key":"match","expected":true,"description":"F1 is bold"},{"command":"cell-value E2 Grades","eval":"result.get('formula') is not None and '0.3' in result.get('formula','') or '0.4' in result.get('formula','')","description":"E2 contains weighted average formula"},{"command":"check-cell-value E2 88.7 Grades","key":"match","expected":true,"description":"E2 = 88.7 (Alice: 88*0.3+92*0.4+85*0.3)"},{"command":"cell-value F2 Grades","eval":"result.get('formula') is not None and 'IF' in result.get('formula','').upper()","description":"F2 contains an IF formula"},{"command":"check-cell-value F2 B Grades","key":"match","expected":true,"description":"F2 = 'B' (88.7 -> B grade)"},{"command":"check-cell-value E4 92 Grades","key":"match","expected":true,"description":"E4 = 92.0 (Charlie: 95*0.3+89*0.4+93*0.3)"},{"command":"check-cell-value F4 A Grades","key":"match","expected":true,"description":"F4 = 'A' (92.0 -> A grade)"}],"github_task_path":"task_generator/tasks/calc_grade_book_formulas"} {"id":"calc_index_match_lookup","app":"libreoffice_calc","task":"Open the file /home/user/Documents/quotes.xlsx in LibreOffice Calc. It has two sheets. 'Catalog' has columns SKU (A), Product (B), Unit Price (C) for 10 products (rows 2-11). 'Quotes' has columns SKU (A) and Qty (B) for 10 quote lines (rows 2-11).\n\n1. Go to the Quotes sheet. In C1 type 'Product Name' and make it bold. In D1 type 'Unit Price' and make it bold. In E1 type 'Line Total' and make it bold.\n2. In C2 enter a formula that uses INDEX and MATCH to pull the product name from Catalog based on the SKU in A2. Example: =INDEX(Catalog.B$2:B$11,MATCH(A2,Catalog.A$2:A$11,0)). Fill down through C11.\n3. In D2 enter a formula that uses INDEX and MATCH to pull the unit price. Example: =INDEX(Catalog.C$2:C$11,MATCH(A2,Catalog.A$2:A$11,0)). Fill down through D11.\n4. In E2 enter =B2*D2 and fill down through E11.\n5. In A12 type 'Grand Total' and make it bold.\n6. In E12 enter =SUM(E2:E11).\n7. Save the file.","env":{"files":[{"filename":"quotes.xlsx","sandbox_path":"/home/user/Documents/quotes.xlsx"}]},"verification":[{"command":"check-cell-value C1 \"Product Name\" Quotes","key":"match","expected":true,"description":"Quotes C1 = Product Name"},{"command":"check-cell-formatted C1 true Quotes","key":"match","expected":true,"description":"C1 bold"},{"command":"check-cell-value D1 \"Unit Price\" Quotes","key":"match","expected":true,"description":"D1 = Unit Price"},{"command":"check-cell-value E1 \"Line Total\" Quotes","key":"match","expected":true,"description":"E1 = Line Total"},{"command":"cell-value C2 Quotes","eval":"result.get('formula') is not None and 'INDEX' in result.get('formula','').upper() and 'MATCH' in result.get('formula','').upper()","description":"C2 uses INDEX/MATCH"},{"command":"check-cell-value C2 \"Gadget X\" Quotes","key":"match","expected":true,"description":"C2 = Gadget X (SKU P003)"},{"command":"check-cell-value C3 \"Widget A\" Quotes","key":"match","expected":true,"description":"C3 = Widget A (SKU P001)"},{"command":"check-cell-value C4 Contraption Quotes","key":"match","expected":true,"description":"C4 = Contraption (SKU P008)"},{"command":"cell-value D2 Quotes","eval":"result.get('formula') is not None and 'INDEX' in result.get('formula','').upper()","description":"D2 uses INDEX"},{"command":"cell-value D2 Quotes","eval":"abs((result.get('value') or 0) - 22.75) < 0.001","description":"D2 unit price = 22.75"},{"command":"cell-value E2 Quotes","eval":"abs((result.get('value') or 0) - 113.75) < 0.01","description":"E2 line total = 113.75"},{"command":"cell-value E3 Quotes","eval":"abs((result.get('value') or 0) - 125.0) < 0.01","description":"E3 line total = 125.00 (Widget A x10)"},{"command":"check-cell-value A12 \"Grand Total\" Quotes","key":"match","expected":true,"description":"A12 = Grand Total"},{"command":"check-cell-formatted A12 true Quotes","key":"match","expected":true,"description":"A12 bold"},{"command":"cell-value E12 Quotes","eval":"abs((result.get('value') or 0) - 1427.37) < 0.02","description":"E12 grand total = 1427.37"}],"github_task_path":"task_generator/tasks/calc_index_match_lookup"} {"id":"calc_inventory_reorder_flags","app":"libreoffice_calc","task":"Open the file /home/user/Documents/stock.xlsx in LibreOffice Calc. Sheet 'Stock' has columns SKU (A), Item (B), On Hand (C), Daily Usage (D), Reorder Point (E), Max Stock (F) with 15 items in rows 2-16.\n\n1. In G1 type 'Days of Supply' and make it bold. In H1 type 'Status' and make it bold. In I1 type 'Reorder Qty' and make it bold.\n2. In G2 enter =C2/D2 and fill down through G16.\n3. In H2 enter a nested-IF formula: =IF(C2= 2","description":"H2 is nested IF"},{"command":"check-sheet-exists StatusSummary","key":"exists","expected":true,"description":"StatusSummary sheet exists"},{"command":"check-cell-value A1 Status StatusSummary","key":"match","expected":true,"description":"StatusSummary A1 = Status"},{"command":"check-cell-value B1 Count StatusSummary","key":"match","expected":true,"description":"StatusSummary B1 = Count"},{"command":"check-cell-formatted A1 true StatusSummary","key":"match","expected":true,"description":"StatusSummary A1 bold"},{"command":"check-cell-value A2 Critical StatusSummary","key":"match","expected":true,"description":"StatusSummary A2 = Critical"},{"command":"check-cell-value B2 6 StatusSummary","key":"match","expected":true,"description":"StatusSummary B2 (Critical count) = 6"},{"command":"check-cell-value B3 4 StatusSummary","key":"match","expected":true,"description":"StatusSummary B3 (Low count) = 4"},{"command":"check-cell-value B4 5 StatusSummary","key":"match","expected":true,"description":"StatusSummary B4 (OK count) = 5"},{"command":"cell-value B2 StatusSummary","eval":"result.get('formula') is not None and 'COUNTIF' in result.get('formula','').upper()","description":"StatusSummary B2 uses COUNTIF"}],"github_task_path":"task_generator/tasks/calc_inventory_reorder_flags"} {"id":"calc_loan_amortization_schedule","app":"libreoffice_calc","task":"Open the file /home/user/Documents/loan.xlsx in LibreOffice Calc. The sheet 'Loan' has loan inputs in B1:B3 (Principal=24000, Annual Rate=0.06, Term Months=12) and schedule headers already in row 6 (Month, Payment, Interest, Principal, Balance).\n\n1. In cell C1 enter the formula =PMT(B2/12,B3,-B1) so the single monthly payment is shown. Make C1 bold.\n2. Fill rows 7 through 18 with month numbers 1..12 in column A.\n3. In rows 7 through 18, fill column B (Payment) with =-PMT(B$2/12,B$3,-B$1) so every row shows the same monthly payment (positive number, about 2065.52).\n4. In rows 7 through 18, fill column C (Interest) with =-IPMT(B$2/12,A7,B$3,-B$1) style formulas (row reference must use the month number in column A).\n5. In rows 7 through 18, fill column D (Principal) with =-PPMT(B$2/12,A7,B$3,-B$1) style formulas.\n6. In rows 7 through 18, fill column E (Balance) as the running remaining balance. E7 should be =B1-D7 and each subsequent row should be =E[prev]-D[current], so E18 ends at 0.\n7. In A19 type 'Totals' and make it bold.\n8. In B19 enter =SUM(B7:B18). In C19 enter =SUM(C7:C18). In D19 enter =SUM(D7:D18).\n9. Save the file .","env":{"files":[{"filename":"loan.xlsx","sandbox_path":"/home/user/Documents/loan.xlsx"}]},"verification":[{"command":"cell-value C1 Loan","eval":"result.get('formula') is not None and 'PMT' in result.get('formula','').upper()","description":"C1 contains a PMT formula"},{"command":"cell-value C1 Loan","eval":"abs((result.get('value') or 0) + 2065.52) < 0.5 or abs((result.get('value') or 0) - 2065.52) < 0.5","description":"C1 computes approximately 2065.52 monthly payment"},{"command":"check-cell-value A7 1 Loan","key":"match","expected":true,"description":"A7 = 1 (month 1)"},{"command":"check-cell-value A18 12 Loan","key":"match","expected":true,"description":"A18 = 12 (month 12)"},{"command":"cell-value B7 Loan","eval":"abs((result.get('value') or 0) - 2065.52) < 0.5","description":"B7 payment approx 2065.52"},{"command":"cell-value B18 Loan","eval":"abs((result.get('value') or 0) - 2065.52) < 0.5","description":"B18 payment approx 2065.52"},{"command":"cell-value C7 Loan","eval":"result.get('formula') is not None and 'IPMT' in result.get('formula','').upper()","description":"C7 has an IPMT formula"},{"command":"cell-value C7 Loan","eval":"abs((result.get('value') or 0) - 120) < 1.0","description":"C7 first-month interest approx 120"},{"command":"cell-value D7 Loan","eval":"result.get('formula') is not None and 'PPMT' in result.get('formula','').upper()","description":"D7 has a PPMT formula"},{"command":"cell-value D7 Loan","eval":"abs((result.get('value') or 0) - 1945.52) < 1.0","description":"D7 first-month principal approx 1945.52"},{"command":"cell-value E18 Loan","eval":"abs((result.get('value') or 0)) < 0.5","description":"E18 ending balance approximately 0"},{"command":"check-cell-value A19 Totals Loan","key":"match","expected":true,"description":"A19 = 'Totals'"},{"command":"check-cell-formatted A19 true Loan","key":"match","expected":true,"description":"A19 is bold"},{"command":"cell-value B19 Loan","eval":"abs((result.get('value') or 0) - 24786.28) < 2.0","description":"B19 total payments approx 24786.28"},{"command":"cell-value D19 Loan","eval":"abs((result.get('value') or 0) - 24000) < 1.0","description":"D19 total principal approx 24000"}],"github_task_path":"task_generator/tasks/calc_loan_amortization_schedule"} {"id":"calc_merge_format_report","app":"libreoffice_calc","task":"Open the file /home/user/Documents/report_data.xlsx in LibreOffice Calc. It contains a sheet called 'Data' with columns: Month (A), Revenue (B), Expenses (C). Row 1 has headers, rows 2-7 have data for January through June.\n\n1. Select cells A1:C1 and merge them (Format > Merge Cells > Merge Cells). Type 'Financial Report H1 2025' in the merged cell. Make it bold.\n2. The data should now be in rows 2-8 (headers shifted to row 2, data in rows 3-8). Note: if the merge replaced the headers, re-enter 'Month' in A2, 'Revenue' in B2, 'Expenses' in C2.\n3. In cell A9 (or the row after the last data row), type 'TOTAL' and make it bold.\n4. In B9, enter the formula =SUM(B3:B8) for total revenue.\n5. In C9, enter the formula =SUM(C3:C8) for total expenses.\n6. In cell D2, type 'Profit'.\n7. In cells D3 through D8, enter formulas =B3-C3 (Revenue minus Expenses) for each month.\n8. In D9, enter the formula =SUM(D3:D8) for total profit.\n9. Save the file .\n\nNote: The exact row numbers depend on how the merge affects the layout. The key is: merged title in row 1, headers in row 2, data in rows 3-8, totals in row 9.","env":{"files":[{"filename":"report_data.xlsx","sandbox_path":"/home/user/Documents/report_data.xlsx"}]},"verification":[{"command":"check-merged-cells A1:C1 Data","key":"merged","expected":true,"description":"A1:C1 is merged"},{"command":"cell-value A1 Data","eval":"'Financial Report H1 2025' in str(result.get('display','')) or 'Financial Report H1 2025' in str(result.get('value',''))","description":"A1 contains 'Financial Report H1 2025'"},{"command":"check-cell-formatted A1 true Data","key":"match","expected":true,"description":"A1 is bold"},{"command":"cell-value D2 Data","eval":"str(result.get('value','')).strip() == 'Profit' or str(result.get('display','')).strip() == 'Profit'","description":"D2 = 'Profit'"},{"command":"sheet-data Data","eval":"any('TOTAL' in str(row) for row in result.get('data',[]) if row)","description":"Sheet contains a 'TOTAL' row"},{"command":"sheet-data Data","eval":"any(337000 == val or 337000.0 == val for row in result.get('data',[]) if row for val in row if isinstance(val,(int,float)))","description":"Total revenue = 337000 appears in the sheet"},{"command":"sheet-data Data","eval":"any(271000 == val or 271000.0 == val for row in result.get('data',[]) if row for val in row if isinstance(val,(int,float)))","description":"Total expenses = 271000 appears in the sheet"},{"command":"sheet-data Data","eval":"any(66000 == val or 66000.0 == val for row in result.get('data',[]) if row for val in row if isinstance(val,(int,float)))","description":"Total profit = 66000 appears in the sheet"}],"github_task_path":"task_generator/tasks/calc_merge_format_report"} {"id":"calc_month_over_month_growth","app":"libreoffice_calc","task":"Open the file /home/user/Documents/revenue.xlsx in LibreOffice Calc. Sheet 'Revenue' has Month (A) and Revenue (B) in row 1, and 12 months Jan-Dec with revenue values in rows 2-13.\n\n1. In C1 type 'Running Total' and make it bold.\n2. In D1 type 'MoM Growth %' and make it bold.\n3. In E1 type 'Status' and make it bold.\n4. In C2 enter =B2. In C3 enter =C2+B3. Fill this running-sum pattern down through C13.\n5. In D2 type the text 'N/A'.\n6. In D3 enter =(B3-B2)/B2*100. Fill this pattern down through D13 so each row computes the month-over-month growth from the previous month.\n7. In E2 type the text 'N/A'.\n8. In E3 enter =IF(D3<0,\"Down\",\"Up\"). Fill down through E13.\n9. Save the file .","env":{"files":[{"filename":"revenue.xlsx","sandbox_path":"/home/user/Documents/revenue.xlsx"}]},"verification":[{"command":"check-cell-value C1 \"Running Total\" Revenue","key":"match","expected":true,"description":"C1 = Running Total"},{"command":"check-cell-formatted C1 true Revenue","key":"match","expected":true,"description":"C1 bold"},{"command":"check-cell-value D1 \"MoM Growth %\" Revenue","key":"match","expected":true,"description":"D1 = MoM Growth %"},{"command":"check-cell-formatted D1 true Revenue","key":"match","expected":true,"description":"D1 bold"},{"command":"check-cell-value E1 Status Revenue","key":"match","expected":true,"description":"E1 = Status"},{"command":"check-cell-formatted E1 true Revenue","key":"match","expected":true,"description":"E1 bold"},{"command":"check-cell-value C2 100000 Revenue","key":"match","expected":true,"description":"C2 running total = 100000"},{"command":"check-cell-value C3 210000 Revenue","key":"match","expected":true,"description":"C3 running total = 210000"},{"command":"check-cell-value C13 1558000 Revenue","key":"match","expected":true,"description":"C13 final running total = 1558000"},{"command":"check-cell-value D2 N/A Revenue","key":"match","expected":true,"description":"D2 = N/A"},{"command":"cell-value D3 Revenue","eval":"abs((result.get('value') or 0) - 10.0) < 0.01","description":"D3 growth = 10.0"},{"command":"cell-value D4 Revenue","eval":"abs((result.get('value') or 0) - (-4.545454545454546)) < 0.01","description":"D4 growth approx -4.5454"},{"command":"check-cell-value E2 N/A Revenue","key":"match","expected":true,"description":"E2 = N/A"},{"command":"check-cell-value E3 Up Revenue","key":"match","expected":true,"description":"E3 = Up"},{"command":"check-cell-value E4 Down Revenue","key":"match","expected":true,"description":"E4 = Down"},{"command":"check-cell-value E13 Down Revenue","key":"match","expected":true,"description":"E13 = Down"},{"command":"cell-value E8 Revenue","eval":"result.get('formula') is not None and result.get('formula','').upper().startswith('=IF')","description":"E8 uses IF formula"}],"github_task_path":"task_generator/tasks/calc_month_over_month_growth"} {"id":"calc_named_ranges_and_data_validation","app":"libreoffice_calc","task":"Open the file /home/user/Documents/orders.xlsx in LibreOffice Calc. The workbook has three sheets:\n- 'Orders' with bold headers in row 1 (A='Order ID', B='Customer', C='Item', D='Qty', E='Price', F='Total w/ Tax'). Rows 2-21 already contain values for Order ID (ORD-001..ORD-020), Item, Qty (1-5) and Price - the Customer column (B) and Total column (F) are blank.\n- 'Customers' with bold headers A1='Customer Name' and 9 customer names in A2:A10.\n- 'Settings' with A1='Tax Rate' (bold) and B1=0.08.\n\nDo the following:\n\n1. Create a named range called exactly 'CustomerList' that points to Customers.A2:A10.\n2. Create a named range called exactly 'TaxRate' that points to Settings.B1.\n3. On the 'Orders' sheet, select cells B2:B21 and open Validity. Set 'Allow' to 'Cell range', and for the source enter =CustomerList (so the dropdown pulls from the named range).\n4. On the 'Orders' sheet, in F2:F21 enter the formula =E2*D2*(1+TaxRate) and fill down so each row uses the TaxRate named range.\n5. Save the file keeping it at /home/user/Documents/orders.xlsx.","env":{"files":[{"filename":"orders.xlsx","sandbox_path":"/home/user/Documents/orders.xlsx"}]},"verification":[{"command":"check-sheet-exists Orders","key":"exists","expected":true,"description":"'Orders' sheet exists"},{"command":"check-sheet-exists Customers","key":"exists","expected":true,"description":"'Customers' sheet exists"},{"command":"check-sheet-exists Settings","key":"exists","expected":true,"description":"'Settings' sheet exists"},{"command":"check-named-range CustomerList Customers","key":"match","expected":true,"description":"Named range 'CustomerList' references Customers sheet"},{"command":"check-named-range TaxRate Settings","key":"match","expected":true,"description":"Named range 'TaxRate' references Settings sheet"},{"command":"check-data-validation B2 Orders","key":"match","expected":true,"description":"Orders!B2 has data-validation rule"},{"command":"check-data-validation B21 Orders","key":"match","expected":true,"description":"Orders!B21 has data-validation rule"},{"command":"cell-value F2 Orders","eval":"result.get('formula') is not None and 'TAXRATE' in result.get('formula','').upper().replace(' ','')","description":"Orders!F2 formula references TaxRate named range"},{"command":"cell-value F21 Orders","eval":"result.get('formula') is not None and 'TAXRATE' in result.get('formula','').upper().replace(' ','')","description":"Orders!F21 formula references TaxRate named range"}],"github_task_path":"task_generator/tasks/calc_named_ranges_and_data_validation"} {"id":"calc_payroll_tax_brackets","app":"libreoffice_calc","task":"Open the file /home/user/Documents/payroll.xlsx in LibreOffice Calc. Sheet 'Payroll' has Employee (A), Hourly Rate (B), Hours Worked (C) with 12 employees in rows 2-13.\n\n1. Fill row 1 cells D1 'Regular Pay', E1 'Overtime Pay', F1 'Gross', G1 'Tax', H1 'Net' and make all of them bold.\n2. In D2 enter =MIN(C2,40)*B2 to compute regular pay (hours up to 40 at the base rate). Fill down through D13.\n3. In E2 enter =MAX(0,C2-40)*B2*1.5 to compute overtime pay (hours over 40 at 1.5x). Fill down through E13.\n4. In F2 enter =D2+E2 for gross. Fill down through F13.\n5. In G2 enter a nested-IF progressive tax formula: =IF(F2<500,0,IF(F2<=1500,(F2-500)*0.1,100+(F2-1500)*0.2)). Fill down through G13.\n6. In H2 enter =F2-G2 for net pay. Fill down through H13.\n7. In A14 type 'Totals' and make it bold. In D14 enter =SUM(D2:D13). In E14 enter =SUM(E2:E13). In F14 enter =SUM(F2:F13). In G14 enter =SUM(G2:G13). In H14 enter =SUM(H2:H13).\n8. Save the file .","env":{"files":[{"filename":"payroll.xlsx","sandbox_path":"/home/user/Documents/payroll.xlsx"}]},"verification":[{"command":"check-cell-value D1 \"Regular Pay\" Payroll","key":"match","expected":true,"description":"D1 = Regular Pay"},{"command":"check-cell-formatted D1 true Payroll","key":"match","expected":true,"description":"D1 bold"},{"command":"check-cell-value E1 \"Overtime Pay\" Payroll","key":"match","expected":true,"description":"E1 = Overtime Pay"},{"command":"check-cell-value F1 Gross Payroll","key":"match","expected":true,"description":"F1 = Gross"},{"command":"check-cell-value G1 Tax Payroll","key":"match","expected":true,"description":"G1 = Tax"},{"command":"check-cell-value H1 Net Payroll","key":"match","expected":true,"description":"H1 = Net"},{"command":"check-cell-value D2 800 Payroll","key":"match","expected":true,"description":"D2 Alice regular = 800"},{"command":"check-cell-value E2 150 Payroll","key":"match","expected":true,"description":"E2 Alice overtime = 150"},{"command":"check-cell-value F2 950 Payroll","key":"match","expected":true,"description":"F2 Alice gross = 950"},{"command":"check-cell-value G2 45 Payroll","key":"match","expected":true,"description":"G2 Alice tax = 45"},{"command":"check-cell-value H2 905 Payroll","key":"match","expected":true,"description":"H2 Alice net = 905"},{"command":"cell-value G2 Payroll","eval":"result.get('formula') is not None and result.get('formula','').upper().count('IF') >= 2","description":"G2 is a nested IF (has >=2 IF tokens)"},{"command":"check-cell-value F3 600 Payroll","key":"match","expected":true,"description":"F3 Bob gross = 600"},{"command":"check-cell-value G3 10 Payroll","key":"match","expected":true,"description":"G3 Bob tax = 10"},{"command":"check-cell-value F4 1375 Payroll","key":"match","expected":true,"description":"F4 Carol gross = 1375"},{"command":"check-cell-value G4 87.5 Payroll","key":"match","expected":true,"description":"G4 Carol tax = 87.5"},{"command":"check-cell-value F7 1875 Payroll","key":"match","expected":true,"description":"F7 Frank gross = 1875"},{"command":"check-cell-value G7 175 Payroll","key":"match","expected":true,"description":"G7 Frank tax = 175"},{"command":"check-cell-value G8 0 Payroll","key":"match","expected":true,"description":"G8 Grace tax = 0 (gross 420 below bracket)"},{"command":"check-cell-value A14 Totals Payroll","key":"match","expected":true,"description":"A14 = Totals"},{"command":"check-cell-formatted A14 true Payroll","key":"match","expected":true,"description":"A14 bold"},{"command":"check-cell-value F14 11887 Payroll","key":"match","expected":true,"description":"F14 total gross = 11887"},{"command":"cell-value G14 Payroll","eval":"abs((result.get('value') or 0) - 634.2) < 0.05","description":"G14 total tax approx 634.2"},{"command":"cell-value H14 Payroll","eval":"abs((result.get('value') or 0) - 11252.8) < 0.05","description":"H14 total net approx 11252.8"}],"github_task_path":"task_generator/tasks/calc_payroll_tax_brackets"} {"id":"calc_pref_default_sheets_and_save_format","app":"libreoffice_calc","task":"Open LibreOffice Calc and change two user preferences so that they persist in the user profile:\n\n1. Set 'Number of worksheets in new document' to 5.\n2. Set 'Always save as' for 'Spreadsheet' documents to 'Excel 2007-365 (*.xlsx)'.\n\nSave the settings, and make sure the preferences flush to ~/.config/libreoffice/4/user/registrymodifications.xcu.","env":{"files":[{"filename":"blank.xlsx","sandbox_path":"/home/user/Documents/blank.xlsx"}]},"verification":[{"command":"check-calc-pref default_sheet_count 5","key":"match","expected":true,"description":"Default sheet count for new workbooks = 5"},{"command":"check-calc-pref default_save_filter_calc \"MS Excel 2007\"","key":"match","expected":true,"description":"Default save format for Calc is MS Excel 2007 (.xlsx)"}],"github_task_path":"task_generator/tasks/calc_pref_default_sheets_and_save_format"} {"id":"calc_pref_sheet_count_3_odf_format","app":"libreoffice_calc","task":"Open LibreOffice Calc and change two user preferences so that they persist in the user profile:\n\n1. Set 'Number of worksheets in new document' to 3.\n2. Set 'Always save as' for 'Spreadsheet' documents to 'ODF Spreadsheet (*.ods)'.\n\nSave the settings, and make sure the preferences flush to ~/.config/libreoffice/4/user/registrymodifications.xcu.","env":{"files":[{"filename":"attendance.xlsx","sandbox_path":"/home/user/Documents/attendance.xlsx"}]},"verification":[{"command":"check-calc-pref default_sheet_count 3","key":"match","expected":true,"description":"Default sheet count for new workbooks = 3"},{"command":"check-calc-pref default_save_filter_calc \"ODF Spreadsheet\"","key":"match","expected":true,"description":"Default save format for Calc is ODF Spreadsheet (.ods)"}],"github_task_path":"task_generator/tasks/calc_pref_sheet_count_3_odf_format"} {"id":"calc_pref_sheet_count_4_xlsx_cm","app":"libreoffice_calc","task":"Open LibreOffice Calc and change two user preferences so that they persist in the user profile:\n\n1. Set 'Number of worksheets in new document' to 4.\n2. Set 'Always save as' for 'Spreadsheet' documents to 'MS Excel 2007-365 (*.xlsx)'.\n\nSave the settings, and make sure the preferences flush to ~/.config/libreoffice/4/user/registrymodifications.xcu.","env":{"files":[{"filename":"quarters.xlsx","sandbox_path":"/home/user/Documents/quarters.xlsx"}]},"verification":[{"command":"check-calc-pref default_sheet_count 4","key":"match","expected":true,"description":"Default sheet count for new workbooks = 4"},{"command":"check-calc-pref default_save_filter_calc \"MS Excel 2007\"","key":"match","expected":true,"description":"Default save format for Calc is MS Excel 2007 (.xlsx)"}],"github_task_path":"task_generator/tasks/calc_pref_sheet_count_4_xlsx_cm"} {"id":"calc_pref_sheet_count_6_odf_100th_mm","app":"libreoffice_calc","task":"Open LibreOffice Calc and change two user preferences so that they persist in the user profile:\n\n1. Set 'Number of worksheets in new document' to 6.\n2. Set 'Always save as' for 'Spreadsheet' documents to 'ODF Spreadsheet (*.ods)'.\n\nSave the settings, and make sure the preferences flush to ~/.config/libreoffice/4/user/registrymodifications.xcu.","env":{"files":[{"filename":"employees.xlsx","sandbox_path":"/home/user/Documents/employees.xlsx"}]},"verification":[{"command":"check-calc-pref default_sheet_count 6","key":"match","expected":true,"description":"Default sheet count for new workbooks = 6"},{"command":"check-calc-pref default_save_filter_calc \"ODF Spreadsheet\"","key":"match","expected":true,"description":"Default save format for Calc is ODF Spreadsheet (.ods)"}],"github_task_path":"task_generator/tasks/calc_pref_sheet_count_6_odf_100th_mm"} {"id":"calc_pref_sheet_count_7_excel2003","app":"libreoffice_calc","task":"Open LibreOffice Calc and change two user preferences so that they persist in the user profile:\n\n1. Set 'Number of worksheets in new document' to 7.\n2. Set 'Always save as' for 'Spreadsheet' documents to 'Excel 97-2003 (*.xls)'.\n\nSave the settings, and make sure the preferences flush to ~/.config/libreoffice/4/user/registrymodifications.xcu.","env":{"files":[{"filename":"contacts.xlsx","sandbox_path":"/home/user/Documents/contacts.xlsx"}]},"verification":[{"command":"check-calc-pref default_sheet_count 7","key":"match","expected":true,"description":"Default sheet count for new workbooks = 7"},{"command":"check-calc-pref default_save_filter_calc \"Excel 97-2003\"","key":"match","expected":true,"description":"Default save format for Calc is Excel 97-2003 (.xls)"}],"github_task_path":"task_generator/tasks/calc_pref_sheet_count_7_excel2003"} {"id":"calc_product_catalog_price_tiers","app":"libreoffice_calc","task":"Open the file /home/user/Documents/catalog.xlsx in LibreOffice Calc.\n\nThe workbook has two sheets:\n- 'Catalog': bold headers in row 1 (A='SKU', B='Product', C='Units Sold', D='List Price') and 25 products in rows 2-26.\n- 'Tiers': bold headers in row 1 (A='Min Units', B='Tier', C='Discount'), with rows 2-5 defining the tiers sorted ascending: (0, 'Bronze', 0), (100, 'Silver', 0.05), (500, 'Gold', 0.10), (1000, 'Platinum', 0.15).\n\nBuild a discounted-price breakdown and a tier-level summary:\n\n1. On Catalog, in row 1 add bold headers E1='Tier', F1='Discounted Price', G1='Revenue'.\n2. In E2:E26 use =VLOOKUP(C2,Tiers.A:C,2,1) to fetch the Tier name for each row (approximate-match VLOOKUP against the ascending Min Units column).\n3. In F2:F26 use =D2*(1-VLOOKUP(C2,Tiers.A:C,3,1)) to compute the per-unit discounted price.\n4. In G2:G26 enter =C2*F2 (revenue = units sold * discounted price).\n5. Create a new sheet named 'TierSummary'.\n6. On TierSummary, in row 1 add bold headers A1='Tier', B1='Revenue'. In A2:A5 enter 'Bronze', 'Silver', 'Gold', 'Platinum' (in that order).\n7. In B2:B5 enter =SUMIFS(Catalog.G:G,Catalog.E:E,A2) (revenue totalled per tier).\n8. In D1 add bold header 'Best Tier'. In D2 enter =INDEX(A2:A5,MATCH(MAX(B2:B5),B2:B5,0)) so D2 returns the tier name with the highest revenue.\n9. Save the file .","env":{"files":[{"filename":"catalog.xlsx","sandbox_path":"/home/user/Documents/catalog.xlsx"}]},"verification":[{"command":"check-cell-value E1 Tier Catalog","key":"match","expected":true,"description":"Catalog E1 = 'Tier'"},{"command":"check-cell-value F1 \"Discounted Price\" Catalog","key":"match","expected":true,"description":"Catalog F1 = 'Discounted Price'"},{"command":"check-cell-value G1 Revenue Catalog","key":"match","expected":true,"description":"Catalog G1 = 'Revenue'"},{"command":"check-cell-formatted E1 true Catalog","key":"match","expected":true,"description":"Catalog E1 bold"},{"command":"cell-value E2 Catalog","eval":"result.get('formula') is not None and 'VLOOKUP' in result.get('formula','').upper()","description":"Catalog E2 uses VLOOKUP"},{"command":"cell-value F2 Catalog","eval":"result.get('formula') is not None and 'VLOOKUP' in result.get('formula','').upper()","description":"Catalog F2 uses VLOOKUP"},{"command":"check-cell-value E2 Bronze Catalog","key":"match","expected":true,"description":"Catalog E2 tier = 'Bronze'"},{"command":"check-cell-value E7 Gold Catalog","key":"match","expected":true,"description":"Catalog E7 tier = 'Gold'"},{"command":"check-cell-value E10 Platinum Catalog","key":"match","expected":true,"description":"Catalog E10 tier = 'Platinum'"},{"command":"check-cell-value F2 20 Catalog","key":"match","expected":true,"description":"Catalog F2 discounted price = 20"},{"command":"check-cell-value F7 90 Catalog","key":"match","expected":true,"description":"Catalog F7 discounted price = 90"},{"command":"check-cell-value F10 8.5 Catalog","key":"match","expected":true,"description":"Catalog F10 discounted price = 8.5"},{"command":"check-cell-value G2 1000 Catalog","key":"match","expected":true,"description":"Catalog G2 revenue = 1000"},{"command":"check-cell-value G7 49500 Catalog","key":"match","expected":true,"description":"Catalog G7 revenue = 49500"},{"command":"check-cell-value G10 10200 Catalog","key":"match","expected":true,"description":"Catalog G10 revenue = 10200"},{"command":"check-sheet-exists TierSummary","key":"exists","expected":true,"description":"'TierSummary' sheet exists"},{"command":"check-cell-value A1 Tier TierSummary","key":"match","expected":true,"description":"TierSummary A1 = 'Tier'"},{"command":"check-cell-value B1 Revenue TierSummary","key":"match","expected":true,"description":"TierSummary B1 = 'Revenue'"},{"command":"check-cell-formatted A1 true TierSummary","key":"match","expected":true,"description":"TierSummary A1 bold"},{"command":"check-cell-value A2 Bronze TierSummary","key":"match","expected":true,"description":"TierSummary A2 = 'Bronze'"},{"command":"check-cell-value A5 Platinum TierSummary","key":"match","expected":true,"description":"TierSummary A5 = 'Platinum'"},{"command":"check-cell-value B2 7900 TierSummary","key":"match","expected":true,"description":"TierSummary B2 Bronze total = 7900"},{"command":"check-cell-value B3 54102.5 TierSummary","key":"match","expected":true,"description":"TierSummary B3 Silver total = 54102.5"},{"command":"check-cell-value B4 339750 TierSummary","key":"match","expected":true,"description":"TierSummary B4 Gold total = 339750"},{"command":"check-cell-value B5 49300 TierSummary","key":"match","expected":true,"description":"TierSummary B5 Platinum total = 49300"},{"command":"cell-value B2 TierSummary","eval":"result.get('formula') is not None and 'SUMIF' in result.get('formula','').upper()","description":"TierSummary B2 uses SUMIFS/SUMIF"},{"command":"check-cell-value D1 \"Best Tier\" TierSummary","key":"match","expected":true,"description":"TierSummary D1 = 'Best Tier'"},{"command":"check-cell-value D2 Gold TierSummary","key":"match","expected":true,"description":"TierSummary D2 = 'Gold'"},{"command":"cell-value D2 TierSummary","eval":"result.get('formula') is not None and 'INDEX' in result.get('formula','').upper() and 'MATCH' in result.get('formula','').upper()","description":"TierSummary D2 uses INDEX/MATCH"}],"github_task_path":"task_generator/tasks/calc_product_catalog_price_tiers"} {"id":"calc_product_pricing_table","app":"libreoffice_calc","task":"Open the file /home/user/Documents/products.xlsx in LibreOffice Calc. It contains a sheet called 'Products' with columns: Product Name (A), Base Price (B), Cost (C). Row 1 has headers (bold), rows 2-16 have 15 products.\n\n1. In cell D1, enter 'Profit Margin %' and make it bold.\n2. In cells D2:D16, enter the formula =(B2-C2)/B2*100 to calculate the profit margin as a percentage. For row 2: =(B2-C2)/B2*100.\n3. In cell E1, enter 'Discounted Price (10%)' and make it bold.\n4. In cells E2:E16, enter the formula =B2*0.9 to apply a 10% discount to the base price.\n5. In cell F1, enter 'Tax (8.5%)' and make it bold.\n6. In cells F2:F16, enter the formula =E2*0.085 to calculate the tax amount on the discounted price.\n7. In cell G1, enter 'Final Price' and make it bold.\n8. In cells G2:G16, enter the formula =E2+F2 to calculate the final price (discounted price plus tax).\n9. In cell A17, enter 'MIN' and make it bold. In cell A18, enter 'MAX' and make it bold. In cell A19, enter 'AVERAGE' and make it bold.\n10. In B17, enter =MIN(B2:B16). In B18, enter =MAX(B2:B16). In B19, enter =AVERAGE(B2:B16).\n11. Copy the MIN/MAX/AVERAGE formulas across columns C through G (so C17:G17 have MIN formulas, C18:G18 have MAX formulas, C19:G19 have AVERAGE formulas).\n12. Save the file .","env":{"files":[{"filename":"products.xlsx","sandbox_path":"/home/user/Documents/products.xlsx"}]},"verification":[{"command":"check-cell-value D1 \"Profit Margin %\" Products","key":"match","expected":true,"description":"D1 = 'Profit Margin %'"},{"command":"check-cell-formatted D1 true Products","key":"match","expected":true,"description":"D1 is bold"},{"command":"cell-value D2 Products","eval":"result.get('formula') is not None and 'B2' in result.get('formula','').upper() and 'C2' in result.get('formula','').upper()","description":"D2 contains a margin formula referencing B2 and C2"},{"command":"cell-value D2 Products","eval":"abs(float(result.get('value', 0)) - 58.32) < 0.5","description":"D2 value is approximately 58.32% (Wireless Mouse margin)"},{"command":"check-cell-value E1 \"Discounted Price (10%)\" Products","key":"match","expected":true,"description":"E1 = 'Discounted Price (10%)'"},{"command":"check-cell-formatted E1 true Products","key":"match","expected":true,"description":"E1 is bold"},{"command":"cell-value E2 Products","eval":"result.get('formula') is not None and '0.9' in result.get('formula','') or '*0.9' in result.get('formula','')","description":"E2 contains a 10% discount formula"},{"command":"check-cell-value F1 \"Tax (8.5%)\" Products","key":"match","expected":true,"description":"F1 = 'Tax (8.5%)'"},{"command":"check-cell-formatted F1 true Products","key":"match","expected":true,"description":"F1 is bold"},{"command":"check-cell-value G1 \"Final Price\" Products","key":"match","expected":true,"description":"G1 = 'Final Price'"},{"command":"check-cell-formatted G1 true Products","key":"match","expected":true,"description":"G1 is bold"},{"command":"cell-value G2 Products","eval":"result.get('formula') is not None and 'E2' in result.get('formula','').upper() and 'F2' in result.get('formula','').upper()","description":"G2 contains formula =E2+F2"},{"command":"check-cell-value A17 MIN Products","key":"match","expected":true,"description":"A17 = 'MIN'"},{"command":"check-cell-formatted A17 true Products","key":"match","expected":true,"description":"A17 is bold"},{"command":"check-cell-value A18 MAX Products","key":"match","expected":true,"description":"A18 = 'MAX'"},{"command":"check-cell-formatted A18 true Products","key":"match","expected":true,"description":"A18 is bold"},{"command":"check-cell-value A19 AVERAGE Products","key":"match","expected":true,"description":"A19 = 'AVERAGE'"},{"command":"check-cell-formatted A19 true Products","key":"match","expected":true,"description":"A19 is bold"},{"command":"cell-value B17 Products","eval":"result.get('formula') is not None and 'MIN' in result.get('formula','').upper()","description":"B17 contains a MIN formula"},{"command":"check-cell-value B17 9.99 Products","key":"match","expected":true,"description":"B17 = 9.99 (min base price)"},{"command":"cell-value B18 Products","eval":"result.get('formula') is not None and 'MAX' in result.get('formula','').upper()","description":"B18 contains a MAX formula"},{"command":"check-cell-value B18 89.99 Products","key":"match","expected":true,"description":"B18 = 89.99 (max base price)"},{"command":"cell-value B19 Products","eval":"result.get('formula') is not None and 'AVERAGE' in result.get('formula','').upper()","description":"B19 contains an AVERAGE formula"}],"github_task_path":"task_generator/tasks/calc_product_pricing_table"} {"id":"calc_sales_commission","app":"libreoffice_calc","task":"Open the file /home/user/Documents/commissions.xlsx in LibreOffice Calc. It contains a sheet called 'Sales' with columns: Salesperson (A), Region (B), Monthly Sales (C). Row 1 has bold headers, rows 2-21 have 20 sales records.\n\n1. In cell D1, enter 'Commission Rate' and make it bold.\n2. In cell E1, enter 'Commission Amount' and make it bold.\n3. In D2, enter a nested IF formula to determine the commission rate based on sales tiers:\n - If Monthly Sales (C2) > 20000, the rate is 10% (0.10)\n - If Monthly Sales (C2) >= 10000, the rate is 8% (0.08)\n - Otherwise, the rate is 5% (0.05)\n The formula should be: =IF(C2>20000,0.1,IF(C2>=10000,0.08,0.05))\n4. In E2, enter the formula =C2*D2 to calculate the commission amount.\n5. Copy both formulas (D2:E2) down through rows 3-21 for all 20 records.\n6. Create a new sheet called 'Commission Summary'.\n7. In the Commission Summary sheet:\n - A1: 'Metric' (bold)\n - B1: 'Value' (bold)\n - A2: 'Total Sales'\n - B2: =SUM(Sales.C2:C21)\n - A3: 'Total Commission'\n - B3: =SUM(Sales.E2:E21)\n - A4: 'Average Commission Rate'\n - B4: =B3/B2 (this should yield the weighted average rate)\n8. Save the file .","env":{"files":[{"filename":"commissions.xlsx","sandbox_path":"/home/user/Documents/commissions.xlsx"}]},"verification":[{"command":"check-cell-value D1 \"Commission Rate\" Sales","key":"match","expected":true,"description":"D1 = 'Commission Rate'"},{"command":"check-cell-formatted D1 true Sales","key":"match","expected":true,"description":"D1 is bold"},{"command":"check-cell-value E1 \"Commission Amount\" Sales","key":"match","expected":true,"description":"E1 = 'Commission Amount'"},{"command":"check-cell-formatted E1 true Sales","key":"match","expected":true,"description":"E1 is bold"},{"command":"cell-value D2 Sales","eval":"result.get('formula') is not None and 'IF' in result.get('formula','').upper()","description":"D2 contains an IF formula"},{"command":"check-cell-value D2 0.08 Sales","key":"match","expected":true,"description":"D2 = 0.08 (Bob East 19573 falls in 8% tier)"},{"command":"check-cell-value E2 1565.84 Sales","key":"match","expected":true,"description":"E2 = 1565.84 (19573 * 0.08)"},{"command":"cell-value E2 Sales","eval":"result.get('formula') is not None and ('C2' in result.get('formula','').upper() and 'D2' in result.get('formula','').upper())","description":"E2 formula references C2 and D2"},{"command":"check-cell-value D4 0.05 Sales","key":"match","expected":true,"description":"D4 = 0.05 (Bob South 8770 falls in 5% tier)"},{"command":"check-cell-value E4 438.5 Sales","key":"match","expected":true,"description":"E4 = 438.5 (8770 * 0.05)"},{"command":"check-cell-value D8 0.1 Sales","key":"match","expected":true,"description":"D8 = 0.10 (Henry South 23353 falls in 10% tier)"},{"command":"check-cell-value E8 2335.3 Sales","key":"match","expected":true,"description":"E8 = 2335.3 (23353 * 0.10)"},{"command":"check-cell-value D21 0.05 Sales","key":"match","expected":true,"description":"D21 = 0.05 (David East 7875 falls in 5% tier)"},{"command":"check-sheet-exists \"Commission Summary\"","key":"exists","expected":true,"description":"Sheet 'Commission Summary' exists"},{"command":"check-cell-value A1 Metric \"Commission Summary\"","key":"match","expected":true,"description":"Commission Summary A1 = 'Metric'"},{"command":"check-cell-formatted A1 true \"Commission Summary\"","key":"match","expected":true,"description":"Commission Summary A1 is bold"},{"command":"check-cell-value B1 Value \"Commission Summary\"","key":"match","expected":true,"description":"Commission Summary B1 = 'Value'"},{"command":"check-cell-formatted B1 true \"Commission Summary\"","key":"match","expected":true,"description":"Commission Summary B1 is bold"},{"command":"check-cell-value A2 \"Total Sales\" \"Commission Summary\"","key":"match","expected":true,"description":"Commission Summary A2 = 'Total Sales'"},{"command":"check-cell-value B2 268628 \"Commission Summary\"","key":"match","expected":true,"description":"Commission Summary B2 = 268628 (total sales)"},{"command":"cell-value B2 \"Commission Summary\"","eval":"result.get('formula') is not None and 'SUM' in result.get('formula','').upper()","description":"Commission Summary B2 contains a SUM formula"},{"command":"check-cell-value A3 \"Total Commission\" \"Commission Summary\"","key":"match","expected":true,"description":"Commission Summary A3 = 'Total Commission'"},{"command":"check-cell-value B3 21511.47 \"Commission Summary\"","key":"match","expected":true,"description":"Commission Summary B3 = 21511.47 (total commission)"},{"command":"check-cell-value A4 \"Average Commission Rate\" \"Commission Summary\"","key":"match","expected":true,"description":"Commission Summary A4 = 'Average Commission Rate'"},{"command":"cell-value B4 \"Commission Summary\"","eval":"result.get('formula') is not None and 'B3' in result.get('formula','').upper() and 'B2' in result.get('formula','').upper()","description":"Commission Summary B4 formula references B3 and B2"}],"github_task_path":"task_generator/tasks/calc_sales_commission"} {"id":"calc_sales_summary_sheet","app":"libreoffice_calc","task":"Open the file /home/user/Documents/sales_data.xlsx in LibreOffice Calc. It contains a sheet called 'Sales' with columns: Product (A), Region (B), Q1 (C), Q2 (D), Q3 (E), Q4 (F). Row 1 has headers, rows 2-13 have 12 products.\n\n1. Create a new sheet called 'Summary'.\n2. In cell A1 of the Summary sheet, enter 'Total Revenue'.\n3. In cell B1 of the Summary sheet, enter the formula =SUM(Sales.C2:F13) to sum all quarterly revenue.\n4. In cell A2 of the Summary sheet, enter 'Average Per Quarter'.\n5. In cell B2 of the Summary sheet, enter the formula =B1/4.\n6. Make cells A1 and A2 in the Summary sheet bold.\n7. Save the file .","env":{"files":[{"filename":"sales_data.xlsx","sandbox_path":"/home/user/Documents/sales_data.xlsx"}]},"verification":[{"command":"check-sheet-exists Summary","key":"exists","expected":true,"description":"Sheet 'Summary' exists"},{"command":"check-cell-value A1 \"Total Revenue\" Summary","key":"match","expected":true,"description":"Summary A1 = 'Total Revenue'"},{"command":"cell-value B1 Summary","eval":"result.get('formula','').upper().replace(' ','').find('SUM') >= 0","description":"Summary B1 contains a SUM formula"},{"command":"check-cell-value B1 66050 Summary","key":"match","expected":true,"description":"Summary B1 = 66050 (total of all quarterly revenue)"},{"command":"check-cell-value A2 \"Average Per Quarter\" Summary","key":"match","expected":true,"description":"Summary A2 = 'Average Per Quarter'"},{"command":"cell-value B2 Summary","eval":"result.get('formula') is not None and 'B1' in result.get('formula','').upper()","description":"Summary B2 contains a formula referencing B1"},{"command":"check-cell-value B2 16512.5 Summary","key":"match","expected":true,"description":"Summary B2 = 16512.5 (66050/4)"},{"command":"check-cell-formatted A1 true Summary","key":"match","expected":true,"description":"Summary A1 is bold"},{"command":"check-cell-formatted A2 true Summary","key":"match","expected":true,"description":"Summary A2 is bold"}],"github_task_path":"task_generator/tasks/calc_sales_summary_sheet"} {"id":"calc_student_tracker_vlookup","app":"libreoffice_calc","task":"Open the file /home/user/Documents/students.xlsx in LibreOffice Calc. It contains two sheets:\n- 'Roster' with columns: Student ID (A), Name (B), Major (C). Row 1 has headers, rows 2-13 have 12 students with IDs 1001-1012.\n- 'Scores' with columns: Student ID (A), Test 1 (B), Test 2 (C), Test 3 (D). Row 1 has headers, rows 2-13 have the same 12 students' test scores.\n\n1. Go to the 'Scores' sheet.\n2. In cell E1, enter 'Student Name' and make it bold.\n3. In cell E2, enter the formula =VLOOKUP(A2,Roster.$A$1:$B$13,2,0) to look up the student's name from the Roster sheet based on the Student ID in column A. Copy this formula down through E3:E13 for all students.\n4. In cell F1, enter 'Average' and make it bold.\n5. In cell F2, enter the formula =AVERAGE(B2:D2) to compute the average of the three test scores. Copy this formula down through F3:F13.\n6. Sort the entire data range A1:F13 by column F (Average) in descending order, so the highest-scoring student appears at the top. Make sure headers stay in row 1.\n7. Save the file .","env":{"files":[{"filename":"students.xlsx","sandbox_path":"/home/user/Documents/students.xlsx"}]},"verification":[{"command":"check-cell-value E1 \"Student Name\" Scores","key":"match","expected":true,"description":"Scores E1 = 'Student Name'"},{"command":"check-cell-formatted E1 true Scores","key":"match","expected":true,"description":"Scores E1 is bold"},{"command":"check-cell-value F1 Average Scores","key":"match","expected":true,"description":"Scores F1 = 'Average'"},{"command":"check-cell-formatted F1 true Scores","key":"match","expected":true,"description":"Scores F1 is bold"},{"command":"cell-value E2 Scores","eval":"result.get('formula') is not None and 'VLOOKUP' in result.get('formula','').upper()","description":"Scores E2 contains a VLOOKUP formula"},{"command":"check-cell-value E2 \"Irene Taylor\" Scores","key":"match","expected":true,"description":"Scores E2 = 'Irene Taylor' (highest avg student after sort)"},{"command":"cell-value F2 Scores","eval":"result.get('formula') is not None and 'AVERAGE' in result.get('formula','').upper()","description":"Scores F2 contains an AVERAGE formula"},{"command":"cell-value F2 Scores","eval":"abs(float(result.get('value', 0)) - 94.6667) < 0.5","description":"Scores F2 value is approximately 94.67 (Irene Taylor's average after sort)"},{"command":"check-column-sorted F desc 2","key":"sorted","expected":true,"description":"Column F is sorted descending from row 2"}],"github_task_path":"task_generator/tasks/calc_student_tracker_vlookup"} {"id":"calc_sumifs_multi_store","app":"libreoffice_calc","task":"Open the file /home/user/Documents/transactions.xlsx in LibreOffice Calc. Sheet 'Transactions' has columns Date (A), Store (B), Category (C), Amount (D) in row 1 (bold headers) and 40 data rows (2-41). Stores are North, South, West. Categories are Food, Clothing, Electronics, Home.\n\n1. Create a new sheet named 'Summary'.\n2. On Summary, fill row 1 with bold headers: A1='Store', B1='Food', C1='Clothing', D1='Electronics', E1='Home', F1='Total'.\n3. In A2 type 'North'. In A3 type 'South'. In A4 type 'West'.\n4. In B2 enter a formula using SUMIFS that sums Transactions column D where Store equals A2 and Category equals B$1. Example: =SUMIFS(Transactions.D:D,Transactions.B:B,$A2,Transactions.C:C,B$1). Copy this formula to cover B2:E4 so every store x category cell has the correct SUMIFS.\n5. In F2 enter =SUM(B2:E2). Copy to F3 and F4.\n6. In A5 type 'Total' and make it bold.\n7. In B5 enter =SUM(B2:B4). Copy B5 across to C5, D5, E5, F5.\n8. Save the file .","env":{"files":[{"filename":"transactions.xlsx","sandbox_path":"/home/user/Documents/transactions.xlsx"}]},"verification":[{"command":"check-sheet-exists Summary","key":"exists","expected":true,"description":"Summary sheet exists"},{"command":"check-cell-value A1 Store Summary","key":"match","expected":true,"description":"Summary A1 = Store"},{"command":"check-cell-value B1 Food Summary","key":"match","expected":true,"description":"Summary B1 = Food"},{"command":"check-cell-value F1 Total Summary","key":"match","expected":true,"description":"Summary F1 = Total"},{"command":"check-cell-formatted A1 true Summary","key":"match","expected":true,"description":"Summary A1 bold"},{"command":"check-cell-value A2 North Summary","key":"match","expected":true,"description":"Summary A2 = North"},{"command":"check-cell-value A3 South Summary","key":"match","expected":true,"description":"Summary A3 = South"},{"command":"check-cell-value A4 West Summary","key":"match","expected":true,"description":"Summary A4 = West"},{"command":"cell-value B2 Summary","eval":"result.get('formula') is not None and 'SUMIFS' in result.get('formula','').upper()","description":"B2 uses SUMIFS"},{"command":"check-cell-value B2 500 Summary","key":"match","expected":true,"description":"Summary B2 (North Food) = 500"},{"command":"check-cell-value C2 445 Summary","key":"match","expected":true,"description":"Summary C2 (North Clothing) = 445"},{"command":"check-cell-value D2 280 Summary","key":"match","expected":true,"description":"Summary D2 (North Electronics) = 280"},{"command":"check-cell-value E2 315 Summary","key":"match","expected":true,"description":"Summary E2 (North Home) = 315"},{"command":"check-cell-value B3 780 Summary","key":"match","expected":true,"description":"Summary B3 (South Food) = 780"},{"command":"check-cell-value D4 870 Summary","key":"match","expected":true,"description":"Summary D4 (West Electronics) = 870"},{"command":"check-cell-value F2 1540 Summary","key":"match","expected":true,"description":"Summary F2 (North total) = 1540"},{"command":"check-cell-value F3 1895 Summary","key":"match","expected":true,"description":"Summary F3 (South total) = 1895"},{"command":"check-cell-value F4 2625 Summary","key":"match","expected":true,"description":"Summary F4 (West total) = 2625"},{"command":"check-cell-value A5 Total Summary","key":"match","expected":true,"description":"Summary A5 = Total"},{"command":"check-cell-formatted A5 true Summary","key":"match","expected":true,"description":"Summary A5 bold"},{"command":"check-cell-value B5 2135 Summary","key":"match","expected":true,"description":"Summary B5 (Food total) = 2135"},{"command":"check-cell-value F5 6060 Summary","key":"match","expected":true,"description":"Summary F5 (grand total) = 6060"}],"github_task_path":"task_generator/tasks/calc_sumifs_multi_store"} {"id":"calc_text_parse_contacts","app":"libreoffice_calc","task":"Open the file /home/user/Documents/contacts.xlsx in LibreOffice Calc. Sheet 'Contacts' has a single column A1 'Full Entry' with 15 contact strings in rows 2-16 in the format 'LastName, FirstName ' (e.g. 'Smith, Jane ').\n\n1. In B1 enter 'Last Name', C1 enter 'First Name', D1 enter 'Email', E1 enter 'Domain'. Make all four headers bold.\n2. In B2 enter a formula that extracts the last name (the text before the comma). Fill down through B16.\n3. In C2 enter a formula that extracts the first name. Fill down through C16.\n4. In D2 enter a formula that extracts the email address between '<' and '>'. Fill down through D16.\n5. In E2 enter a formula that extracts the domain. Fill down through E16.\n6. Save the file .","env":{"files":[{"filename":"contacts.xlsx","sandbox_path":"/home/user/Documents/contacts.xlsx"}]},"verification":[{"command":"check-cell-value B1 \"Last Name\" Contacts","key":"match","expected":true,"description":"B1 = Last Name"},{"command":"check-cell-value C1 \"First Name\" Contacts","key":"match","expected":true,"description":"C1 = First Name"},{"command":"check-cell-value D1 Email Contacts","key":"match","expected":true,"description":"D1 = Email"},{"command":"check-cell-value E1 Domain Contacts","key":"match","expected":true,"description":"E1 = Domain"},{"command":"check-cell-formatted B1 true Contacts","key":"match","expected":true,"description":"B1 bold"},{"command":"check-cell-value B2 Smith Contacts","key":"match","expected":true,"description":"B2 last name = Smith"},{"command":"check-cell-value C2 Jane Contacts","key":"match","expected":true,"description":"C2 first name = Jane"},{"command":"check-cell-value D2 jane.smith@acme.io Contacts","key":"match","expected":true,"description":"D2 email = jane.smith@acme.io"},{"command":"check-cell-value E2 acme.io Contacts","key":"match","expected":true,"description":"E2 domain = acme.io"},{"command":"check-cell-value B3 Brown Contacts","key":"match","expected":true,"description":"B3 last name = Brown"},{"command":"check-cell-value C3 Alex Contacts","key":"match","expected":true,"description":"C3 first name = Alex"},{"command":"check-cell-value E3 example.com Contacts","key":"match","expected":true,"description":"E3 domain = example.com"},{"command":"check-cell-value B8 Wilson Contacts","key":"match","expected":true,"description":"B8 last name = Wilson"},{"command":"check-cell-value C8 Rachel Contacts","key":"match","expected":true,"description":"C8 first name = Rachel"},{"command":"check-cell-value B16 Young Contacts","key":"match","expected":true,"description":"B16 last name = Young"},{"command":"check-cell-value D16 chris.y@lexcorp.net Contacts","key":"match","expected":true,"description":"D16 email = chris.y@lexcorp.net"},{"command":"cell-value B2 Contacts","eval":"result.get('formula') is not None and ('LEFT' in result.get('formula','').upper() or 'MID' in result.get('formula','').upper())","description":"B2 uses LEFT/MID"},{"command":"cell-value D2 Contacts","eval":"result.get('formula') is not None and 'MID' in result.get('formula','').upper() and 'FIND' in result.get('formula','').upper()","description":"D2 uses MID and FIND"}],"github_task_path":"task_generator/tasks/calc_text_parse_contacts"} {"id":"calc_timesheet_overtime_breakdown","app":"libreoffice_calc","task":"Open the file /home/user/Documents/timesheet.xlsx in LibreOffice Calc. The sheet 'Timesheet' has bold headers in row 1 (A='Employee', B='Mon', C='Tue', D='Wed', E='Thu', F='Fri', G='Hourly Rate') and 10 employees in rows 2-11 with their daily hours and hourly rate.\n\nExtend the timesheet with computed columns and a totals row:\n\n1. In H1 enter 'Total Hours' (bold). In I1 enter 'Regular Hours' (bold). In J1 enter 'Overtime Hours' (bold). In K1 enter 'Gross Pay' (bold).\n2. In H2:H11 enter =SUM(B2:F2)-style formulas (fill down).\n3. In I2:I11 enter =MIN(H2,40).\n4. In J2:J11 enter =MAX(0,H2-40).\n5. In K2:K11 enter =I2*G2+J2*G2*1.5 (regular pay plus overtime at 1.5x).\n6. In A12 type 'Totals' and make it bold. In H12, I12, J12, K12 put SUM formulas that sum rows 2-11 of that column (e.g. H12=SUM(H2:H11)).\n7. Save the file .","env":{"files":[{"filename":"timesheet.xlsx","sandbox_path":"/home/user/Documents/timesheet.xlsx"}]},"verification":[{"command":"check-cell-value H1 \"Total Hours\" Timesheet","key":"match","expected":true,"description":"H1 = 'Total Hours'"},{"command":"check-cell-value I1 \"Regular Hours\" Timesheet","key":"match","expected":true,"description":"I1 = 'Regular Hours'"},{"command":"check-cell-value J1 \"Overtime Hours\" Timesheet","key":"match","expected":true,"description":"J1 = 'Overtime Hours'"},{"command":"check-cell-value K1 \"Gross Pay\" Timesheet","key":"match","expected":true,"description":"K1 = 'Gross Pay'"},{"command":"check-cell-formatted H1 true Timesheet","key":"match","expected":true,"description":"H1 bold"},{"command":"check-cell-formatted K1 true Timesheet","key":"match","expected":true,"description":"K1 bold"},{"command":"cell-value H2 Timesheet","eval":"result.get('formula') is not None and 'SUM' in result.get('formula','').upper()","description":"H2 uses SUM"},{"command":"check-cell-value H2 40 Timesheet","key":"match","expected":true,"description":"H2 total hours (Alice) = 40"},{"command":"check-cell-value H3 50 Timesheet","key":"match","expected":true,"description":"H3 total hours (Bob) = 50"},{"command":"check-cell-value H4 38 Timesheet","key":"match","expected":true,"description":"H4 total hours (Carol) = 38"},{"command":"check-cell-value H7 52 Timesheet","key":"match","expected":true,"description":"H7 total hours (Frank) = 52"},{"command":"cell-value I2 Timesheet","eval":"result.get('formula') is not None and 'MIN' in result.get('formula','').upper()","description":"I2 uses MIN"},{"command":"check-cell-value I2 40 Timesheet","key":"match","expected":true,"description":"I2 regular hours (Alice) = 40"},{"command":"check-cell-value I4 38 Timesheet","key":"match","expected":true,"description":"I4 regular hours (Carol, <40) = 38"},{"command":"cell-value J2 Timesheet","eval":"result.get('formula') is not None and 'MAX' in result.get('formula','').upper()","description":"J2 uses MAX"},{"command":"check-cell-value J2 0 Timesheet","key":"match","expected":true,"description":"J2 overtime (Alice=40h) = 0"},{"command":"check-cell-value J3 10 Timesheet","key":"match","expected":true,"description":"J3 overtime (Bob=50h) = 10"},{"command":"check-cell-value J7 12 Timesheet","key":"match","expected":true,"description":"J7 overtime (Frank=52h) = 12"},{"command":"check-cell-value K2 800 Timesheet","key":"match","expected":true,"description":"K2 gross pay (Alice) = 800"},{"command":"check-cell-value K3 1375 Timesheet","key":"match","expected":true,"description":"K3 gross pay (Bob) = 1375"},{"command":"check-cell-value K7 1392 Timesheet","key":"match","expected":true,"description":"K7 gross pay (Frank) = 1392"},{"command":"check-cell-value A12 Totals Timesheet","key":"match","expected":true,"description":"A12 = 'Totals'"},{"command":"check-cell-formatted A12 true Timesheet","key":"match","expected":true,"description":"A12 bold"},{"command":"check-cell-value H12 430 Timesheet","key":"match","expected":true,"description":"H12 total of all total-hours = 430"},{"command":"check-cell-value I12 389 Timesheet","key":"match","expected":true,"description":"I12 total regular hours = 389"},{"command":"check-cell-value J12 41 Timesheet","key":"match","expected":true,"description":"J12 total overtime hours = 41"},{"command":"check-cell-value K12 11097 Timesheet","key":"match","expected":true,"description":"K12 total gross pay = 11097"},{"command":"cell-value H12 Timesheet","eval":"result.get('formula') is not None and 'SUM' in result.get('formula','').upper()","description":"H12 uses SUM"}],"github_task_path":"task_generator/tasks/calc_timesheet_overtime_breakdown"} {"id":"chrome_dom_inspection_wikipedia","app":"chrome","task":"Google Chrome is open. Open two tabs, each showing a Wikipedia article about a functional programming language. Tab 0 must navigate to https://en.wikipedia.org/wiki/Lisp and tab 1 must navigate to https://en.wikipedia.org/wiki/Haskell. Wait for each page to fully load. Then bookmark both articles. When done, both tabs must be open, both articles must be in your browsing history, and both bookmarks must exist. Each Wikipedia article page has an h1 element containing the article title and an infobox table element — the verifier will check these DOM structures are present.","env":{"files":[]},"verification":[{"command":"check-tab-open wikipedia.org/wiki/Lisp","key":"found","expected":true,"description":"Lisp Wikipedia tab is open"},{"command":"check-tab-open wikipedia.org/wiki/Haskell","key":"found","expected":true,"description":"Haskell Wikipedia tab is open"},{"command":"check-url-visited wikipedia.org/wiki/Lisp","key":"visited","expected":true,"description":"Lisp Wikipedia page was visited"},{"command":"check-url-visited wikipedia.org/wiki/Haskell","key":"visited","expected":true,"description":"Haskell Wikipedia page was visited"},{"command":"check-element-exists h1 0","key":"exists","expected":true,"description":"Tab 0 has an h1 element"},{"command":"check-element-exists h1 1","key":"exists","expected":true,"description":"Tab 1 has an h1 element"},{"command":"check-element-exists table.infobox 0","key":"exists","expected":true,"description":"Tab 0 has a Wikipedia infobox table"},{"command":"check-element-exists table.infobox 1","key":"exists","expected":true,"description":"Tab 1 has a Wikipedia infobox table"},{"command":"check-bookmark wikipedia.org/wiki/Lisp","key":"exists","expected":true,"description":"Lisp Wikipedia page is bookmarked"},{"command":"check-bookmark wikipedia.org/wiki/Haskell","key":"exists","expected":true,"description":"Haskell Wikipedia page is bookmarked"}],"github_task_path":"task_generator/tasks/chrome_dom_inspection_wikipedia"} {"id":"chrome_download_attention_paper","app":"chrome","task":"Search for the paper 'Attention Is All You Need' (the famous Transformer architecture paper) in Google Chrome and download it as a PDF. Save the PDF to /home/user/Downloads/attention_paper.pdf.","env":{"files":[]},"verification":[{"command":"check-file-exists /home/user/Downloads/attention_paper.pdf","key":"exists","expected":true,"description":"PDF file saved as attention_paper.pdf"},{"command":"check-file-contains /home/user/Downloads/attention_paper.pdf \"Attention Is All You Need\"","key":"contains","expected":true,"description":"PDF contains 'Attention Is All You Need' in the title"}],"github_task_path":"task_generator/tasks/chrome_download_attention_paper"} {"id":"chrome_download_httpbin_file","app":"chrome","task":"Open Google Chrome. Navigate to https://httpbin.org/image/png in the first tab. This URL serves a PNG image directly. Save the image to the default Downloads folder as 'httpbin_image.png'. After saving, open a new tab and navigate to https://httpbin.org/robots.txt. Verify the robots.txt page loads and displays text content. Both tabs should remain open when done.","env":{"files":[]},"verification":[{"command":"check-url-visited httpbin.org/image/png","key":"visited","expected":true,"description":"httpbin.org/image/png was visited"},{"command":"check-download png","key":"downloaded","expected":true,"description":"PNG image download completed"},{"command":"check-tab-open httpbin.org/robots.txt","key":"found","expected":true,"description":"Tab with httpbin.org/robots.txt is open"},{"command":"check-url-visited httpbin.org/robots.txt","key":"visited","expected":true,"description":"httpbin.org/robots.txt was visited"}],"github_task_path":"task_generator/tasks/chrome_download_httpbin_file"} {"id":"chrome_download_httpbin_file2","app":"chrome","task":"Download and save two images from httpbin.org to the Downloads folder:\n1. JPEG image from https://httpbin.org/image/jpeg → save as 'httpbin_image.jpeg'\n2. PNG image from https://httpbin.org/image → save as 'httpbin_image.png'\n\nBoth files must exist in /home/user/Downloads/ with the exact filenames specified.","env":{"files":[]},"verification":[{"command":"check-file-exists /home/user/Downloads/httpbin_image.jpeg","key":"exists","expected":true,"description":"JPEG image saved as httpbin_image.jpeg in Downloads"},{"command":"check-file-exists /home/user/Downloads/httpbin_image.png","key":"exists","expected":true,"description":"PNG image saved as httpbin_image.png in Downloads"}],"github_task_path":"task_generator/tasks/chrome_download_httpbin_file2"} {"id":"chrome_download_png_verify","app":"chrome","task":"Google Chrome is open. Visit four image/binary endpoints on httpbin.org in four separate tabs: (1) https://httpbin.org/image/png, (2) https://httpbin.org/image/jpeg, (3) https://httpbin.org/image/webp, and (4) https://httpbin.org/image/svg. Each endpoint serves a different image format. Then bookmark the PNG, JPEG, and SVG image URLs (but NOT the webp URL). When done, all four URLs must appear in your browsing history, the four image tabs must be open, and exactly three of the four endpoints must be bookmarked (png, jpeg, svg).","env":{"files":[]},"verification":[{"command":"check-url-visited httpbin.org/image/png","key":"visited","expected":true,"description":"httpbin.org/image/png was visited"},{"command":"check-url-visited httpbin.org/image/jpeg","key":"visited","expected":true,"description":"httpbin.org/image/jpeg was visited"},{"command":"check-url-visited httpbin.org/image/webp","key":"visited","expected":true,"description":"httpbin.org/image/webp was visited"},{"command":"check-url-visited httpbin.org/image/svg","key":"visited","expected":true,"description":"httpbin.org/image/svg was visited"},{"command":"check-tab-open httpbin.org/image/png","key":"found","expected":true,"description":"PNG tab is open"},{"command":"check-tab-open httpbin.org/image/jpeg","key":"found","expected":true,"description":"JPEG tab is open"},{"command":"check-tab-open httpbin.org/image/webp","key":"found","expected":true,"description":"WebP tab is open"},{"command":"check-tab-open httpbin.org/image/svg","key":"found","expected":true,"description":"SVG tab is open"},{"command":"check-bookmark httpbin.org/image/png","key":"exists","expected":true,"description":"PNG URL is bookmarked"},{"command":"check-bookmark httpbin.org/image/jpeg","key":"exists","expected":true,"description":"JPEG URL is bookmarked"},{"command":"check-bookmark httpbin.org/image/svg","key":"exists","expected":true,"description":"SVG URL is bookmarked"},{"command":"check-bookmark httpbin.org/image/webp","key":"exists","expected":false,"description":"WebP URL is NOT bookmarked"}],"github_task_path":"task_generator/tasks/chrome_download_png_verify"} {"id":"chrome_download_resnet_paper","app":"chrome","task":"Search for the paper 'ResNet: Enabling Deep Convolutional Neural Networks through Residual Learning' in Google Chrome and download it as a PDF. Save the PDF to /home/user/Downloads/resnet_paper.pdf.","env":{"files":[]},"verification":[{"command":"check-file-exists /home/user/Downloads/resnet_paper.pdf","key":"exists","expected":true,"description":"PDF file saved as resnet_paper.pdf"},{"command":"check-file-contains /home/user/Downloads/resnet_paper.pdf \"ResNet: Enabling Deep Convolutional Neural Networks through Residual Learning\"","key":"contains","expected":true,"description":"PDF contains 'ResNet: Enabling Deep Convolutional Neural Networks through Residual Learning' in the title"}],"github_task_path":"task_generator/tasks/chrome_download_resnet_paper"} {"id":"chrome_download_wikipedia_pages","app":"chrome","task":"Open the following 2 Wikipedia pages and save them to the Downloads folder: (1) https://en.wikipedia.org/wiki/Linux - save as /home/user/Downloads/linux.html, (2) https://en.wikipedia.org/wiki/Open-source_software - save as /home/user/Downloads/open-source.html. The saved pages should be complete HTML files that can be opened in a browser.","env":{"files":[]},"verification":[{"command":"check-file-exists /home/user/Downloads/linux.html","key":"exists","expected":true,"description":"Linux Wikipedia page saved as linux.html"},{"command":"check-file-contains /home/user/Downloads/linux.html \"Linux\"","key":"contains","expected":true,"description":"linux.html contains 'Linux' keyword"},{"command":"check-file-exists /home/user/Downloads/open-source.html","key":"exists","expected":true,"description":"Open-source Wikipedia page saved as open-source.html"},{"command":"check-file-contains /home/user/Downloads/open-source.html \"open-source\"","key":"contains","expected":true,"description":"open-source.html contains 'open-source' keyword"}],"github_task_path":"task_generator/tasks/chrome_download_wikipedia_pages"} {"id":"chrome_five_tabs_organize","app":"chrome","task":"Google Chrome is open. Open five tabs and navigate them to the following URLs: (1) https://example.com, (2) https://example.org, (3) https://httpbin.org/get, (4) https://httpbin.org/ip, (5) https://en.wikipedia.org/wiki/Internet. Bookmark all five pages. Then close the tabs showing example.com and example.org, so that only three tabs remain open: httpbin.org/get, httpbin.org/ip, and the Internet Wikipedia page. The bookmarks for all five pages should still exist.","env":{"files":[]},"verification":[{"command":"check-tab-open httpbin.org/get","key":"found","expected":true,"description":"Tab with httpbin.org/get is open"},{"command":"check-tab-open httpbin.org/ip","key":"found","expected":true,"description":"Tab with httpbin.org/ip is open"},{"command":"check-tab-open wikipedia.org/wiki/Internet","key":"found","expected":true,"description":"Tab with Internet Wikipedia page is open"},{"command":"check-tab-open example.com","key":"found","expected":false,"description":"Tab with example.com has been closed"},{"command":"check-tab-open example.org","key":"found","expected":false,"description":"Tab with example.org has been closed"},{"command":"check-bookmark example.com","key":"exists","expected":true,"description":"Bookmark for example.com still exists"},{"command":"check-bookmark example.org","key":"exists","expected":true,"description":"Bookmark for example.org still exists"},{"command":"check-bookmark httpbin.org/get","key":"exists","expected":true,"description":"Bookmark for httpbin.org/get exists"},{"command":"check-bookmark httpbin.org/ip","key":"exists","expected":true,"description":"Bookmark for httpbin.org/ip exists"},{"command":"check-bookmark Internet","key":"exists","expected":true,"description":"Bookmark for Internet Wikipedia page exists"}],"github_task_path":"task_generator/tasks/chrome_five_tabs_organize"} {"id":"chrome_form_fill_httpbin","app":"chrome","task":"Google Chrome is open. Navigate to https://httpbin.org/forms/post. Then, submit a pizza order form at https://httpbin.org/forms/post with the following values:\n- Customer name: John Smith\n- Telephone: 555-1234\n- E-mail: john@example.com\n- Pizza Size: medium\n- Comments: Extra cheese please\n\nAfter submission, verify that the response page displays all submitted form data correctly.","env":{"files":[]},"verification":[{"command":"check-url-visited httpbin.org/forms/post","key":"visited","expected":true,"description":"httpbin.org/forms/post was visited"},{"command":"check-url-visited httpbin.org/post","key":"visited","expected":true,"description":"Form was submitted (httpbin.org/post visited)"},{"command":"check-page-contains \"John Smith\"","key":"contains","expected":true,"description":"Submitted page contains customer name 'John Smith'"},{"command":"check-page-contains \"555-1234\"","key":"contains","expected":true,"description":"Submitted page contains phone number '555-1234'"}],"github_task_path":"task_generator/tasks/chrome_form_fill_httpbin"} {"id":"chrome_form_fill_httpbin2","app":"chrome","task":"Submit a form to https://httpbin.org/forms/post with the following values: Customer name: 'Alan Wang', Telephone: '123-4567', E-mail: 'john@example.com', Pizza Size: 'Large', Pizza Toppings: 'Bacon' and 'Mushroom'. Save the server response to /home/user/form_response.json. The response should contain all the submitted form data.","env":{"files":[]},"verification":[{"command":"check-file-contains /home/user/form_response.json \"Alan Wang\"","key":"contains","expected":true,"description":"Form response contains customer name 'Alan Wang'"},{"command":"check-file-contains /home/user/form_response.json \"123-4567\"","key":"contains","expected":true,"description":"Form response contains phone number '123-4567'"},{"command":"check-file-contains /home/user/form_response.json \"john@example.com\"","key":"contains","expected":true,"description":"Form response contains email 'john@example.com'"},{"command":"check-file-contains /home/user/form_response.json \"large\"","key":"contains","expected":true,"description":"Form response contains pizza size 'Large'"},{"command":"check-file-contains /home/user/form_response.json \"Bacon\"","key":"contains","expected":true,"description":"Form response contains pizza topping 'Bacon'"},{"command":"check-file-contains /home/user/form_response.json \"Mushroom\"","key":"contains","expected":true,"description":"Form response contains pizza topping 'Mushroom'"}],"github_task_path":"task_generator/tasks/chrome_form_fill_httpbin2"} {"id":"chrome_form_fill_httpbin3","app":"chrome","task":"Submit a form to https://httpbin.org/forms/post with the following values: Customer name: 'Elena Rodriguez', Telephone: '123-4567', E-mail: 'john@example.com', Pizza Size: 'small', Pizza Toppings: 'onion', Delivery instructions: 'Please ring bell twice — nut allergy in household'. Save the server response to /home/user/form_response.json. The response should contain all the submitted form data.","env":{"files":[]},"verification":[{"command":"check-file-contains /home/user/form_response.json \"Elena Rodriguez\"","key":"contains","expected":true,"description":"Form response contains customer name 'Elena Rodriguez'"},{"command":"check-file-contains /home/user/form_response.json \"123-4567\"","key":"contains","expected":true,"description":"Form response contains phone number '123-4567'"},{"command":"check-file-contains /home/user/form_response.json \"john@example.com\"","key":"contains","expected":true,"description":"Form response contains email 'john@example.com'"},{"command":"check-file-contains /home/user/form_response.json \"small\"","key":"contains","expected":true,"description":"Form response contains pizza size 'small'"},{"command":"check-file-contains /home/user/form_response.json \"onion\"","key":"contains","expected":true,"description":"Form response contains pizza topping 'onion'"},{"command":"check-file-contains /home/user/form_response.json \"ring bell twice\"","key":"contains","expected":true,"description":"Form response contains delivery instructions"},{"command":"check-file-contains /home/user/form_response.json \"extra cheese\"","key":"contains","expected":false,"description":"Form response contains delivery instructions 'extra cheese'"}],"github_task_path":"task_generator/tasks/chrome_form_fill_httpbin3"} {"id":"chrome_history_trail","app":"chrome","task":"Google Chrome is open. Visit the following five Wikipedia URLs in sequence, one after another in the same tab: (1) https://en.wikipedia.org/wiki/Alan_Turing, (2) https://en.wikipedia.org/wiki/Ada_Lovelace, (3) https://en.wikipedia.org/wiki/Grace_Hopper, (4) https://en.wikipedia.org/wiki/Tim_Berners-Lee, (5) https://en.wikipedia.org/wiki/Linus_Torvalds. After visiting all five pages, the final page (Linus_Torvalds) should still be displayed in the tab. Bookmark only the Linus_Torvalds page. When done, you should have one tab open showing Linus_Torvalds, with all five URLs in browsing history.","env":{"files":[]},"verification":[{"command":"check-url-visited Alan_Turing","key":"visited","expected":true,"description":"Alan_Turing Wikipedia page was visited"},{"command":"check-url-visited Ada_Lovelace","key":"visited","expected":true,"description":"Ada_Lovelace Wikipedia page was visited"},{"command":"check-url-visited Grace_Hopper","key":"visited","expected":true,"description":"Grace_Hopper Wikipedia page was visited"},{"command":"check-url-visited Tim_Berners-Lee","key":"visited","expected":true,"description":"Tim_Berners-Lee Wikipedia page was visited"},{"command":"check-url-visited Linus_Torvalds","key":"visited","expected":true,"description":"Linus_Torvalds Wikipedia page was visited"},{"command":"check-tab-open Linus_Torvalds","key":"found","expected":true,"description":"Current tab shows Linus_Torvalds page"},{"command":"check-bookmark Linus_Torvalds","key":"exists","expected":true,"description":"Bookmark for Linus_Torvalds exists"}],"github_task_path":"task_generator/tasks/chrome_history_trail"} {"id":"chrome_httpbin_query_params_chain","app":"chrome","task":"Google Chrome is open. Open three separate tabs and navigate each to a different httpbin.org GET endpoint with query parameters: (1) https://httpbin.org/get?project=atlas&env=prod, (2) https://httpbin.org/get?user=claude&role=admin, (3) https://httpbin.org/get?city=tokyo&year=2026. The page body for each is a JSON document that echoes the query parameters you sent, so the parameter values will be visible on the page. Bookmark each of the three response pages. When done you should have three tabs open, all three URLs should be in your browsing history, and all three should be bookmarked.","env":{"files":[]},"verification":[{"command":"check-url-visited user=claude","key":"visited","expected":true,"description":"Second GET URL with user=claude query was visited"},{"command":"check-url-visited city=tokyo","key":"visited","expected":true,"description":"Third GET URL with city=tokyo query was visited"},{"command":"check-tab-open project=atlas","key":"found","expected":true,"description":"Tab with project=atlas query is open"},{"command":"check-tab-open user=claude","key":"found","expected":true,"description":"Tab with user=claude query is open"},{"command":"check-tab-open city=tokyo","key":"found","expected":true,"description":"Tab with city=tokyo query is open"},{"command":"check-bookmark project=atlas","key":"exists","expected":true,"description":"Bookmark for the project=atlas response page exists"},{"command":"check-bookmark user=claude","key":"exists","expected":true,"description":"Bookmark for the user=claude response page exists"},{"command":"check-bookmark city=tokyo","key":"exists","expected":true,"description":"Bookmark for the city=tokyo response page exists"}],"github_task_path":"task_generator/tasks/chrome_httpbin_query_params_chain"} {"id":"chrome_multi_tab_wikipedia","app":"chrome","task":"Google Chrome is open. Open the following 4 pages, each in its own tab: (1) https://en.wikipedia.org/wiki/Linux, (2) https://en.wikipedia.org/wiki/Open-source_software, (3) https://en.wikipedia.org/wiki/Ubuntu, (4) https://en.wikipedia.org/wiki/Linus_Torvalds. After all tabs are open, bookmark the Linux page (https://en.wikipedia.org/wiki/Linux) and the Linus Torvalds page (https://en.wikipedia.org/wiki/Linus_Torvalds). All 4 tabs must remain open when done.","env":{"files":[]},"verification":[{"command":"check-tab-open en.wikipedia.org/wiki/Linux","key":"found","expected":true,"description":"Tab with Linux Wikipedia page is open"},{"command":"check-tab-open Open-source_software","key":"found","expected":true,"description":"Tab with Open-source_software Wikipedia page is open"},{"command":"check-tab-open en.wikipedia.org/wiki/Ubuntu","key":"found","expected":true,"description":"Tab with Ubuntu Wikipedia page is open"},{"command":"check-tab-open Linus_Torvalds","key":"found","expected":true,"description":"Tab with Linus Torvalds Wikipedia page is open"},{"command":"check-bookmark wiki/Linux","key":"exists","expected":true,"description":"Bookmark for Linux Wikipedia page exists"},{"command":"check-bookmark Linus_Torvalds","key":"exists","expected":true,"description":"Bookmark for Linus Torvalds Wikipedia page exists"}],"github_task_path":"task_generator/tasks/chrome_multi_tab_wikipedia"} {"id":"chrome_page_text_verification","app":"chrome","task":"Google Chrome is open. Navigate to https://httpbin.org/html in the first tab. This page contains a passage from Herman Melville's Moby Dick. Then open a second tab and navigate to https://httpbin.org/base64/Q2xhdWRlIENvZGUgaXMgYXdlc29tZQ== which displays the base64-decoded text 'Claude Code is awesome'. Bookmark both pages. When done, you should have two tabs open: one showing the Moby Dick text from httpbin.org/html and one showing the decoded base64 text.","env":{"files":[]},"verification":[{"command":"check-tab-open httpbin.org/html","key":"found","expected":true,"description":"Tab with httpbin.org/html is open"},{"command":"check-tab-open httpbin.org/base64","key":"found","expected":true,"description":"Tab with httpbin.org/base64 endpoint is open"},{"command":"check-bookmark httpbin.org/html","key":"exists","expected":true,"description":"Bookmark for httpbin.org/html exists"},{"command":"check-bookmark httpbin.org/base64","key":"exists","expected":true,"description":"Bookmark for httpbin.org/base64 page exists"}],"github_task_path":"task_generator/tasks/chrome_page_text_verification"} {"id":"chrome_wikipedia_history_trail","app":"chrome","task":"Visit Wikipedia pages in the following sequence and create bookmarks:\n1. Start at https://en.wikipedia.org/wiki/World_Wide_Web\n2. After the page loads, find and click the link to 'Tim Berners-Lee' on the page to navigate to https://en.wikipedia.org/wiki/Tim_Berners-Lee (the link is in the article text). Bookmark the Tim Berners-Lee page.\n3. Open https://en.wikipedia.org/wiki/CERN\n4. Navigate to https://en.wikipedia.org/wiki/HTML\n\nCreate bookmarks for:\n- Tim Berners-Lee page\n- CERN page\n\nWhen done:\n- All four Wikipedia pages must appear in browsing history\n- At least two tabs must be open\n- The two specified bookmarks must exist","env":{"files":[]},"verification":[{"command":"check-url-visited en.wikipedia.org/wiki/World_Wide_Web","key":"visited","expected":true,"description":"World_Wide_Web Wikipedia page was visited"},{"command":"check-url-visited en.wikipedia.org/wiki/Tim_Berners-Lee","key":"visited","expected":true,"description":"Tim_Berners-Lee Wikipedia page was visited"},{"command":"check-url-visited en.wikipedia.org/wiki/CERN","key":"visited","expected":true,"description":"CERN Wikipedia page was visited"},{"command":"check-url-visited en.wikipedia.org/wiki/HTML","key":"visited","expected":true,"description":"HTML Wikipedia page was visited"},{"command":"check-bookmark Tim_Berners-Lee","key":"exists","expected":true,"description":"Bookmark for Tim Berners-Lee page exists"},{"command":"check-bookmark CERN","key":"exists","expected":true,"description":"Bookmark for CERN page exists"}],"github_task_path":"task_generator/tasks/chrome_wikipedia_history_trail"} {"id":"chrome_wikipedia_research","app":"chrome","task":"Google Chrome is open. Navigate to https://en.wikipedia.org/wiki/Python_(programming_language) and bookmark this page. Then open a new tab and navigate to https://en.wikipedia.org/wiki/JavaScript and bookmark this page. Then open a third tab and navigate to https://en.wikipedia.org/wiki/Rust_(programming_language) and bookmark this page. Finally, close the tab that is showing the JavaScript Wikipedia page. When done, you should have exactly two tabs remaining: one showing the Python page and one showing the Rust page. All three bookmarks (Python, JavaScript, Rust) should still exist.","env":{"files":[]},"verification":[{"command":"check-tab-open Python_(programming_language)","key":"found","expected":true,"description":"Tab with Python_(programming_language) Wikipedia page is open"},{"command":"check-tab-open Rust_(programming_language)","key":"found","expected":true,"description":"Tab with Rust_(programming_language) Wikipedia page is open"},{"command":"check-tab-open JavaScript","key":"found","expected":false,"description":"JavaScript tab has been closed"},{"command":"check-bookmark Python_(programming_language)","key":"exists","expected":true,"description":"Bookmark for Python_(programming_language) exists"},{"command":"check-bookmark JavaScript","key":"exists","expected":true,"description":"Bookmark for JavaScript exists even though tab was closed"},{"command":"check-bookmark Rust_(programming_language)","key":"exists","expected":true,"description":"Bookmark for Rust_(programming_language) exists"}],"github_task_path":"task_generator/tasks/chrome_wikipedia_research"} {"id":"cloudcompare_colorize_add_rgb","app":"cloudcompare","task":"Colorize the point cloud /home/user/Documents/plain.ply (350 ASCII points, no color) by assigning an RGB color value to every point. Export the colored cloud as a binary little-endian PLY at /home/user/Documents/plain_colored.ply with RGB color columns included. The output must still contain all 350 points and carry RGB color.","env":{"files":[{"filename":"plain.ply","sandbox_path":"/home/user/Documents/plain.ply"}]},"verification":[{"command":"check-file-exists /home/user/Documents/plain_colored.ply","key":"exists","expected":true,"description":"Colored PLY exists"},{"command":"check-ply-format /home/user/Documents/plain_colored.ply binary_little_endian","key":"match","expected":true,"description":"Output is binary little-endian PLY"},{"command":"check-point-count /home/user/Documents/plain_colored.ply 350","key":"match","expected":true,"description":"Output has 350 points"},{"command":"check-has-color /home/user/Documents/plain_colored.ply","key":"has_color","expected":true,"description":"Output carries RGB color"}],"github_task_path":"task_generator/tasks/cloudcompare_colorize_add_rgb"} {"id":"cloudcompare_crop_bbox","app":"cloudcompare","task":"Open /home/user/Documents/city.ply in CloudCompare. It is an ASCII PLY with 800 points spread roughly over the range 0..20 on every axis. Crop the cloud so that only points whose X, Y and Z coordinates all lie inside the axis-aligned box from (0, 0, 0) to (10, 10, 10) remain. Export the cropped cloud as an ASCII PLY at /home/user/Documents/city_cropped.ply. At least 50 points must remain after cropping.","env":{"files":[{"filename":"city.ply","sandbox_path":"/home/user/Documents/city.ply"}]},"verification":[{"command":"check-file-exists /home/user/Documents/city_cropped.ply","key":"exists","expected":true,"description":"Cropped PLY output exists"},{"command":"check-bbox-within /home/user/Documents/city_cropped.ply 0 0 0 10 10 10","key":"match","expected":true,"description":"All remaining points lie inside [0,0,0]-[10,10,10]"},{"command":"check-point-count-at-least /home/user/Documents/city_cropped.ply 50","key":"match","expected":true,"description":"At least 50 points remain"}],"github_task_path":"task_generator/tasks/cloudcompare_crop_bbox"} {"id":"cloudcompare_dense_crop_small_box","app":"cloudcompare","task":"Open /home/user/Documents/dense_field.ply in CloudCompare. It is an ASCII PLY with 2000 points uniformly distributed in the cube (0,0,0)..(20,20,20). Use the Cross Section tool or Edit > Crop to keep only points that lie inside the axis-aligned box (5, 5, 5)..(15, 15, 15). Export the cropped cloud as an ASCII PLY at /home/user/Documents/dense_field_roi.ply. At least 100 points must remain after cropping and every remaining point must lie inside that box.","env":{"files":[{"filename":"dense_field.ply","sandbox_path":"/home/user/Documents/dense_field.ply"}]},"verification":[{"command":"check-file-exists /home/user/Documents/dense_field_roi.ply","key":"exists","expected":true,"description":"Cropped PLY exists"},{"command":"check-ply-format /home/user/Documents/dense_field_roi.ply ascii","key":"match","expected":true,"description":"Output is ASCII PLY"},{"command":"check-bbox-within /home/user/Documents/dense_field_roi.ply 5 5 5 15 15 15","key":"match","expected":true,"description":"All remaining points inside [5,5,5]..[15,15,15]"},{"command":"check-point-count-at-least /home/user/Documents/dense_field_roi.ply 100","key":"match","expected":true,"description":"At least 100 points remain"}],"github_task_path":"task_generator/tasks/cloudcompare_dense_crop_small_box"} {"id":"cloudcompare_export_big_endian_ply","app":"cloudcompare","task":"Convert /home/user/Documents/source.ply to big-endian binary PLY format at /home/user/Documents/source_be.ply. The input is an ASCII PLY with exactly 450 points. The output must preserve all 450 points without modification and use binary big-endian encoding.","env":{"files":[{"filename":"source.ply","sandbox_path":"/home/user/Documents/source.ply"}]},"verification":[{"command":"check-file-exists /home/user/Documents/source_be.ply","key":"exists","expected":true,"description":"Big-endian PLY exists"},{"command":"check-ply-format /home/user/Documents/source_be.ply binary_big_endian","key":"match","expected":true,"description":"Output is binary big-endian PLY"},{"command":"check-point-count /home/user/Documents/source_be.ply 450","key":"match","expected":true,"description":"Output has 450 points"}],"github_task_path":"task_generator/tasks/cloudcompare_export_big_endian_ply"} {"id":"cloudcompare_export_colored_xyz","app":"cloudcompare","task":"Export the point cloud from /home/user/Documents/colored.ply to /home/user/Documents/colored.asc as an ASCII cloud. The input is an ASCII PLY with 300 points that carry RGB color. The output must contain all 300 points with X, Y, Z, R, G, B columns (6 columns total) to preserve the color information.","env":{"files":[{"filename":"colored.ply","sandbox_path":"/home/user/Documents/colored.ply"}]},"verification":[{"command":"check-file-exists /home/user/Documents/colored.asc","key":"exists","expected":true,"description":"ASC output exists"},{"command":"check-point-count /home/user/Documents/colored.asc 300","key":"match","expected":true,"description":"Output has 300 points"},{"command":"check-has-color /home/user/Documents/colored.asc","key":"has_color","expected":true,"description":"Output preserves RGB color"}],"github_task_path":"task_generator/tasks/cloudcompare_export_colored_xyz"} {"id":"cloudcompare_gap_cloud_cloud_distance","app":"cloudcompare","task":"Compute cloud-to-cloud distances between /home/user/Documents/compared.ply and /home/user/Documents/reference.ply. Both are ASCII PLYs with 1000 points each; reference.ply is the same planar patch as compared.ply shifted by +2 units along Z. Attach the per-point distances to compared.ply as a scalar field and export the result as an ASCII PLY at /home/user/Documents/compared_c2c.ply with all 1000 points and the distance scalar field.","env":{"files":[{"filename":"compared.ply","sandbox_path":"/home/user/Documents/compared.ply"},{"filename":"reference.ply","sandbox_path":"/home/user/Documents/reference.ply"}]},"verification":[{"command":"check-file-exists /home/user/Documents/compared_c2c.ply","key":"exists","expected":true,"description":"Output exists"},{"command":"check-point-count /home/user/Documents/compared_c2c.ply 1000","key":"match","expected":true,"description":"Point count preserved"},{"command":"ply-header /home/user/Documents/compared_c2c.ply","eval":"len(result['elements'][0]['properties']) >= 4","description":"Scalar field property present beyond x,y,z"},{"command":"check-ply-format /home/user/Documents/compared_c2c.ply ascii","key":"match","expected":true,"description":"ASCII PLY"}],"github_task_path":"task_generator/tasks/cloudcompare_gap_cloud_cloud_distance"} {"id":"cloudcompare_gap_cloud_mesh_distance","app":"cloudcompare","task":"Open `/home/user/Documents/cloud.ply` and `/home/user/Documents/plane.obj` in CloudCompare. Compute the distance from each point in `cloud.ply` to the surface of `plane.obj`, and store the resulting per-point distance values as a scalar field associated with the point cloud. Export the enriched point cloud as an ASCII PLY file at `/home/user/Documents/cloud_c2m.ply`. The output must preserve all 800 points and include an additional per-vertex scalar property containing the computed distances.","env":{"files":[{"filename":"cloud.ply","sandbox_path":"/home/user/Documents/cloud.ply"},{"filename":"plane.obj","sandbox_path":"/home/user/Documents/plane.obj"}]},"verification":[{"command":"check-file-exists /home/user/Documents/cloud_c2m.ply","key":"exists","expected":true,"description":"Output exists"},{"command":"check-point-count /home/user/Documents/cloud_c2m.ply 800","key":"match","expected":true,"description":"Point count preserved"},{"command":"ply-header /home/user/Documents/cloud_c2m.ply","eval":"len(result['elements'][0]['properties']) >= 4","description":"Scalar field property present beyond x,y,z"},{"command":"check-ply-format /home/user/Documents/cloud_c2m.ply ascii","key":"match","expected":true,"description":"ASCII PLY"}],"github_task_path":"task_generator/tasks/cloudcompare_gap_cloud_mesh_distance"} {"id":"cloudcompare_gap_compute_normals","app":"cloudcompare","task":"Open /home/user/Documents/surface.ply in CloudCompare. It is an ASCII PLY with 1500 points on a curved paraboloid surface with no per-point normals. Compute per-point normals (default options are fine). Then export the cloud — including the computed normals — as an ASCII PLY at /home/user/Documents/surface_normals.ply. The output must have 1500 points and must include nx, ny, nz properties.","env":{"files":[{"filename":"surface.ply","sandbox_path":"/home/user/Documents/surface.ply"}]},"verification":[{"command":"check-file-exists /home/user/Documents/surface_normals.ply","key":"exists","expected":true,"description":"Output exists"},{"command":"check-point-count /home/user/Documents/surface_normals.ply 1500","key":"match","expected":true,"description":"1500 points"},{"command":"check-has-normals /home/user/Documents/surface_normals.ply","key":"has_normals","expected":true,"description":"Normals present in output"},{"command":"check-ply-format /home/user/Documents/surface_normals.ply ascii","key":"match","expected":true,"description":"ASCII PLY"}],"github_task_path":"task_generator/tasks/cloudcompare_gap_compute_normals"} {"id":"cloudcompare_gap_cross_section_slice","app":"cloudcompare","task":"Open /home/user/Documents/tower.ply in CloudCompare. It is an ASCII PLY with 2000 points distributed in a vertical column (X, Y in -1..1, Z in 0..10). Extract a thin horizontal slice: keep only points with Z in the interval [4.5, 5.5]. Export the resulting slice cloud as an ASCII PLY at /home/user/Documents/tower_slice.ply. The output must have at least 50 points and all points' Z coordinates must lie within [4.5, 5.5].","env":{"files":[{"filename":"tower.ply","sandbox_path":"/home/user/Documents/tower.ply"}]},"verification":[{"command":"check-file-exists /home/user/Documents/tower_slice.ply","key":"exists","expected":true,"description":"Slice exists"},{"command":"check-bbox-within /home/user/Documents/tower_slice.ply -2 -2 4.5 2 2 5.5","key":"match","expected":true,"description":"All points within Z in [4.5, 5.5]"},{"command":"check-point-count-at-least /home/user/Documents/tower_slice.ply 50","key":"match","expected":true,"description":"At least 50 points remain"},{"command":"cloud-info /home/user/Documents/tower_slice.ply","eval":"result.get('vertex_count', 2000) < 2000","description":"Strictly fewer points than original"}],"github_task_path":"task_generator/tasks/cloudcompare_gap_cross_section_slice"} {"id":"cloudcompare_gap_csf_ground_filter","app":"cloudcompare","task":"Apply CSF (Cloth Simulation Filter) ground segmentation to /home/user/Documents/scene.ply (2500 points, ASCII). Classify points into ground and non-ground using default CSF parameters. Export only the ground points as an ASCII PLY at /home/user/Documents/ground.ply. The output should contain only points classified as ground.","env":{"files":[{"filename":"scene.ply","sandbox_path":"/home/user/Documents/scene.ply"}]},"verification":[{"command":"check-file-exists /home/user/Documents/ground.ply","key":"exists","expected":true,"description":"Ground cloud exists"},{"command":"check-point-count-at-least /home/user/Documents/ground.ply 1000","key":"match","expected":true,"description":"At least 1000 ground points"},{"command":"cloud-info /home/user/Documents/ground.ply","eval":"result.get('vertex_count', 0) <= 2000","description":"At most 2000 ground points (off-ground excluded)"},{"command":"check-bbox-within /home/user/Documents/ground.ply -100 -100 -1 100 100 2.5","key":"match","expected":true,"description":"All ground points are low-Z"}],"github_task_path":"task_generator/tasks/cloudcompare_gap_csf_ground_filter"} {"id":"cloudcompare_gap_delaunay_2_5d","app":"cloudcompare","task":"Open /home/user/Documents/terrain.ply in CloudCompare. It is an ASCII PLY with 1000 points forming a terrain heightmap (X,Y in 0..10, Z a smooth function). Mesh this cloud using Delaunay 2.5D (best-fitting plane or XY plane, default options). The resulting mesh has a vertex per input point and a triangulated surface. Export the mesh as a PLY at /home/user/Documents/terrain_mesh.ply. Do not export the original cloud. The output must be a mesh with exactly 1000 vertices and at least 1500 triangular faces.","env":{"files":[{"filename":"terrain.ply","sandbox_path":"/home/user/Documents/terrain.ply"}]},"verification":[{"command":"check-file-exists /home/user/Documents/terrain_mesh.ply","key":"exists","expected":true,"description":"Output exists"},{"command":"check-is-mesh /home/user/Documents/terrain_mesh.ply","key":"is_mesh","expected":true,"description":"Output is a mesh"},{"command":"check-point-count /home/user/Documents/terrain_mesh.ply 1000","key":"match","expected":true,"description":"1000 vertices match input cloud"},{"command":"cloud-info /home/user/Documents/terrain_mesh.ply","eval":"result.get('face_count', 0) >= 1500","description":"At least 1500 triangular faces"}],"github_task_path":"task_generator/tasks/cloudcompare_gap_delaunay_2_5d"} {"id":"cloudcompare_gap_icp_fine_registration","app":"cloudcompare","task":"Open `/home/user/Documents/reference.ply` and `/home/user/Documents/misaligned.ply` in CloudCompare. Register the point cloud in `misaligned.ply` to the coordinate frame of `reference.ply`, and save the resulting aligned cloud as `/home/user/Documents/aligned.ply` in ASCII PLY format. Export only the aligned cloud. The result should still contain 1200 points and should closely match the spatial extent of the reference cloud (approximately x in [-2.2, 5.2], y in [-2.2, 2.2], z in [-2.2, 2.2]).","env":{"files":[{"filename":"misaligned.ply","sandbox_path":"/home/user/Documents/misaligned.ply"},{"filename":"reference.ply","sandbox_path":"/home/user/Documents/reference.ply"}]},"verification":[{"command":"check-file-exists /home/user/Documents/aligned.ply","key":"exists","expected":true,"description":"Aligned PLY exists"},{"command":"check-point-count /home/user/Documents/aligned.ply 1200","key":"match","expected":true,"description":"Aligned cloud has the same 1200 points"},{"command":"check-bbox-within /home/user/Documents/aligned.ply -2.5 -2.5 -2.5 5.5 2.5 2.5","key":"match","expected":true,"description":"Aligned cloud bbox falls within reference cloud bbox"},{"command":"check-ply-format /home/user/Documents/aligned.ply ascii","key":"match","expected":true,"description":"Exported as ASCII PLY"}],"github_task_path":"task_generator/tasks/cloudcompare_gap_icp_fine_registration"} {"id":"cloudcompare_gap_label_connected_components","app":"cloudcompare","task":"Open /home/user/Documents/two_clusters.ply in CloudCompare. It is an ASCII PLY with 1500 points split into two clearly-separated clusters: a large cluster (~1000 points) near the origin and a small cluster (~500 points) near (20, 20, 20). Segment the cloud into clusters. Identify the larger of the two clusters and export only that cluster as an ASCII PLY at /home/user/Documents/largest_cluster.ply. Do not export the smaller cluster. The output must have between 800 and 1200 points and its bounding box must lie within [-5, -5, -5]-[5, 5, 5].","env":{"files":[{"filename":"two_clusters.ply","sandbox_path":"/home/user/Documents/two_clusters.ply"}]},"verification":[{"command":"check-file-exists /home/user/Documents/largest_cluster.ply","key":"exists","expected":true,"description":"Largest cluster exists"},{"command":"check-point-count-at-least /home/user/Documents/largest_cluster.ply 800","key":"match","expected":true,"description":"At least 800 points"},{"command":"cloud-info /home/user/Documents/largest_cluster.ply","eval":"result.get('vertex_count', 0) <= 1200","description":"At most 1200 points (small cluster excluded)"},{"command":"check-bbox-within /home/user/Documents/largest_cluster.ply -5 -5 -5 5 5 5","key":"match","expected":true,"description":"Cluster bbox is near origin (not the distant cluster)"}],"github_task_path":"task_generator/tasks/cloudcompare_gap_label_connected_components"} {"id":"cloudcompare_merge_three_clouds","app":"cloudcompare","task":"Merge three ASCII XYZ point clouds: /home/user/Documents/north.xyz (250 points), /home/user/Documents/south.xyz (300 points), and /home/user/Documents/east.xyz (350 points) into a single point cloud. Export the merged cloud as a binary little-endian PLY at /home/user/Documents/combined.ply containing all 900 points (250+300+350). The output must be a point cloud (no mesh faces).","env":{"files":[{"filename":"north.xyz","sandbox_path":"/home/user/Documents/north.xyz"},{"filename":"south.xyz","sandbox_path":"/home/user/Documents/south.xyz"},{"filename":"east.xyz","sandbox_path":"/home/user/Documents/east.xyz"}]},"verification":[{"command":"check-file-exists /home/user/Documents/combined.ply","key":"exists","expected":true,"description":"Combined PLY exists"},{"command":"check-ply-format /home/user/Documents/combined.ply binary_little_endian","key":"match","expected":true,"description":"Output is binary little-endian PLY"},{"command":"check-point-count /home/user/Documents/combined.ply 900","key":"match","expected":true,"description":"Merged cloud has 900 points (250+300+350)"},{"command":"check-is-mesh /home/user/Documents/combined.ply","key":"is_mesh","expected":false,"description":"Output is a cloud, not a mesh"}],"github_task_path":"task_generator/tasks/cloudcompare_merge_three_clouds"} {"id":"cloudcompare_merge_two_xyz","app":"cloudcompare","task":"Merge two ASCII XYZ point clouds: /home/user/Documents/left.xyz (200 points) and /home/user/Documents/right.xyz (300 points) into a single point cloud. Export the merged cloud as a binary little-endian PLY at /home/user/Documents/merged.ply containing all 500 points (200+300).","env":{"files":[{"filename":"left.xyz","sandbox_path":"/home/user/Documents/left.xyz"},{"filename":"right.xyz","sandbox_path":"/home/user/Documents/right.xyz"}]},"verification":[{"command":"check-file-exists /home/user/Documents/merged.ply","key":"exists","expected":true,"description":"Merged PLY exists"},{"command":"check-point-count /home/user/Documents/merged.ply 500","key":"match","expected":true,"description":"Merged cloud has 500 points (200+300)"},{"command":"check-format /home/user/Documents/merged.ply ply","key":"match","expected":true,"description":"Output is PLY"}],"github_task_path":"task_generator/tasks/cloudcompare_merge_two_xyz"} {"id":"cloudcompare_obj_to_mesh_xyz_asc","app":"cloudcompare","task":"Open /home/user/Documents/gear.obj in CloudCompare. It is an OBJ mesh with exactly 48 vertices and 80 triangular faces. Produce two output files: 1) A PLY mesh at /home/user/Documents/gear.ply preserving all 48 vertices and all 80 triangular faces (export the mesh, not the vertices-only cloud). 2) An ASCII XYZ point cloud at /home/user/Documents/gear.xyz containing only the 48 mesh vertices, with no color or extra columns (just X Y Z).","env":{"files":[{"filename":"gear.obj","sandbox_path":"/home/user/Documents/gear.obj"}]},"verification":[{"command":"check-file-exists /home/user/Documents/gear.ply","key":"exists","expected":true,"description":"PLY mesh exists"},{"command":"check-is-mesh /home/user/Documents/gear.ply","key":"is_mesh","expected":true,"description":"PLY output is a mesh"},{"command":"check-point-count /home/user/Documents/gear.ply 48","key":"match","expected":true,"description":"PLY has 48 vertices"},{"command":"check-face-count /home/user/Documents/gear.ply 80","key":"match","expected":true,"description":"PLY has 80 triangular faces"},{"command":"check-file-exists /home/user/Documents/gear.xyz","key":"exists","expected":true,"description":"XYZ cloud exists"},{"command":"check-format /home/user/Documents/gear.xyz ascii","key":"match","expected":true,"description":"XYZ is detected as ASCII cloud"},{"command":"check-point-count /home/user/Documents/gear.xyz 48","key":"match","expected":true,"description":"XYZ has 48 points"},{"command":"check-has-color /home/user/Documents/gear.xyz","key":"has_color","expected":false,"description":"XYZ has no color columns"}],"github_task_path":"task_generator/tasks/cloudcompare_obj_to_mesh_xyz_asc"} {"id":"cloudcompare_obj_vertices_to_xyz","app":"cloudcompare","task":"Open /home/user/Documents/shape.obj in CloudCompare. It is a triangular OBJ mesh with exactly 120 vertices and 240 faces. Extract only its vertices and save them as a plain 3-column ASCII XYZ point cloud at /home/user/Documents/shape.xyz. The output file must be a point cloud (not a mesh), contain all 120 vertices, have no RGB color columns, and be saved in the ASCII cloud format with only X, Y, Z columns.","env":{"files":[{"filename":"shape.obj","sandbox_path":"/home/user/Documents/shape.obj"}]},"verification":[{"command":"check-file-exists /home/user/Documents/shape.xyz","key":"exists","expected":true,"description":"XYZ output exists"},{"command":"check-format /home/user/Documents/shape.xyz ascii","key":"match","expected":true,"description":"Output is an ASCII cloud"},{"command":"check-point-count /home/user/Documents/shape.xyz 120","key":"match","expected":true,"description":"Output has 120 points"},{"command":"check-has-color /home/user/Documents/shape.xyz","key":"has_color","expected":false,"description":"Output has no RGB color"}],"github_task_path":"task_generator/tasks/cloudcompare_obj_vertices_to_xyz"} {"id":"cloudcompare_ply_binary_to_ascii","app":"cloudcompare","task":"Open the point cloud /home/user/Documents/scan_binary.ply in CloudCompare. Create an ASCII-encoded PLY version of this point cloud and save it as: /home/user/Documents/scan_ascii.ply. The output must represent the same point cloud, preserving all 500 points and associated attributes. ","env":{"files":[{"filename":"scan_binary.ply","sandbox_path":"/home/user/Documents/scan_binary.ply"}]},"verification":[{"command":"check-file-exists /home/user/Documents/scan_ascii.ply","key":"exists","expected":true,"description":"ASCII PLY output exists"},{"command":"check-ply-format /home/user/Documents/scan_ascii.ply ascii","key":"match","expected":true,"description":"Output PLY is ASCII encoded"},{"command":"check-point-count /home/user/Documents/scan_ascii.ply 500","key":"match","expected":true,"description":"Output has exactly 500 points"}],"github_task_path":"task_generator/tasks/cloudcompare_ply_binary_to_ascii"} {"id":"cloudcompare_ply_mesh_to_obj","app":"cloudcompare","task":"Open /home/user/Documents/tetra.ply in CloudCompare. It is an ASCII PLY tetrahedron mesh with 4 vertices and 4 triangular faces. Save the mesh as an OBJ file at /home/user/Documents/tetra.obj. The exported OBJ must keep all 4 faces — export the mesh, not a vertices-only cloud.","env":{"files":[{"filename":"tetra.ply","sandbox_path":"/home/user/Documents/tetra.ply"}]},"verification":[{"command":"check-file-exists /home/user/Documents/tetra.obj","key":"exists","expected":true,"description":"OBJ output exists"},{"command":"check-is-mesh /home/user/Documents/tetra.obj","key":"is_mesh","expected":true,"description":"Output OBJ contains faces"},{"command":"check-point-count /home/user/Documents/tetra.obj 4","key":"match","expected":true,"description":"Output has 4 vertices"},{"command":"check-face-count /home/user/Documents/tetra.obj 4","key":"match","expected":true,"description":"Output has 4 triangular faces"}],"github_task_path":"task_generator/tasks/cloudcompare_ply_mesh_to_obj"} {"id":"cloudcompare_preserve_intensity_export","app":"cloudcompare","task":"Open /home/user/Documents/lidar_intensity.xyz in CloudCompare. It is a 4-column ASCII point cloud (X Y Z Intensity) with 600 points — the 4th column is a scalar field that CloudCompare should import as 'Scalar field #1' or 'intensity'. Re-export the cloud twice, preserving the intensity scalar in both outputs:\n1. File > Save As: save as an ASCII cloud at /home/user/Documents/lidar_intensity.asc with the X, Y, Z and the intensity scalar column enabled (4 columns).\n2. File > Save As: save as a PLY file (ASCII or binary) at /home/user/Documents/lidar_intensity_out.ply with the intensity scalar exported (so the PLY carries a scalar / intensity property).\nBoth outputs must contain all 600 points.","env":{"files":[{"filename":"lidar_intensity.xyz","sandbox_path":"/home/user/Documents/lidar_intensity.xyz"}]},"verification":[{"command":"check-file-exists /home/user/Documents/lidar_intensity.asc","key":"exists","expected":true,"description":"ASC output exists"},{"command":"check-point-count /home/user/Documents/lidar_intensity.asc 600","key":"match","expected":true,"description":"ASC has 600 points"},{"command":"check-has-intensity /home/user/Documents/lidar_intensity.asc","key":"has_intensity","expected":true,"description":"ASC preserves intensity scalar (4 columns)"},{"command":"check-file-exists /home/user/Documents/lidar_intensity_out.ply","key":"exists","expected":true,"description":"PLY output exists"},{"command":"check-point-count /home/user/Documents/lidar_intensity_out.ply 600","key":"match","expected":true,"description":"PLY has 600 points"}],"github_task_path":"task_generator/tasks/cloudcompare_preserve_intensity_export"} {"id":"cloudcompare_scale_cloud_2x","app":"cloudcompare","task":"Apply a uniform 2x scale transformation to /home/user/Documents/small.ply. The input is an ASCII PLY with 250 points whose bounding box is (0, 0, 0) to (22, 22, 22). Export the scaled cloud as an ASCII PLY at /home/user/Documents/small_scaled.ply. The output must preserve all 250 points and have an X extent of at least 40 units.","env":{"files":[{"filename":"small.ply","sandbox_path":"/home/user/Documents/small.ply"}]},"verification":[{"command":"check-file-exists /home/user/Documents/small_scaled.ply","key":"exists","expected":true,"description":"Scaled PLY exists"},{"command":"check-ply-format /home/user/Documents/small_scaled.ply ascii","key":"match","expected":true,"description":"Output is ASCII PLY"},{"command":"check-point-count /home/user/Documents/small_scaled.ply 250","key":"match","expected":true,"description":"All 250 points preserved"},{"command":"check-bbox-min-extent /home/user/Documents/small_scaled.ply x 40","key":"match","expected":true,"description":"X extent is at least 40 after 2x scale"}],"github_task_path":"task_generator/tasks/cloudcompare_scale_cloud_2x"} {"id":"cloudcompare_subsample_min_distance","app":"cloudcompare","task":"Open /home/user/Documents/thick.ply in CloudCompare. It is a densely-packed ASCII PLY with 1500 points inside a 10x10x10 cube. Use Edit > Subsample (Cloud Subsampling) and choose the 'Space' method (minimum distance) with a minimum distance large enough to thin the cloud to at least 80 but strictly fewer than 1500 points — for example a min distance around 1.0 unit. Export the subsampled cloud as an ASCII PLY at /home/user/Documents/thick_thin.ply. Do not export the original 1500-point cloud.","env":{"files":[{"filename":"thick.ply","sandbox_path":"/home/user/Documents/thick.ply"}]},"verification":[{"command":"check-file-exists /home/user/Documents/thick_thin.ply","key":"exists","expected":true,"description":"Subsampled PLY exists"},{"command":"check-ply-format /home/user/Documents/thick_thin.ply ascii","key":"match","expected":true,"description":"Output is ASCII PLY"},{"command":"check-point-count-at-least /home/user/Documents/thick_thin.ply 80","key":"match","expected":true,"description":"At least 80 points remain"},{"command":"cloud-info /home/user/Documents/thick_thin.ply","eval":"result.get('vertex_count', 1500) < 1500","description":"Point count strictly less than original 1500"}],"github_task_path":"task_generator/tasks/cloudcompare_subsample_min_distance"} {"id":"cloudcompare_xyz_to_binary_ply","app":"cloudcompare","task":"Open the ASCII point cloud /home/user/Documents/survey.xyz in CloudCompare. Create a binary little-endian PLY representation of this point cloud and save it to: /home/user/Documents/survey.ply. The resulting file must contain the same 600 points as the source data, with no points removed or altered.","env":{"files":[{"filename":"survey.xyz","sandbox_path":"/home/user/Documents/survey.xyz"}]},"verification":[{"command":"check-file-exists /home/user/Documents/survey.ply","key":"exists","expected":true,"description":"Binary PLY output exists"},{"command":"check-ply-format /home/user/Documents/survey.ply binary_little_endian","key":"match","expected":true,"description":"Output PLY is binary little-endian"},{"command":"check-point-count /home/user/Documents/survey.ply 600","key":"match","expected":true,"description":"Output has 600 vertices"}],"github_task_path":"task_generator/tasks/cloudcompare_xyz_to_binary_ply"} {"id":"drawio_aws_cloud_arch","app":"drawio","task":"Extend the AWS architecture diagram at /home/user/Documents/aws_arch.drawio. The file contains 3 existing shapes (VPC, EC2, RDS). Add 7 new shapes with these labels: CloudFront, LoadBalancer, Web1, Web2, App1, App2, S3Bucket. Apply fill colors: Web1 and Web2 must be #dae8fc (blue); App1 and App2 must be #d5e8d4 (green). Connect LoadBalancer to Web1. The final diagram must have exactly 10 vertices on page 0. Save the file.","env":{"files":[{"filename":"aws_arch.drawio","sandbox_path":"/home/user/Documents/aws_arch.drawio"}]},"verification":[{"command":"check-file-exists /home/user/Documents/aws_arch.drawio","key":"exists","expected":true,"description":"Diagram file exists"},{"command":"check-vertex-count /home/user/Documents/aws_arch.drawio 10 0","key":"match","expected":true,"description":"Page 0 has exactly 10 vertices"},{"command":"check-label-exists /home/user/Documents/aws_arch.drawio VPC","key":"exists","expected":true,"description":"Original VPC label remains"},{"command":"check-label-exists /home/user/Documents/aws_arch.drawio EC2","key":"exists","expected":true,"description":"Original EC2 label remains"},{"command":"check-label-exists /home/user/Documents/aws_arch.drawio RDS","key":"exists","expected":true,"description":"Original RDS label remains"},{"command":"check-label-exists /home/user/Documents/aws_arch.drawio CloudFront","key":"exists","expected":true,"description":"CloudFront added"},{"command":"check-label-exists /home/user/Documents/aws_arch.drawio LoadBalancer","key":"exists","expected":true,"description":"LoadBalancer added"},{"command":"check-label-exists /home/user/Documents/aws_arch.drawio Web1","key":"exists","expected":true,"description":"Web1 added"},{"command":"check-label-exists /home/user/Documents/aws_arch.drawio Web2","key":"exists","expected":true,"description":"Web2 added"},{"command":"check-label-exists /home/user/Documents/aws_arch.drawio App1","key":"exists","expected":true,"description":"App1 added"},{"command":"check-label-exists /home/user/Documents/aws_arch.drawio App2","key":"exists","expected":true,"description":"App2 added"},{"command":"check-label-exists /home/user/Documents/aws_arch.drawio S3Bucket","key":"exists","expected":true,"description":"S3Bucket added"},{"judge":"llm","prompt":"Inspect the vertices list. Do the two shapes labeled 'Web1' and 'Web2' both have fillColor #dae8fc in their style string, AND do 'App1' and 'App2' both have fillColor #d5e8d4? Answer yes only if all four conditions are met.","command":"vertices /home/user/Documents/aws_arch.drawio 0","context":"command_output","description":"Web1/Web2 are blue (#dae8fc) and App1/App2 are green (#d5e8d4)"},{"judge":"llm","prompt":"Inspect the connections list. Does it include an edge whose source vertex is labeled 'LoadBalancer' and whose target vertex is labeled 'Web1'? (Cross-reference source/target IDs with the vertices.)","command":"connections /home/user/Documents/aws_arch.drawio 0","context":"command_output","description":"Connection from LoadBalancer to Web1 exists"}],"github_task_path":"task_generator/tasks/drawio_aws_cloud_arch"} {"id":"drawio_bpmn_payment","app":"drawio","task":"Create a BPMN payment processing flow at /home/user/Documents/payment_bpmn.drawio. Create 7 shapes on page 0: Start (ellipse), Receive Payment (rectangle), Validate (rectangle), Risk Check (diamond), Approve (rectangle), Reject (rectangle), End (ellipse). Connect them: Start->Receive Payment->Validate->Risk Check->Approve->End, and Risk Check->Reject. The diagram must have exactly 7 vertices and 7 edges. Save the file.","env":{"files":[{"filename":"payment_bpmn.drawio","sandbox_path":"/home/user/Documents/payment_bpmn.drawio"}]},"verification":[{"command":"check-file-exists /home/user/Documents/payment_bpmn.drawio","key":"exists","expected":true,"description":"Diagram file exists"},{"command":"check-vertex-count /home/user/Documents/payment_bpmn.drawio 7 0","key":"match","expected":true,"description":"Exactly 7 vertices"},{"command":"check-edge-count /home/user/Documents/payment_bpmn.drawio 7 0","key":"match","expected":true,"description":"Exactly 7 edges"},{"command":"check-label-exists /home/user/Documents/payment_bpmn.drawio Start","key":"exists","expected":true,"description":"Start label exists"},{"command":"check-label-exists /home/user/Documents/payment_bpmn.drawio \"Receive Payment\"","key":"exists","expected":true,"description":"Receive Payment label exists"},{"command":"check-label-exists /home/user/Documents/payment_bpmn.drawio Validate","key":"exists","expected":true,"description":"Validate label exists"},{"command":"check-label-exists /home/user/Documents/payment_bpmn.drawio \"Risk Check\"","key":"exists","expected":true,"description":"Risk Check label exists"},{"command":"check-label-exists /home/user/Documents/payment_bpmn.drawio Approve","key":"exists","expected":true,"description":"Approve label exists"},{"command":"check-label-exists /home/user/Documents/payment_bpmn.drawio Reject","key":"exists","expected":true,"description":"Reject label exists"},{"command":"check-label-exists /home/user/Documents/payment_bpmn.drawio End","key":"exists","expected":true,"description":"End label exists"},{"judge":"llm","prompt":"Using the connections list (source/target IDs) and the vertices list (IDs to labels), verify that all four of these edges exist: (1) Validate -> Risk Check, (2) Risk Check -> Approve, (3) Risk Check -> Reject, (4) Approve -> End. Answer yes only if all four exist.","command":"connections /home/user/Documents/payment_bpmn.drawio 0","context":"command_output","description":"Decision-branch connections exist"}],"github_task_path":"task_generator/tasks/drawio_bpmn_payment"} {"id":"drawio_edit_existing","app":"drawio","task":"Extend the network diagram at /home/user/Documents/network.drawio. The file contains two connected shapes (Router, Server). Add two rectangles: Firewall and Load Balancer. Connect Firewall to Load Balancer. Add a second page named Notes. Preserve all existing shapes and connections. Save the file.","env":{"files":[{"filename":"network.drawio","sandbox_path":"/home/user/Documents/network.drawio"}]},"verification":[{"command":"check-file-exists /home/user/Documents/network.drawio","key":"exists","expected":true,"description":"Diagram file still exists"},{"command":"check-label-exists /home/user/Documents/network.drawio Router","key":"exists","expected":true,"description":"Original 'Router' shape preserved"},{"command":"check-label-exists /home/user/Documents/network.drawio Server","key":"exists","expected":true,"description":"Original 'Server' shape preserved"},{"command":"check-label-exists /home/user/Documents/network.drawio Firewall","key":"exists","expected":true,"description":"New 'Firewall' shape added"},{"command":"check-label-exists /home/user/Documents/network.drawio \"Load Balancer\"","key":"exists","expected":true,"description":"New 'Load Balancer' shape added"},{"command":"check-page-count /home/user/Documents/network.drawio 2","key":"match","expected":true,"description":"Diagram has 2 pages (original + Notes)"}],"github_task_path":"task_generator/tasks/drawio_edit_existing"} {"id":"drawio_er_diagram","app":"drawio","task":"Create a database schema diagram at /home/user/Documents/er_diagram.drawio. Create 4 rectangles labeled: Customer, Order, Product, Category. Connect them: Customer->Order, Order->Product, Product->Category. The diagram must have exactly 4 vertices and 3 edges. Save the file.","env":{"files":[{"filename":"er_diagram.drawio","sandbox_path":"/home/user/Documents/er_diagram.drawio"}]},"verification":[{"command":"check-file-exists /home/user/Documents/er_diagram.drawio","key":"exists","expected":true,"description":"Diagram file exists at expected path"},{"command":"check-label-exists /home/user/Documents/er_diagram.drawio Customer","key":"exists","expected":true,"description":"Shape 'Customer' exists"},{"command":"check-label-exists /home/user/Documents/er_diagram.drawio Order","key":"exists","expected":true,"description":"Shape 'Order' exists"},{"command":"check-label-exists /home/user/Documents/er_diagram.drawio Product","key":"exists","expected":true,"description":"Shape 'Product' exists"},{"command":"check-label-exists /home/user/Documents/er_diagram.drawio Category","key":"exists","expected":true,"description":"Shape 'Category' exists"},{"command":"check-vertex-count /home/user/Documents/er_diagram.drawio 4","key":"match","expected":true,"description":"Exactly 4 shapes"},{"command":"check-edge-count /home/user/Documents/er_diagram.drawio 3","key":"match","expected":true,"description":"Exactly 3 edges"}],"github_task_path":"task_generator/tasks/drawio_er_diagram"} {"id":"drawio_fix_and_color_workflow","app":"drawio","task":"Modify the workflow at /home/user/Documents/wf_fix.drawio. The file contains 5 connected shapes: Input (id 2), Clean (id 3), Transform (id 4), Check (id 5, diamond), Save (id 6). Change fills: Input to #dae8fc (blue), Clean to #d5e8d4 (green), Transform to #d5e8d4 (green), Check to #fff2cc (yellow), Save to #f8cecc (red). Add shape labeled Reject. Connect Check to Reject. Final diagram must have 6 vertices. Save the file.","env":{"files":[{"filename":"wf_fix.drawio","sandbox_path":"/home/user/Documents/wf_fix.drawio"}]},"verification":[{"command":"check-file-exists /home/user/Documents/wf_fix.drawio","key":"exists","expected":true,"description":"Diagram file exists"},{"command":"check-vertex-count /home/user/Documents/wf_fix.drawio 6 0","key":"match","expected":true,"description":"Exactly 6 vertices (5 original + Reject)"},{"command":"check-label-exists /home/user/Documents/wf_fix.drawio Input","key":"exists","expected":true,"description":"Input label remains"},{"command":"check-label-exists /home/user/Documents/wf_fix.drawio Clean","key":"exists","expected":true,"description":"Clean label remains"},{"command":"check-label-exists /home/user/Documents/wf_fix.drawio Transform","key":"exists","expected":true,"description":"Transform label remains"},{"command":"check-label-exists /home/user/Documents/wf_fix.drawio Check","key":"exists","expected":true,"description":"Check label remains"},{"command":"check-label-exists /home/user/Documents/wf_fix.drawio Save","key":"exists","expected":true,"description":"Save label remains"},{"command":"check-label-exists /home/user/Documents/wf_fix.drawio Reject","key":"exists","expected":true,"description":"Reject added"},{"command":"check-style-property /home/user/Documents/wf_fix.drawio 2 fillColor \"#dae8fc\"","key":"match","expected":true,"description":"Input (id 2) fill is blue #dae8fc"},{"command":"check-style-property /home/user/Documents/wf_fix.drawio 3 fillColor \"#d5e8d4\"","key":"match","expected":true,"description":"Clean (id 3) fill is green #d5e8d4"},{"command":"check-style-property /home/user/Documents/wf_fix.drawio 4 fillColor \"#d5e8d4\"","key":"match","expected":true,"description":"Transform (id 4) fill is green #d5e8d4"},{"command":"check-style-property /home/user/Documents/wf_fix.drawio 5 fillColor \"#fff2cc\"","key":"match","expected":true,"description":"Check (id 5) fill is yellow #fff2cc"},{"command":"check-style-property /home/user/Documents/wf_fix.drawio 6 fillColor \"#f8cecc\"","key":"match","expected":true,"description":"Save (id 6) fill is red #f8cecc"},{"judge":"llm","prompt":"Using the connections list (source/target IDs) and the vertices list (IDs to labels), verify that there is an edge whose source label is 'Check' and target label is 'Reject'. Answer yes only if this edge exists.","command":"connections /home/user/Documents/wf_fix.drawio 0","context":"command_output","description":"Connection Check -> Reject exists"}],"github_task_path":"task_generator/tasks/drawio_fix_and_color_workflow"} {"id":"drawio_floorplan_office","app":"drawio","task":"Create an office floor plan at /home/user/Documents/floorplan.drawio. Create 6 rectangles labeled: Lobby, MeetingRoom, Office1, Office2, Kitchen, Restroom. Apply fills: Lobby #f5f5f5, MeetingRoom #dae8fc, Kitchen #fff2cc. Connect adjacent rooms with at least 5 edges representing doorways: Lobby<->MeetingRoom, Lobby<->Office1, Lobby<->Office2, Lobby<->Kitchen, Kitchen<->Restroom. Save the file.","env":{"files":[{"filename":"floorplan.drawio","sandbox_path":"/home/user/Documents/floorplan.drawio"}]},"verification":[{"command":"check-file-exists /home/user/Documents/floorplan.drawio","key":"exists","expected":true,"description":"Diagram file exists"},{"command":"check-vertex-count /home/user/Documents/floorplan.drawio 6 0","key":"match","expected":true,"description":"Exactly 6 vertices"},{"command":"check-label-exists /home/user/Documents/floorplan.drawio Lobby","key":"exists","expected":true,"description":"Lobby label exists"},{"command":"check-label-exists /home/user/Documents/floorplan.drawio MeetingRoom","key":"exists","expected":true,"description":"MeetingRoom label exists"},{"command":"check-label-exists /home/user/Documents/floorplan.drawio Office1","key":"exists","expected":true,"description":"Office1 label exists"},{"command":"check-label-exists /home/user/Documents/floorplan.drawio Office2","key":"exists","expected":true,"description":"Office2 label exists"},{"command":"check-label-exists /home/user/Documents/floorplan.drawio Kitchen","key":"exists","expected":true,"description":"Kitchen label exists"},{"command":"check-label-exists /home/user/Documents/floorplan.drawio Restroom","key":"exists","expected":true,"description":"Restroom label exists"},{"command":"edges /home/user/Documents/floorplan.drawio 0","eval":"len(result) >= 5","description":"At least 5 doorway edges on page 0"},{"judge":"llm","prompt":"Inspect the vertices list. Does the vertex labeled 'Lobby' have fillColor=#f5f5f5 in its style, the vertex labeled 'MeetingRoom' have fillColor=#dae8fc, and the vertex labeled 'Kitchen' have fillColor=#fff2cc? All three must match.","command":"vertices /home/user/Documents/floorplan.drawio 0","context":"command_output","description":"Lobby/MeetingRoom/Kitchen have correct fill colors"}],"github_task_path":"task_generator/tasks/drawio_floorplan_office"} {"id":"drawio_incident_runbook","app":"drawio","task":"Create a two-page incident response runbook at /home/user/Documents/runbook.drawio. Page 1 (Detection): 5 shapes labeled Alert Received, Triage, Severity Check, Low, High. Connect: Alert Received->Triage->Severity Check->Low, Severity Check->High, Low->Triage (loop). Page 2 (Response): 6 shapes labeled Contain, Eradicate, Recover, Root Cause, Document, Close. Save the file.","env":{"files":[{"filename":"runbook.drawio","sandbox_path":"/home/user/Documents/runbook.drawio"}]},"verification":[{"command":"check-file-exists /home/user/Documents/runbook.drawio","key":"exists","expected":true,"description":"Diagram file exists"},{"command":"check-page-count /home/user/Documents/runbook.drawio 2","key":"match","expected":true,"description":"Exactly 2 pages"},{"command":"check-vertex-count /home/user/Documents/runbook.drawio 5 0","key":"match","expected":true,"description":"Page 0 has exactly 5 vertices"},{"command":"check-vertex-count /home/user/Documents/runbook.drawio 6 1","key":"match","expected":true,"description":"Page 1 has exactly 6 vertices"},{"command":"check-label-exists /home/user/Documents/runbook.drawio \"Alert Received\"","key":"exists","expected":true,"description":"Alert Received label exists"},{"command":"check-label-exists /home/user/Documents/runbook.drawio Triage","key":"exists","expected":true,"description":"Triage label exists"},{"command":"check-label-exists /home/user/Documents/runbook.drawio \"Severity Check\"","key":"exists","expected":true,"description":"Severity Check label exists"},{"command":"check-label-exists /home/user/Documents/runbook.drawio Low","key":"exists","expected":true,"description":"Low label exists"},{"command":"check-label-exists /home/user/Documents/runbook.drawio High","key":"exists","expected":true,"description":"High label exists"},{"command":"check-label-exists /home/user/Documents/runbook.drawio Contain","key":"exists","expected":true,"description":"Contain label exists"},{"command":"check-label-exists /home/user/Documents/runbook.drawio Eradicate","key":"exists","expected":true,"description":"Eradicate label exists"},{"command":"check-label-exists /home/user/Documents/runbook.drawio Recover","key":"exists","expected":true,"description":"Recover label exists"},{"command":"check-label-exists /home/user/Documents/runbook.drawio \"Root Cause\"","key":"exists","expected":true,"description":"Root Cause label exists"},{"command":"check-label-exists /home/user/Documents/runbook.drawio Document","key":"exists","expected":true,"description":"Document label exists"},{"command":"check-label-exists /home/user/Documents/runbook.drawio Close","key":"exists","expected":true,"description":"Close label exists"},{"command":"edges /home/user/Documents/runbook.drawio 0","eval":"len(result) >= 5","description":"Page 0 has at least 5 edges"},{"command":"diagrams /home/user/Documents/runbook.drawio","eval":"[p.get('name') for p in result] == ['Detection','Response']","description":"Page names are Detection and Response in order"}],"github_task_path":"task_generator/tasks/drawio_incident_runbook"} {"id":"drawio_kubernetes_cluster","app":"drawio","task":"Create a Kubernetes cluster architecture at /home/user/Documents/k8s_cluster.drawio. Create 12 shapes: Control Plane, Ingress, Worker1, Worker2, Worker3, Pod1-6, ServiceMesh. Connect hierarchically: Control Plane to each Worker, each Worker to 2 Pods (Worker1->Pod1/2, Worker2->Pod3/4, Worker3->Pod5/6), Ingress to Control Plane. The diagram must have 12 vertices and at least 9 edges. Save the file.","env":{"files":[{"filename":"k8s_cluster.drawio","sandbox_path":"/home/user/Documents/k8s_cluster.drawio"}]},"verification":[{"command":"check-file-exists /home/user/Documents/k8s_cluster.drawio","key":"exists","expected":true,"description":"Diagram file exists"},{"command":"check-vertex-count /home/user/Documents/k8s_cluster.drawio 12 0","key":"match","expected":true,"description":"Exactly 12 vertices"},{"command":"check-label-exists /home/user/Documents/k8s_cluster.drawio \"Control Plane\"","key":"exists","expected":true,"description":"Control Plane label exists"},{"command":"check-label-exists /home/user/Documents/k8s_cluster.drawio Ingress","key":"exists","expected":true,"description":"Ingress label exists"},{"command":"check-label-exists /home/user/Documents/k8s_cluster.drawio Worker1","key":"exists","expected":true,"description":"Worker1 label exists"},{"command":"check-label-exists /home/user/Documents/k8s_cluster.drawio Worker2","key":"exists","expected":true,"description":"Worker2 label exists"},{"command":"check-label-exists /home/user/Documents/k8s_cluster.drawio Worker3","key":"exists","expected":true,"description":"Worker3 label exists"},{"command":"check-label-exists /home/user/Documents/k8s_cluster.drawio Pod1","key":"exists","expected":true,"description":"Pod1 label exists"},{"command":"check-label-exists /home/user/Documents/k8s_cluster.drawio Pod2","key":"exists","expected":true,"description":"Pod2 label exists"},{"command":"check-label-exists /home/user/Documents/k8s_cluster.drawio Pod3","key":"exists","expected":true,"description":"Pod3 label exists"},{"command":"check-label-exists /home/user/Documents/k8s_cluster.drawio Pod4","key":"exists","expected":true,"description":"Pod4 label exists"},{"command":"check-label-exists /home/user/Documents/k8s_cluster.drawio Pod5","key":"exists","expected":true,"description":"Pod5 label exists"},{"command":"check-label-exists /home/user/Documents/k8s_cluster.drawio Pod6","key":"exists","expected":true,"description":"Pod6 label exists"},{"command":"check-label-exists /home/user/Documents/k8s_cluster.drawio ServiceMesh","key":"exists","expected":true,"description":"ServiceMesh label exists"},{"command":"edges /home/user/Documents/k8s_cluster.drawio 0","eval":"len(result) >= 9","description":"At least 9 edges on page 0"},{"judge":"llm","prompt":"Using the connections list (source/target IDs) and the vertices list (IDs to labels), verify that Control Plane has connecting edges to ALL THREE workers: Worker1, Worker2, and Worker3. Edges may go in either direction. Answer yes only if all three connections exist.","command":"connections /home/user/Documents/k8s_cluster.drawio 0","context":"command_output","description":"Control Plane connects to all 3 workers"}],"github_task_path":"task_generator/tasks/drawio_kubernetes_cluster"} {"id":"drawio_multipage_microservices","app":"drawio","task":"Create a 4-page microservices diagram at /home/user/Documents/microservices.drawio. Rename pages to: Overview, Services, Data, Deployment. Page 1 (Overview): Client, Gateway, Backend connected sequentially (2 edges). Page 2 (Services): 4 shapes labeled UserService, OrderService, PaymentService, NotificationService. Page 3 (Data): 3 shapes labeled UsersDB, OrdersDB, Cache. Page 4 (Deployment): Kubernetes and Monitoring. Save the file.","env":{"files":[{"filename":"microservices.drawio","sandbox_path":"/home/user/Documents/microservices.drawio"}]},"verification":[{"command":"check-file-exists /home/user/Documents/microservices.drawio","key":"exists","expected":true,"description":"Diagram file exists"},{"command":"check-page-count /home/user/Documents/microservices.drawio 4","key":"match","expected":true,"description":"Exactly 4 pages"},{"command":"check-vertex-count /home/user/Documents/microservices.drawio 3 0","key":"match","expected":true,"description":"Page 0 (Overview) has exactly 3 vertices"},{"command":"check-vertex-count /home/user/Documents/microservices.drawio 4 1","key":"match","expected":true,"description":"Page 1 (Services) has exactly 4 vertices"},{"command":"check-vertex-count /home/user/Documents/microservices.drawio 3 2","key":"match","expected":true,"description":"Page 2 (Data) has exactly 3 vertices"},{"command":"check-vertex-count /home/user/Documents/microservices.drawio 2 3","key":"match","expected":true,"description":"Page 3 (Deployment) has exactly 2 vertices"},{"command":"check-label-exists /home/user/Documents/microservices.drawio Client","key":"exists","expected":true,"description":"Client label exists"},{"command":"check-label-exists /home/user/Documents/microservices.drawio Gateway","key":"exists","expected":true,"description":"Gateway label exists"},{"command":"check-label-exists /home/user/Documents/microservices.drawio Backend","key":"exists","expected":true,"description":"Backend label exists"},{"command":"check-label-exists /home/user/Documents/microservices.drawio UserService","key":"exists","expected":true,"description":"UserService label exists"},{"command":"check-label-exists /home/user/Documents/microservices.drawio OrderService","key":"exists","expected":true,"description":"OrderService label exists"},{"command":"check-label-exists /home/user/Documents/microservices.drawio PaymentService","key":"exists","expected":true,"description":"PaymentService label exists"},{"command":"check-label-exists /home/user/Documents/microservices.drawio NotificationService","key":"exists","expected":true,"description":"NotificationService label exists"},{"command":"check-label-exists /home/user/Documents/microservices.drawio UsersDB","key":"exists","expected":true,"description":"UsersDB label exists"},{"command":"check-label-exists /home/user/Documents/microservices.drawio OrdersDB","key":"exists","expected":true,"description":"OrdersDB label exists"},{"command":"check-label-exists /home/user/Documents/microservices.drawio Cache","key":"exists","expected":true,"description":"Cache label exists"},{"command":"check-label-exists /home/user/Documents/microservices.drawio Kubernetes","key":"exists","expected":true,"description":"Kubernetes label exists"},{"command":"check-label-exists /home/user/Documents/microservices.drawio Monitoring","key":"exists","expected":true,"description":"Monitoring label exists"},{"command":"diagrams /home/user/Documents/microservices.drawio","eval":"[p.get('name') for p in result] == ['Overview','Services','Data','Deployment']","description":"Page names in order: Overview, Services, Data, Deployment"}],"github_task_path":"task_generator/tasks/drawio_multipage_microservices"} {"id":"drawio_network_topology","app":"drawio","task":"Create a network topology diagram at /home/user/Documents/network_topology.drawio. Create 6 shapes labeled: Internet (cloud), Firewall, Switch, Web Server, App Server, Database Server. Connect sequentially: Internet->Firewall->Switch, then Switch to each server. The diagram must have 6 vertices and 5 edges. Save the file.","env":{"files":[{"filename":"network_topology.drawio","sandbox_path":"/home/user/Documents/network_topology.drawio"}]},"verification":[{"command":"check-file-exists /home/user/Documents/network_topology.drawio","key":"exists","expected":true,"description":"Diagram file exists at expected path"},{"command":"check-label-exists /home/user/Documents/network_topology.drawio Internet","key":"exists","expected":true,"description":"Shape 'Internet' exists"},{"command":"check-label-exists /home/user/Documents/network_topology.drawio Firewall","key":"exists","expected":true,"description":"Shape 'Firewall' exists"},{"command":"check-label-exists /home/user/Documents/network_topology.drawio Switch","key":"exists","expected":true,"description":"Shape 'Switch' exists"},{"command":"check-label-exists /home/user/Documents/network_topology.drawio \"Web Server\"","key":"exists","expected":true,"description":"Shape 'Web Server' exists"},{"command":"check-label-exists /home/user/Documents/network_topology.drawio \"App Server\"","key":"exists","expected":true,"description":"Shape 'App Server' exists"},{"command":"check-label-exists /home/user/Documents/network_topology.drawio \"Database Server\"","key":"exists","expected":true,"description":"Shape 'Database Server' exists"},{"command":"check-vertex-count /home/user/Documents/network_topology.drawio 6","key":"match","expected":true,"description":"Exactly 6 vertex shapes"},{"command":"check-edge-count /home/user/Documents/network_topology.drawio 5","key":"match","expected":true,"description":"Exactly 5 edges (hierarchical connections)"}],"github_task_path":"task_generator/tasks/drawio_network_topology"} {"id":"drawio_restyle_erd","app":"drawio","task":"Modify the ER diagram at /home/user/Documents/erd.drawio. The file contains 5 rectangles: Customer (id 2), Product (id 3), Order (id 4), Category (id 5), AuditLog (id 6). Change fills: Customer and Order to #dae8fc (blue), Product and Category to #fff2cc (yellow), AuditLog to #f8cecc (red). Add rectangles labeled OrderItem and Payment. Connect Order->OrderItem and Order->Payment. Final diagram must have 7 vertices. Save the file.","env":{"files":[{"filename":"erd.drawio","sandbox_path":"/home/user/Documents/erd.drawio"}]},"verification":[{"command":"check-file-exists /home/user/Documents/erd.drawio","key":"exists","expected":true,"description":"Diagram file exists"},{"command":"check-vertex-count /home/user/Documents/erd.drawio 7 0","key":"match","expected":true,"description":"Exactly 7 vertices after edits"},{"command":"check-label-exists /home/user/Documents/erd.drawio Customer","key":"exists","expected":true,"description":"Customer label remains"},{"command":"check-label-exists /home/user/Documents/erd.drawio Product","key":"exists","expected":true,"description":"Product label remains"},{"command":"check-label-exists /home/user/Documents/erd.drawio Order","key":"exists","expected":true,"description":"Order label remains"},{"command":"check-label-exists /home/user/Documents/erd.drawio Category","key":"exists","expected":true,"description":"Category label remains"},{"command":"check-label-exists /home/user/Documents/erd.drawio AuditLog","key":"exists","expected":true,"description":"AuditLog label remains"},{"command":"check-label-exists /home/user/Documents/erd.drawio OrderItem","key":"exists","expected":true,"description":"OrderItem added"},{"command":"check-label-exists /home/user/Documents/erd.drawio Payment","key":"exists","expected":true,"description":"Payment added"},{"command":"check-style-property /home/user/Documents/erd.drawio 2 fillColor \"#dae8fc\"","key":"match","expected":true,"description":"Customer (id 2) is blue #dae8fc"},{"command":"check-style-property /home/user/Documents/erd.drawio 3 fillColor \"#fff2cc\"","key":"match","expected":true,"description":"Product (id 3) is yellow #fff2cc"},{"command":"check-style-property /home/user/Documents/erd.drawio 4 fillColor \"#dae8fc\"","key":"match","expected":true,"description":"Order (id 4) is blue #dae8fc"},{"command":"check-style-property /home/user/Documents/erd.drawio 5 fillColor \"#fff2cc\"","key":"match","expected":true,"description":"Category (id 5) is yellow #fff2cc"},{"command":"check-style-property /home/user/Documents/erd.drawio 6 fillColor \"#f8cecc\"","key":"match","expected":true,"description":"AuditLog (id 6) is red #f8cecc"},{"judge":"llm","prompt":"Using the connections list and the vertices list, verify that the diagram contains an edge from 'Order' to 'OrderItem' and another edge from 'Order' to 'Payment'. Both edges must exist. Answer yes only if both are present.","command":"connections /home/user/Documents/erd.drawio 0","context":"command_output","description":"Order->OrderItem and Order->Payment edges exist"}],"github_task_path":"task_generator/tasks/drawio_restyle_erd"} {"id":"drawio_state_machine","app":"drawio","task":"Create an order lifecycle state machine at /home/user/Documents/state_machine.drawio. Create 5 rounded rectangles labeled: New, Confirmed, Shipped, Delivered, Cancelled. Add transitions: New->Confirmed, Confirmed->Shipped, Shipped->Delivered, New->Cancelled, Confirmed->Cancelled. The diagram must have 5 vertices and 5 edges. Save the file.","env":{"files":[{"filename":"state_machine.drawio","sandbox_path":"/home/user/Documents/state_machine.drawio"}]},"verification":[{"command":"check-file-exists /home/user/Documents/state_machine.drawio","key":"exists","expected":true,"description":"Diagram file exists at expected path"},{"command":"check-label-exists /home/user/Documents/state_machine.drawio New","key":"exists","expected":true,"description":"State 'New' exists"},{"command":"check-label-exists /home/user/Documents/state_machine.drawio Confirmed","key":"exists","expected":true,"description":"State 'Confirmed' exists"},{"command":"check-label-exists /home/user/Documents/state_machine.drawio Shipped","key":"exists","expected":true,"description":"State 'Shipped' exists"},{"command":"check-label-exists /home/user/Documents/state_machine.drawio Delivered","key":"exists","expected":true,"description":"State 'Delivered' exists"},{"command":"check-label-exists /home/user/Documents/state_machine.drawio Cancelled","key":"exists","expected":true,"description":"State 'Cancelled' exists"},{"command":"check-vertex-count /home/user/Documents/state_machine.drawio 5","key":"match","expected":true,"description":"Exactly 5 state shapes"},{"command":"check-edge-count /home/user/Documents/state_machine.drawio 5","key":"match","expected":true,"description":"Exactly 5 transition edges"}],"github_task_path":"task_generator/tasks/drawio_state_machine"} {"id":"drawio_styled_data_pipeline","app":"drawio","task":"Create a data pipeline at /home/user/Documents/data_pipeline.drawio. Create 6 shapes: Source (ellipse), Extract (rectangle), Transform (rectangle), Validate (diamond), Load (rectangle), Warehouse (cylinder). Apply fills: Source #e1d5e7 (purple), Validate #fff2cc (yellow), Warehouse #d5e8d4 (green). Connect sequentially: Source->Extract->Transform->Validate->Load->Warehouse. The diagram must have 6 vertices and 5 edges. Save the file.","env":{"files":[{"filename":"data_pipeline.drawio","sandbox_path":"/home/user/Documents/data_pipeline.drawio"}]},"verification":[{"command":"check-file-exists /home/user/Documents/data_pipeline.drawio","key":"exists","expected":true,"description":"Diagram file exists"},{"command":"check-vertex-count /home/user/Documents/data_pipeline.drawio 6 0","key":"match","expected":true,"description":"Exactly 6 vertices"},{"command":"check-edge-count /home/user/Documents/data_pipeline.drawio 5 0","key":"match","expected":true,"description":"Exactly 5 edges"},{"command":"check-label-exists /home/user/Documents/data_pipeline.drawio Source","key":"exists","expected":true,"description":"Source label exists"},{"command":"check-label-exists /home/user/Documents/data_pipeline.drawio Extract","key":"exists","expected":true,"description":"Extract label exists"},{"command":"check-label-exists /home/user/Documents/data_pipeline.drawio Transform","key":"exists","expected":true,"description":"Transform label exists"},{"command":"check-label-exists /home/user/Documents/data_pipeline.drawio Validate","key":"exists","expected":true,"description":"Validate label exists"},{"command":"check-label-exists /home/user/Documents/data_pipeline.drawio Load","key":"exists","expected":true,"description":"Load label exists"},{"command":"check-label-exists /home/user/Documents/data_pipeline.drawio Warehouse","key":"exists","expected":true,"description":"Warehouse label exists"},{"judge":"llm","prompt":"Inspect the vertices list. Does the vertex labeled 'Source' have fillColor=#e1d5e7 in its style, the vertex labeled 'Validate' have fillColor=#fff2cc, and the vertex labeled 'Warehouse' have fillColor=#d5e8d4? All three must match.","command":"vertices /home/user/Documents/data_pipeline.drawio 0","context":"command_output","description":"Source/Validate/Warehouse have correct fill colors"},{"judge":"llm","prompt":"Using the connections and vertices lists, verify the diagram contains an edge whose source label is 'Source' and target label is 'Extract'.","command":"connections /home/user/Documents/data_pipeline.drawio 0","context":"command_output","description":"Connection Source -> Extract exists"}],"github_task_path":"task_generator/tasks/drawio_styled_data_pipeline"} {"id":"drawio_swimlane_process","app":"drawio","task":"Create an order fulfillment process at /home/user/Documents/swimlane_process.drawio. Create 3 header rectangles: Customer, Sales, Warehouse. Create 6 activity rectangles: Place Order, Verify Stock, Approve Sale, Pick Items, Pack Items, Ship Order. Connect sequentially: Place Order->Verify Stock->Approve Sale->Pick Items->Pack Items->Ship Order. The diagram must have at least 9 vertices and 5 edges. Save the file.","env":{"files":[{"filename":"swimlane_process.drawio","sandbox_path":"/home/user/Documents/swimlane_process.drawio"}]},"verification":[{"command":"check-file-exists /home/user/Documents/swimlane_process.drawio","key":"exists","expected":true,"description":"Diagram file exists"},{"command":"check-label-exists /home/user/Documents/swimlane_process.drawio Customer","key":"exists","expected":true,"description":"Customer header exists"},{"command":"check-label-exists /home/user/Documents/swimlane_process.drawio Sales","key":"exists","expected":true,"description":"Sales header exists"},{"command":"check-label-exists /home/user/Documents/swimlane_process.drawio Warehouse","key":"exists","expected":true,"description":"Warehouse header exists"},{"command":"check-label-exists /home/user/Documents/swimlane_process.drawio \"Place Order\"","key":"exists","expected":true,"description":"Place Order activity exists"},{"command":"check-label-exists /home/user/Documents/swimlane_process.drawio \"Verify Stock\"","key":"exists","expected":true,"description":"Verify Stock activity exists"},{"command":"check-label-exists /home/user/Documents/swimlane_process.drawio \"Approve Sale\"","key":"exists","expected":true,"description":"Approve Sale activity exists"},{"command":"check-label-exists /home/user/Documents/swimlane_process.drawio \"Pick Items\"","key":"exists","expected":true,"description":"Pick Items activity exists"},{"command":"check-label-exists /home/user/Documents/swimlane_process.drawio \"Pack Items\"","key":"exists","expected":true,"description":"Pack Items activity exists"},{"command":"check-label-exists /home/user/Documents/swimlane_process.drawio \"Ship Order\"","key":"exists","expected":true,"description":"Ship Order activity exists"},{"command":"vertices /home/user/Documents/swimlane_process.drawio 0","eval":"len(result) >= 9","description":"At least 9 vertices on page 0"},{"command":"edges /home/user/Documents/swimlane_process.drawio 0","eval":"len(result) >= 5","description":"At least 5 edges on page 0"},{"judge":"llm","prompt":"Inspect the connections list (edges with source/target IDs) and the vertices list. Does the diagram contain an edge whose source vertex label is 'Place Order' and whose target vertex label is 'Verify Stock'?","command":"connections /home/user/Documents/swimlane_process.drawio 0","context":"command_output","description":"Connection Place Order -> Verify Stock exists"}],"github_task_path":"task_generator/tasks/drawio_swimlane_process"} {"id":"drawio_uml_class_diagram","app":"drawio","task":"Create a class diagram at /home/user/Documents/uml_classes.drawio. Create 3 shapes labeled: Animal, Dog, Cat. Connect them: Dog->Animal, Cat->Animal, Dog->Cat. The diagram must have 3 vertices and 3 edges. Save the file.","env":{"files":[{"filename":"uml_classes.drawio","sandbox_path":"/home/user/Documents/uml_classes.drawio"}]},"verification":[{"command":"check-file-exists /home/user/Documents/uml_classes.drawio","key":"exists","expected":true,"description":"Diagram file exists at expected path"},{"command":"check-label-exists /home/user/Documents/uml_classes.drawio Animal","key":"exists","expected":true,"description":"Shape labeled 'Animal' exists"},{"command":"check-label-exists /home/user/Documents/uml_classes.drawio Dog","key":"exists","expected":true,"description":"Shape labeled 'Dog' exists"},{"command":"check-label-exists /home/user/Documents/uml_classes.drawio Cat","key":"exists","expected":true,"description":"Shape labeled 'Cat' exists"},{"command":"check-vertex-count /home/user/Documents/uml_classes.drawio 3","key":"match","expected":true,"description":"Exactly 3 vertex shapes (Animal, Dog, Cat)"},{"command":"check-edge-count /home/user/Documents/uml_classes.drawio 3","key":"match","expected":true,"description":"Exactly 3 edges"}],"github_task_path":"task_generator/tasks/drawio_uml_class_diagram"} {"id":"freecad_add_sphere_to_doc","app":"freecad","task":"Add a Part::Sphere object to the document at /home/user/Documents/shapes.FCStd. Set its Radius to 15 mm and change its Label to 'Planet'. Preserve the existing Part::Box object named 'Box'. Save the file.","env":{"files":[{"filename":"shapes.FCStd","sandbox_path":"/home/user/Documents/shapes.FCStd"}]},"verification":[{"command":"check-file-exists /home/user/Documents/shapes.FCStd","key":"exists","expected":true,"description":"File exists"},{"command":"check-object-exists /home/user/Documents/shapes.FCStd Box","key":"exists","expected":true,"description":"Original Box still exists"},{"command":"check-object-exists /home/user/Documents/shapes.FCStd Sphere","key":"exists","expected":true,"description":"Sphere object exists"},{"command":"check-object-type /home/user/Documents/shapes.FCStd Sphere Part::Sphere","key":"match","expected":true,"description":"Sphere is Part::Sphere"},{"command":"check-parameter-value /home/user/Documents/shapes.FCStd Sphere Radius 15","key":"match","expected":true,"description":"Sphere Radius == 15"},{"command":"check-label /home/user/Documents/shapes.FCStd Sphere Planet","key":"match","expected":true,"description":"Sphere Label == 'Planet'"}],"github_task_path":"task_generator/tasks/freecad_add_sphere_to_doc"} {"id":"freecad_boolean_cut_hole","app":"freecad","task":"Perform a Boolean Cut operation on the document at /home/user/Documents/bolted.FCStd. Use the existing Part::Box named 'Box' as the base object and the Part::Cylinder named 'Cylinder' as the tool object. Save the file.","env":{"files":[{"filename":"bolted.FCStd","sandbox_path":"/home/user/Documents/bolted.FCStd"}]},"verification":[{"command":"check-file-exists /home/user/Documents/bolted.FCStd","key":"exists","expected":true,"description":"File exists"},{"command":"check-object-exists /home/user/Documents/bolted.FCStd Cut","key":"exists","expected":true,"description":"Cut object exists"},{"command":"check-object-type /home/user/Documents/bolted.FCStd Cut Part::Cut","key":"match","expected":true,"description":"Cut object is of type Part::Cut"},{"command":"check-object-type-count /home/user/Documents/bolted.FCStd Part::Cut 1","key":"match","expected":true,"description":"Exactly one Part::Cut object"}],"github_task_path":"task_generator/tasks/freecad_boolean_cut_hole"} {"id":"freecad_change_unit_schema","app":"freecad","task":"Change FreeCAD's unit system to 'Imperial decimal (in, in/s^2)' which corresponds to UserSchema=3. Apply this setting to the user configuration.","env":{"files":[{"filename":"empty.FCStd","sandbox_path":"/home/user/Documents/empty.FCStd"}]},"verification":[{"command":"check-preference BaseApp/Preferences/Units/UserSchema 3","key":"match","expected":true,"description":"User unit schema set to 3 (Imperial decimal)"}],"github_task_path":"task_generator/tasks/freecad_change_unit_schema"} {"id":"freecad_compound_of_primitives","app":"freecad","task":"Create a Part::Compound object in the document at /home/user/Documents/assembly.FCStd that groups the three existing primitives: Part::Box named 'Box', Part::Cylinder named 'Cylinder', and Part::Cone named 'Cone'. Set the Compound's Label to 'AssemblyGroup'. All three primitives must remain in the document. Save the file.","env":{"files":[{"filename":"assembly.FCStd","sandbox_path":"/home/user/Documents/assembly.FCStd"}]},"verification":[{"command":"check-file-exists /home/user/Documents/assembly.FCStd","key":"exists","expected":true,"description":"File exists"},{"command":"check-object-exists /home/user/Documents/assembly.FCStd Box","key":"exists","expected":true,"description":"Box still exists"},{"command":"check-object-exists /home/user/Documents/assembly.FCStd Cylinder","key":"exists","expected":true,"description":"Cylinder still exists"},{"command":"check-object-exists /home/user/Documents/assembly.FCStd Cone","key":"exists","expected":true,"description":"Cone still exists"},{"command":"check-object-type-count /home/user/Documents/assembly.FCStd Part::Compound 1","key":"match","expected":true,"description":"Exactly one Part::Compound"},{"command":"check-object-count /home/user/Documents/assembly.FCStd 4","key":"match","expected":true,"description":"Document has exactly 4 objects"},{"judge":"llm","prompt":"Does the FreeCAD document contain exactly one object whose type is 'Part::Compound' AND whose Label property equals 'AssemblyGroup'? Answer yes only if both conditions are true.","command":"objects /home/user/Documents/assembly.FCStd","context":"command_output","description":"Compound labelled 'AssemblyGroup'"}],"github_task_path":"task_generator/tasks/freecad_compound_of_primitives"} {"id":"freecad_create_parametric_box","app":"freecad","task":"Create a Part::Box object in the document at /home/user/Documents/part.FCStd. Set its dimensions to Length=40 mm, Width=30 mm, Height=20 mm. Set its Label to 'MainBlock'. Save the file.","env":{"files":[{"filename":"part.FCStd","sandbox_path":"/home/user/Documents/part.FCStd"}]},"verification":[{"command":"check-file-exists /home/user/Documents/part.FCStd","key":"exists","expected":true,"description":"File saved at expected path"},{"command":"check-object-type-count /home/user/Documents/part.FCStd Part::Box 1","key":"match","expected":true,"description":"Exactly one Part::Box object exists"},{"command":"check-parameter-value /home/user/Documents/part.FCStd Box Length 40","key":"match","expected":true,"description":"Box Length == 40"},{"command":"check-parameter-value /home/user/Documents/part.FCStd Box Width 30","key":"match","expected":true,"description":"Box Width == 30"},{"command":"check-parameter-value /home/user/Documents/part.FCStd Box Height 20","key":"match","expected":true,"description":"Box Height == 20"},{"command":"check-label /home/user/Documents/part.FCStd Box MainBlock","key":"match","expected":true,"description":"Box Label == 'MainBlock'"}],"github_task_path":"task_generator/tasks/freecad_create_parametric_box"} {"id":"freecad_document_metadata_bundle","app":"freecad","task":"Set multiple metadata fields for the document at /home/user/Documents/report.FCStd. Set Comment='Revision A release candidate', Company='Acme Robotics', CreatedBy='Jordan Lee', and License='CC-BY-4.0'. Save the file.","env":{"files":[{"filename":"report.FCStd","sandbox_path":"/home/user/Documents/report.FCStd"}]},"verification":[{"command":"check-file-exists /home/user/Documents/report.FCStd","key":"exists","expected":true,"description":"File exists"},{"command":"check-document-property /home/user/Documents/report.FCStd Comment 'Revision A release candidate'","key":"match","expected":true,"description":"Document Comment set"},{"command":"check-document-property /home/user/Documents/report.FCStd Company 'Acme Robotics'","key":"match","expected":true,"description":"Document Company set"},{"command":"check-document-property /home/user/Documents/report.FCStd CreatedBy 'Jordan Lee'","key":"match","expected":true,"description":"Document CreatedBy set"},{"command":"check-document-property /home/user/Documents/report.FCStd License CC-BY-4.0","key":"match","expected":true,"description":"Document License set"}],"github_task_path":"task_generator/tasks/freecad_document_metadata_bundle"} {"id":"freecad_export_cylinder_to_step","app":"freecad","task":"Export the Part::Cylinder object named 'Cylinder' from /home/user/Documents/pipe.FCStd to a STEP file at /home/user/exports/pipe.step.","env":{"files":[{"filename":"pipe.FCStd","sandbox_path":"/home/user/Documents/pipe.FCStd"}]},"verification":[{"command":"check-file-exists /home/user/exports/pipe.step","key":"exists","expected":true,"description":"STEP file was written"},{"command":"check-step-valid /home/user/exports/pipe.step","key":"valid","expected":true,"description":"STEP file has ISO-10303-21 header and entities"},{"command":"check-file-exists /home/user/Documents/pipe.FCStd","key":"exists","expected":true,"description":"FCStd source still exists"}],"github_task_path":"task_generator/tasks/freecad_export_cylinder_to_step"} {"id":"freecad_export_multi_format","app":"freecad","task":"Export the Part::Box object named 'Box' from /home/user/Documents/widget.FCStd to three formats: STL at /home/user/exports/box.stl, STEP at /home/user/exports/box.step, and OBJ at /home/user/exports/box.obj.","env":{"files":[{"filename":"widget.FCStd","sandbox_path":"/home/user/Documents/widget.FCStd"}]},"verification":[{"command":"check-file-exists /home/user/Documents/widget.FCStd","key":"exists","expected":true,"description":"FCStd source still exists"},{"command":"check-file-exists /home/user/exports/box.stl","key":"exists","expected":true,"description":"STL export exists"},{"command":"check-stl-min-triangles /home/user/exports/box.stl 12","key":"match","expected":true,"description":"STL has >= 12 triangles (closed box has 12)"},{"command":"check-file-exists /home/user/exports/box.step","key":"exists","expected":true,"description":"STEP export exists"},{"command":"check-step-valid /home/user/exports/box.step","key":"valid","expected":true,"description":"STEP file is valid"},{"command":"check-file-exists /home/user/exports/box.obj","key":"exists","expected":true,"description":"OBJ export exists"},{"command":"check-obj-min-vertices /home/user/exports/box.obj 8","key":"match","expected":true,"description":"OBJ has >= 8 vertices (a box has 8 corners)"}],"github_task_path":"task_generator/tasks/freecad_export_multi_format"} {"id":"freecad_fuse_two_boxes","app":"freecad","task":"Perform a Boolean Fuse operation on the document at /home/user/Documents/twin.FCStd. Fuse the two existing Part::Box objects named 'Box' and 'Box001' together. Set the resulting Part::Fuse object's Label to 'MergedFrame'. Both original boxes must remain in the document. Save the file.","env":{"files":[{"filename":"twin.FCStd","sandbox_path":"/home/user/Documents/twin.FCStd"}]},"verification":[{"command":"check-file-exists /home/user/Documents/twin.FCStd","key":"exists","expected":true,"description":"File exists"},{"command":"check-object-exists /home/user/Documents/twin.FCStd Box","key":"exists","expected":true,"description":"Original Box still exists"},{"command":"check-object-exists /home/user/Documents/twin.FCStd Box001","key":"exists","expected":true,"description":"Original Box001 still exists"},{"command":"check-object-type-count /home/user/Documents/twin.FCStd Part::Fuse 1","key":"match","expected":true,"description":"Exactly one Part::Fuse"},{"command":"check-object-type-count /home/user/Documents/twin.FCStd Part::Box 2","key":"match","expected":true,"description":"Still exactly two Part::Box"},{"command":"check-object-count /home/user/Documents/twin.FCStd 3","key":"match","expected":true,"description":"Document has exactly 3 objects total"},{"judge":"llm","prompt":"Does the FreeCAD document contain exactly one object whose type is 'Part::Fuse' AND whose Label property is exactly 'MergedFrame'? Answer yes only if both conditions are true.","command":"objects /home/user/Documents/twin.FCStd","context":"command_output","description":"Fuse object is labelled 'MergedFrame'"}],"github_task_path":"task_generator/tasks/freecad_fuse_two_boxes"} {"id":"freecad_gap_draft_wire_polygon","app":"freecad","task":"FreeCAD is open with /home/user/Documents/draft_start.FCStd (empty document). Switch to the Draft workbench. Create a closed Draft Wire named exactly 'HexPath' whose 6 vertices form a regular hexagon on the XY plane, centered at the origin, with circumradius 50 mm (the first vertex at (50, 0, 0); vertices spaced 60 degrees apart). Then create a Draft Circle named exactly 'CenterHole' on the XY plane, centered at the origin, with radius 15 mm. Save the file.","env":{"files":[{"filename":"draft_start.FCStd","sandbox_path":"/home/user/Documents/draft_start.FCStd"}]},"verification":[{"command":"check-file-exists /home/user/Documents/draft_start.FCStd","key":"exists","expected":true,"description":"File exists"},{"command":"check-object-exists /home/user/Documents/draft_start.FCStd HexPath","key":"exists","expected":true,"description":"HexPath exists"},{"command":"check-parameter-value /home/user/Documents/draft_start.FCStd HexPath Closed true","key":"match","expected":true,"description":"HexPath is closed"},{"command":"check-object-exists /home/user/Documents/draft_start.FCStd CenterHole","key":"exists","expected":true,"description":"CenterHole exists"},{"command":"check-parameter-value /home/user/Documents/draft_start.FCStd CenterHole Radius 15","key":"match","expected":true,"description":"CenterHole Radius = 15"}],"github_task_path":"task_generator/tasks/freecad_gap_draft_wire_polygon"} {"id":"freecad_gap_fem_analysis_cantilever","app":"freecad","task":"FreeCAD is open with /home/user/Documents/fem_start.FCStd. The document contains a Part::Box named 'Beam' (200 x 20 x 10 mm). Switch to the FEM workbench. Create an FEM mesh for the Beam (default parameters, tetrahedronron, element length 5 mm). Apply a fixed constraint to one end face. Apply a force of 1000 N downward on the other end. Run the analysis and check the displacement. Save the file.","env":{"files":[{"filename":"fem_start.FCStd","sandbox_path":"/home/user/Documents/fem_start.FCStd"}]},"verification":[{"command":"check-file-exists /home/user/Documents/fem_start.FCStd","key":"exists","expected":true,"description":"File exists"},{"command":"check-object-exists /home/user/Documents/fem_start.FCStd Beam","key":"exists","expected":true,"description":"Beam preserved"},{"command":"check-object-exists /home/user/Documents/fem_start.FCStd Analysis","key":"exists","expected":true,"description":"Analysis container exists"},{"command":"check-object-type /home/user/Documents/fem_start.FCStd Analysis Fem::FemAnalysis","key":"match","expected":true,"description":"Analysis is Fem::FemAnalysis"},{"command":"check-object-type-count /home/user/Documents/fem_start.FCStd Fem::ConstraintFixed 1","key":"match","expected":true,"description":"Exactly one fixed constraint"},{"command":"check-object-type-count /home/user/Documents/fem_start.FCStd Fem::ConstraintForce 1","key":"match","expected":true,"description":"Exactly one force constraint"},{"command":"check-object-type-count /home/user/Documents/fem_start.FCStd Fem::MaterialSolid 1","key":"match","expected":true,"description":"Exactly one solid material"},{"command":"check-object-type-count /home/user/Documents/fem_start.FCStd Fem::FemMeshGmsh 1","key":"match","expected":true,"description":"Exactly one Gmsh mesh"}],"github_task_path":"task_generator/tasks/freecad_gap_fem_analysis_cantilever"} {"id":"freecad_gap_partdesign_circular_pattern_lugs","app":"freecad","task":"FreeCAD is open with /home/user/Documents/disk_start.FCStd. The document contains a PartDesign Body 'DiskBody' with a circular Pad 'Lug1' (10 mm diameter, 5 mm high) at position (30, 0, 0). Switch to the PartDesign workbench. Make the Body active. Create a circular polar pattern of 'Lug1': 6 instances, angle=360°, axis=Z axis. The pattern should create 6 evenly-spaced lugs around the disk. Save the file.","env":{"files":[{"filename":"disk_start.FCStd","sandbox_path":"/home/user/Documents/disk_start.FCStd"}]},"verification":[{"command":"check-file-exists /home/user/Documents/disk_start.FCStd","key":"exists","expected":true,"description":"File exists"},{"command":"check-object-exists /home/user/Documents/disk_start.FCStd Disk","key":"exists","expected":true,"description":"Disk preserved"},{"command":"check-object-exists /home/user/Documents/disk_start.FCStd Lug","key":"exists","expected":true,"description":"Lug pad exists"},{"command":"check-object-type /home/user/Documents/disk_start.FCStd Lug PartDesign::Pad","key":"match","expected":true,"description":"Lug is PartDesign::Pad"},{"command":"check-parameter-value /home/user/Documents/disk_start.FCStd Lug Length 5","key":"match","expected":true,"description":"Lug Length = 5"},{"command":"check-object-exists /home/user/Documents/disk_start.FCStd LugPattern","key":"exists","expected":true,"description":"LugPattern exists"},{"command":"check-object-type /home/user/Documents/disk_start.FCStd LugPattern PartDesign::PolarPattern","key":"match","expected":true,"description":"LugPattern is PartDesign::PolarPattern"},{"command":"check-parameter-value /home/user/Documents/disk_start.FCStd LugPattern Occurrences 6","key":"match","expected":true,"description":"Occurrences = 6"},{"command":"check-parameter-value /home/user/Documents/disk_start.FCStd LugPattern Angle 360","key":"match","expected":true,"description":"Angle = 360"}],"github_task_path":"task_generator/tasks/freecad_gap_partdesign_circular_pattern_lugs"} {"id":"freecad_gap_partdesign_pad_bracket","app":"freecad","task":"FreeCAD is open with /home/user/Documents/bracket_start.FCStd (empty document). Switch to the PartDesign workbench and create a new Body named exactly 'BracketBody'. Inside the Body, create a Sketch on the XY plane containing a closed L-shaped profile: the L has an overall bounding rectangle of 60 mm (X) by 40 mm (Y), with a leg thickness of 10 mm — so the profile has 6 corners forming an L. Then create a Pad from this sketch with Length = 30 mm and Midplane enabled so the pad extrudes symmetrically along Z. Rename the Pad to exactly 'LBracket'. Save the file.","env":{"files":[{"filename":"bracket_start.FCStd","sandbox_path":"/home/user/Documents/bracket_start.FCStd"}]},"verification":[{"command":"check-file-exists /home/user/Documents/bracket_start.FCStd","key":"exists","expected":true,"description":"File exists"},{"command":"check-object-exists /home/user/Documents/bracket_start.FCStd BracketBody","key":"exists","expected":true,"description":"BracketBody exists"},{"command":"check-object-type /home/user/Documents/bracket_start.FCStd BracketBody PartDesign::Body","key":"match","expected":true,"description":"BracketBody is a PartDesign::Body"},{"command":"check-object-exists /home/user/Documents/bracket_start.FCStd LBracket","key":"exists","expected":true,"description":"LBracket Pad exists"},{"command":"check-object-type /home/user/Documents/bracket_start.FCStd LBracket PartDesign::Pad","key":"match","expected":true,"description":"LBracket is a PartDesign::Pad"},{"command":"check-parameter-value /home/user/Documents/bracket_start.FCStd LBracket Length 30","key":"match","expected":true,"description":"Pad Length = 30"},{"command":"check-parameter-value /home/user/Documents/bracket_start.FCStd LBracket Midplane true","key":"match","expected":true,"description":"Pad Midplane enabled"},{"command":"check-object-type-count /home/user/Documents/bracket_start.FCStd Sketcher::SketchObject 1","key":"match","expected":true,"description":"Exactly one Sketch in document"}],"github_task_path":"task_generator/tasks/freecad_gap_partdesign_pad_bracket"} {"id":"freecad_gap_partdesign_pocket_plate","app":"freecad","task":"FreeCAD is open with /home/user/Documents/plate_start.FCStd. The document already contains a PartDesign Body named 'PlateBody' with a 50x50x5 mm Plate at (0,0,0). Switch to the PartDesign workbench. Make the Body active. Attach a new Sketch to the top face of the Plate. Draw a 20x20 mm rectangle centered on the face. Create a Pocket feature from this sketch with depth=3 mm and Type='Through'. Save the file.","env":{"files":[{"filename":"plate_start.FCStd","sandbox_path":"/home/user/Documents/plate_start.FCStd"}]},"verification":[{"command":"check-file-exists /home/user/Documents/plate_start.FCStd","key":"exists","expected":true,"description":"File exists"},{"command":"check-object-exists /home/user/Documents/plate_start.FCStd PlateBody","key":"exists","expected":true,"description":"PlateBody preserved"},{"command":"check-object-exists /home/user/Documents/plate_start.FCStd BasePlate","key":"exists","expected":true,"description":"BasePlate preserved"},{"command":"check-object-exists /home/user/Documents/plate_start.FCStd CenterPocket","key":"exists","expected":true,"description":"CenterPocket exists"},{"command":"check-object-type /home/user/Documents/plate_start.FCStd CenterPocket PartDesign::Pocket","key":"match","expected":true,"description":"CenterPocket is a PartDesign::Pocket"},{"command":"check-parameter-value /home/user/Documents/plate_start.FCStd CenterPocket Length 5","key":"match","expected":true,"description":"Pocket Length = 5"}],"github_task_path":"task_generator/tasks/freecad_gap_partdesign_pocket_plate"} {"id":"freecad_gap_partdesign_revolve_bottle","app":"freecad","task":"FreeCAD is open with /home/user/Documents/bottle_start.FCStd (empty document). In the PartDesign workbench, create a Body named 'BottleBody'. Create a Sketch on the XY plane. Draw a profile of a bottle (outline only, not filled) using lines and arcs. The profile should be 50 mm tall and 20 mm wide at its widest. Then, create a Revolve from the sketch using a 360-degree rotation around the vertical axis. Save the file.","env":{"files":[{"filename":"bottle_start.FCStd","sandbox_path":"/home/user/Documents/bottle_start.FCStd"}]},"verification":[{"command":"check-file-exists /home/user/Documents/bottle_start.FCStd","key":"exists","expected":true,"description":"File exists"},{"command":"check-object-exists /home/user/Documents/bottle_start.FCStd BottleBody","key":"exists","expected":true,"description":"BottleBody exists"},{"command":"check-object-type /home/user/Documents/bottle_start.FCStd BottleBody PartDesign::Body","key":"match","expected":true,"description":"BottleBody is a PartDesign::Body"},{"command":"check-object-exists /home/user/Documents/bottle_start.FCStd Bottle","key":"exists","expected":true,"description":"Bottle revolution exists"},{"command":"check-object-type /home/user/Documents/bottle_start.FCStd Bottle PartDesign::Revolution","key":"match","expected":true,"description":"Bottle is a PartDesign::Revolution"},{"command":"check-parameter-value /home/user/Documents/bottle_start.FCStd Bottle Angle 360","key":"match","expected":true,"description":"Revolution Angle = 360"},{"command":"check-object-type-count /home/user/Documents/bottle_start.FCStd Sketcher::SketchObject 1","key":"match","expected":true,"description":"Exactly one Sketch in document"}],"github_task_path":"task_generator/tasks/freecad_gap_partdesign_revolve_bottle"} {"id":"freecad_gap_path_cam_job","app":"freecad","task":"FreeCAD is open with /home/user/Documents/path_start.FCStd. The document contains a Part::Box named 'Stock' (80 x 60 x 10 mm). Switch to the Path (CAM) workbench. Create a new Path Job. Add the 'Stock' object to the job. Generate a toolpath for a profile operation: tool diameter=3 mm, feed rate=600 mm/min, depth of cut=10 mm. Save the file.","env":{"files":[{"filename":"path_start.FCStd","sandbox_path":"/home/user/Documents/path_start.FCStd"}]},"verification":[{"command":"check-file-exists /home/user/Documents/path_start.FCStd","key":"exists","expected":true,"description":"File exists"},{"command":"check-object-exists /home/user/Documents/path_start.FCStd Stock","key":"exists","expected":true,"description":"Stock preserved"},{"command":"check-object-exists /home/user/Documents/path_start.FCStd CNCJob","key":"exists","expected":true,"description":"CNCJob exists"},{"command":"check-object-type /home/user/Documents/path_start.FCStd CNCJob Path::FeatureCompoundPython","key":"match","expected":true,"description":"CNCJob is a Path Job (Path::FeatureCompoundPython)"},{"command":"check-object-exists /home/user/Documents/path_start.FCStd TC_EndMill6","key":"exists","expected":true,"description":"TC_EndMill6 tool controller exists"},{"command":"check-object-exists /home/user/Documents/path_start.FCStd ProfileOp","key":"exists","expected":true,"description":"ProfileOp operation exists"}],"github_task_path":"task_generator/tasks/freecad_gap_path_cam_job"} {"id":"freecad_gap_sketch_constrained_rectangle","app":"freecad","task":"FreeCAD is open with /home/user/Documents/sketch_start.FCStd (empty document). Switch to the Sketcher workbench, create a new sketch attached to the XY plane, and draw a rectangle centered on the origin that is exactly 80 mm wide (along X) and 50 mm tall (along Y). Add geometric constraints so the rectangle is fully constrained: horizontal constraints on the top/bottom edges, vertical constraints on the left/right edges, and a symmetry constraint that places the centroid of the rectangle exactly on the origin. Add two dimensional constraints: a horizontal distance constraint of 80 mm and a vertical distance constraint of 50 mm. Rename the sketch to 'MainSketch'. Save the file.","env":{"files":[{"filename":"sketch_start.FCStd","sandbox_path":"/home/user/Documents/sketch_start.FCStd"}]},"verification":[{"command":"check-file-exists /home/user/Documents/sketch_start.FCStd","key":"exists","expected":true,"description":"File exists"},{"command":"check-object-exists /home/user/Documents/sketch_start.FCStd MainSketch","key":"exists","expected":true,"description":"MainSketch exists"},{"command":"check-object-type /home/user/Documents/sketch_start.FCStd MainSketch Sketcher::SketchObject","key":"match","expected":true,"description":"MainSketch is a Sketcher::SketchObject"},{"command":"check-label /home/user/Documents/sketch_start.FCStd MainSketch MainSketch","key":"match","expected":true,"description":"Label is 'MainSketch'"}],"github_task_path":"task_generator/tasks/freecad_gap_sketch_constrained_rectangle"} {"id":"freecad_gap_spreadsheet_parametric","app":"freecad","task":"Create a Spreadsheet object named 'Params' in /home/user/Documents/spreadsheet_start.FCStd. Set cell B1=100 with alias 'length', B2=50 with alias 'width', B3=20 with alias 'height'. Create a Part::Box named 'DrivenBox' and bind its Length, Width, and Height properties to the spreadsheet values via expressions. Save the file.","env":{"files":[{"filename":"spreadsheet_start.FCStd","sandbox_path":"/home/user/Documents/spreadsheet_start.FCStd"}]},"verification":[{"command":"check-file-exists /home/user/Documents/spreadsheet_start.FCStd","key":"exists","expected":true,"description":"File exists"},{"command":"check-object-exists /home/user/Documents/spreadsheet_start.FCStd Params","key":"exists","expected":true,"description":"Params sheet exists"},{"command":"check-object-type /home/user/Documents/spreadsheet_start.FCStd Params Spreadsheet::Sheet","key":"match","expected":true,"description":"Params is Spreadsheet::Sheet"},{"command":"check-object-exists /home/user/Documents/spreadsheet_start.FCStd DrivenBox","key":"exists","expected":true,"description":"DrivenBox exists"},{"command":"check-object-type /home/user/Documents/spreadsheet_start.FCStd DrivenBox Part::Box","key":"match","expected":true,"description":"DrivenBox is Part::Box"},{"command":"check-parameter-value /home/user/Documents/spreadsheet_start.FCStd DrivenBox Length 100","key":"match","expected":true,"description":"Length evaluates to 100"},{"command":"check-parameter-value /home/user/Documents/spreadsheet_start.FCStd DrivenBox Width 50","key":"match","expected":true,"description":"Width evaluates to 50"},{"command":"check-parameter-value /home/user/Documents/spreadsheet_start.FCStd DrivenBox Height 20","key":"match","expected":true,"description":"Height evaluates to 20"}],"github_task_path":"task_generator/tasks/freecad_gap_spreadsheet_parametric"} {"id":"freecad_gap_techdraw_views_dims","app":"freecad","task":"FreeCAD is open with /home/user/Documents/techdraw_start.FCStd. The document already contains a Part::Box named 'Block' (60 x 40 x 20 mm). Switch to the TechDraw workbench. Create a new drawing Page using the A4 landscape template, and rename the page to exactly 'DrawingPage'. Add two orthographic views of 'Block' on that page: a front view named exactly 'FrontView' (projecting along +Y, so the 60x20 face is visible) and a top view named exactly 'TopView' (projecting along +Z, so the 60x40 face is visible). Both views at scale 1:1. Add a linear length dimension attached to the front view that measures the 60 mm horizontal width of Block. Save the file.","env":{"files":[{"filename":"techdraw_start.FCStd","sandbox_path":"/home/user/Documents/techdraw_start.FCStd"}]},"verification":[{"command":"check-file-exists /home/user/Documents/techdraw_start.FCStd","key":"exists","expected":true,"description":"File exists"},{"command":"check-object-exists /home/user/Documents/techdraw_start.FCStd Block","key":"exists","expected":true,"description":"Block preserved"},{"command":"check-object-exists /home/user/Documents/techdraw_start.FCStd DrawingPage","key":"exists","expected":true,"description":"DrawingPage exists"},{"command":"check-object-type /home/user/Documents/techdraw_start.FCStd DrawingPage TechDraw::DrawPage","key":"match","expected":true,"description":"DrawingPage is TechDraw::DrawPage"},{"command":"check-object-exists /home/user/Documents/techdraw_start.FCStd FrontView","key":"exists","expected":true,"description":"FrontView exists"},{"command":"check-object-type /home/user/Documents/techdraw_start.FCStd FrontView TechDraw::DrawViewPart","key":"match","expected":true,"description":"FrontView is DrawViewPart"},{"command":"check-object-exists /home/user/Documents/techdraw_start.FCStd TopView","key":"exists","expected":true,"description":"TopView exists"},{"command":"check-object-type /home/user/Documents/techdraw_start.FCStd TopView TechDraw::DrawViewPart","key":"match","expected":true,"description":"TopView is DrawViewPart"},{"command":"check-object-type-count /home/user/Documents/techdraw_start.FCStd TechDraw::DrawViewDimension 1","key":"match","expected":true,"description":"Exactly one DrawViewDimension"}],"github_task_path":"task_generator/tasks/freecad_gap_techdraw_views_dims"} {"id":"freecad_modify_cylinder_dimensions","app":"freecad","task":"Modify the existing Part::Cylinder object named 'Cylinder' in /home/user/Documents/cylinder.FCStd. Change its Radius to 12 and its Height to 50. Then change the object's Label to exactly 'TallPipe'. Save the file.","env":{"files":[{"filename":"cylinder.FCStd","sandbox_path":"/home/user/Documents/cylinder.FCStd"}]},"verification":[{"command":"check-file-exists /home/user/Documents/cylinder.FCStd","key":"exists","expected":true,"description":"File exists"},{"command":"check-object-exists /home/user/Documents/cylinder.FCStd Cylinder","key":"exists","expected":true,"description":"Cylinder object exists"},{"command":"check-parameter-value /home/user/Documents/cylinder.FCStd Cylinder Radius 12","key":"match","expected":true,"description":"Cylinder Radius == 12"},{"command":"check-parameter-value /home/user/Documents/cylinder.FCStd Cylinder Height 50","key":"match","expected":true,"description":"Cylinder Height == 50"},{"command":"check-label /home/user/Documents/cylinder.FCStd Cylinder TallPipe","key":"match","expected":true,"description":"Cylinder Label == 'TallPipe'"}],"github_task_path":"task_generator/tasks/freecad_modify_cylinder_dimensions"} {"id":"freecad_multi_boolean_chain","app":"freecad","task":"In /home/user/Documents/chain.FCStd which contains a Part::Box named 'Box' (20x20x20), a Part::Cylinder named 'Cylinder' (Radius 5, Height 40), and a Part::Sphere named 'Sphere' (Radius 12), perform a multi-step Boolean operation chain. First, create a Part::Fuse by combining Box and Sphere. Then create a Part::Cut by cutting the newly created Fusion with Cylinder. The final document must contain 5 objects in total: the original Box, Cylinder, Sphere, plus 1 Part::Fuse and 1 Part::Cut. Save the file.","env":{"files":[{"filename":"chain.FCStd","sandbox_path":"/home/user/Documents/chain.FCStd"}]},"verification":[{"command":"check-file-exists /home/user/Documents/chain.FCStd","key":"exists","expected":true,"description":"File exists"},{"command":"check-object-exists /home/user/Documents/chain.FCStd Box","key":"exists","expected":true,"description":"Original Box still exists"},{"command":"check-object-exists /home/user/Documents/chain.FCStd Cylinder","key":"exists","expected":true,"description":"Original Cylinder still exists"},{"command":"check-object-exists /home/user/Documents/chain.FCStd Sphere","key":"exists","expected":true,"description":"Original Sphere still exists"},{"command":"check-object-count /home/user/Documents/chain.FCStd 5","key":"match","expected":true,"description":"Document has exactly 5 objects"},{"command":"check-object-type-count /home/user/Documents/chain.FCStd Part::Fuse 1","key":"match","expected":true,"description":"Exactly one Part::Fuse"},{"command":"check-object-type-count /home/user/Documents/chain.FCStd Part::Cut 1","key":"match","expected":true,"description":"Exactly one Part::Cut"}],"github_task_path":"task_generator/tasks/freecad_multi_boolean_chain"} {"id":"freecad_preferences_multi_tune","app":"freecad","task":"Configure multiple FreeCAD preferences in ~/.config/FreeCAD/user.cfg: (1) Set the Theme to exactly 'Dark', (2) Ensure auto-save is enabled and set its interval to 180 seconds, (3) Set the User system to 'Imperial from SI (in, in/s^2)' which corresponds to schema index 2.","env":{"files":[{"filename":"empty_prefs.FCStd","sandbox_path":"/home/user/Documents/empty_prefs.FCStd"}]},"verification":[{"command":"check-preference BaseApp/Preferences/General/ThemeName Dark","key":"match","expected":true,"description":"Theme set to Dark"},{"command":"check-preference BaseApp/Preferences/General/AutoSaveEnabled true","key":"match","expected":true,"description":"Auto-save enabled"},{"command":"check-preference BaseApp/Preferences/General/AutoSaveInterval 180","key":"match","expected":true,"description":"Auto-save interval == 180"},{"command":"check-preference BaseApp/Preferences/Units/UserSchema 2","key":"match","expected":true,"description":"Units schema set to 2 (Imperial from SI)"}],"github_task_path":"task_generator/tasks/freecad_preferences_multi_tune"} {"id":"freecad_rename_four_objects","app":"freecad","task":"FreeCAD is open with /home/user/Documents/parts_catalog.FCStd. The document contains four primitive objects whose internal names are 'Box', 'Cylinder', 'Sphere', and 'Cone'. Do not change the internal names, but update the Label property of each object so that the labels are exactly: Box -> 'BaseFrame', Cylinder -> 'AxleShaft', Sphere -> 'BallJoint', Cone -> 'Nozzle'. Leave the object count unchanged at 4. Save the file so the changes are written back to /home/user/Documents/parts_catalog.FCStd.","env":{"files":[{"filename":"parts_catalog.FCStd","sandbox_path":"/home/user/Documents/parts_catalog.FCStd"}]},"verification":[{"command":"check-file-exists /home/user/Documents/parts_catalog.FCStd","key":"exists","expected":true,"description":"File exists"},{"command":"check-object-count /home/user/Documents/parts_catalog.FCStd 4","key":"match","expected":true,"description":"Document still has exactly 4 objects"},{"command":"check-object-exists /home/user/Documents/parts_catalog.FCStd Box","key":"exists","expected":true,"description":"Box still exists"},{"command":"check-object-exists /home/user/Documents/parts_catalog.FCStd Cylinder","key":"exists","expected":true,"description":"Cylinder still exists"},{"command":"check-object-exists /home/user/Documents/parts_catalog.FCStd Sphere","key":"exists","expected":true,"description":"Sphere still exists"},{"command":"check-object-exists /home/user/Documents/parts_catalog.FCStd Cone","key":"exists","expected":true,"description":"Cone still exists"},{"command":"check-label /home/user/Documents/parts_catalog.FCStd Box BaseFrame","key":"match","expected":true,"description":"Box Label == 'BaseFrame'"},{"command":"check-label /home/user/Documents/parts_catalog.FCStd Cylinder AxleShaft","key":"match","expected":true,"description":"Cylinder Label == 'AxleShaft'"},{"command":"check-label /home/user/Documents/parts_catalog.FCStd Sphere BallJoint","key":"match","expected":true,"description":"Sphere Label == 'BallJoint'"},{"command":"check-label /home/user/Documents/parts_catalog.FCStd Cone Nozzle","key":"match","expected":true,"description":"Cone Label == 'Nozzle'"}],"github_task_path":"task_generator/tasks/freecad_rename_four_objects"} {"id":"freecad_set_theme_preference","app":"freecad","task":"Configure FreeCAD so that the theme is set to Dark and the auto-save interval is set to 120 seconds. Ensure the changes are saved to /home/user/.config/FreeCAD/user.cfg while preserving unrelated settings.","env":{"files":[{"filename":"empty.FCStd","sandbox_path":"/home/user/Documents/empty.FCStd"}]},"verification":[{"command":"check-preference BaseApp/Preferences/General/ThemeName Dark","key":"match","expected":true,"description":"Theme set to Dark"},{"command":"check-preference BaseApp/Preferences/General/AutoSaveInterval 120","key":"match","expected":true,"description":"AutoSaveInterval == 120"}],"github_task_path":"task_generator/tasks/freecad_set_theme_preference"} {"id":"freecad_sphere_stl_export_high_res","app":"freecad","task":"Export the Part::Sphere named 'Sphere' (Radius=30) from /home/user/Documents/ball.FCStd to an STL file at /home/user/exports/ball.stl. The resulting STL must have at least 200 triangles. Save the FCStd document after exporting.","env":{"files":[{"filename":"ball.FCStd","sandbox_path":"/home/user/Documents/ball.FCStd"}]},"verification":[{"command":"check-file-exists /home/user/Documents/ball.FCStd","key":"exists","expected":true,"description":"FCStd source still exists"},{"command":"check-file-exists /home/user/exports/ball.stl","key":"exists","expected":true,"description":"STL export exists"},{"command":"check-stl-min-triangles /home/user/exports/ball.stl 200","key":"match","expected":true,"description":"STL has >= 200 triangles"}],"github_task_path":"task_generator/tasks/freecad_sphere_stl_export_high_res"} {"id":"freecad_torus_parametric","app":"freecad","task":"Create a Part::Torus object named 'Torus' in the document at /home/user/Documents/ring.FCStd. Set Radius1=35, Radius2=8, Angle1=-90, Angle2=90, Angle3=180. Set its Label to 'DonutSlice'. Save the file.","env":{"files":[{"filename":"ring.FCStd","sandbox_path":"/home/user/Documents/ring.FCStd"}]},"verification":[{"command":"check-file-exists /home/user/Documents/ring.FCStd","key":"exists","expected":true,"description":"File exists"},{"command":"check-object-type-count /home/user/Documents/ring.FCStd Part::Torus 1","key":"match","expected":true,"description":"Exactly one Part::Torus object"},{"command":"check-parameter-value /home/user/Documents/ring.FCStd Torus Radius1 35","key":"match","expected":true,"description":"Torus Radius1 == 35"},{"command":"check-parameter-value /home/user/Documents/ring.FCStd Torus Radius2 8","key":"match","expected":true,"description":"Torus Radius2 == 8"},{"command":"check-parameter-value /home/user/Documents/ring.FCStd Torus Angle1 -90","key":"match","expected":true,"description":"Torus Angle1 == -90"},{"command":"check-parameter-value /home/user/Documents/ring.FCStd Torus Angle2 90","key":"match","expected":true,"description":"Torus Angle2 == 90"},{"command":"check-parameter-value /home/user/Documents/ring.FCStd Torus Angle3 180","key":"match","expected":true,"description":"Torus Angle3 == 180"},{"command":"check-label /home/user/Documents/ring.FCStd Torus DonutSlice","key":"match","expected":true,"description":"Torus Label == 'DonutSlice'"}],"github_task_path":"task_generator/tasks/freecad_torus_parametric"} {"id":"gimp_add_alpha_transparent","app":"gimp","task":"Open /home/user/Documents/icon_bg.png in GIMP. The image is 200x200 pixels with a solid white background and a red circle in the center (100px diameter). Add an alpha channel to the layer. Delete the white background to make it transparent. Export the result as /home/user/Documents/icon_transparent.png.","env":{"files":[{"filename":"icon_bg.png","sandbox_path":"/home/user/Documents/icon_bg.png"}]},"verification":[{"command":"check-file-exists /home/user/Documents/icon_transparent.png","key":"exists","expected":true,"description":"Exported transparent PNG file exists"},{"command":"check-file-mode /home/user/Documents/icon_transparent.png RGBA","key":"match","expected":true,"description":"Image has RGBA mode (alpha channel present)"},{"command":"check-file-dimensions /home/user/Documents/icon_transparent.png 200 200","key":"match","expected":true,"description":"Image dimensions are 200x200 pixels"}],"github_task_path":"task_generator/tasks/gimp_add_alpha_transparent"} {"id":"gimp_brightness_contrast","app":"gimp","task":"Increase the brightness of /home/user/Documents/dark_photo.png by +40, +60, and +80. Export three brightened images to /home/user/Documents/bright_photo1.png (+40 brightness), bright_photo2.png (+60 brightness), and bright_photo3.png (+80 brightness).","env":{"files":[{"filename":"dark_photo.png","sandbox_path":"/home/user/Documents/dark_photo.png"}]},"verification":[{"command":"check-file-exists /home/user/Documents/bright_photo1.png","key":"exists","expected":true,"description":"bright_photo1.png exists (+40 brightness)"},{"command":"check-file-exists /home/user/Documents/bright_photo2.png","key":"exists","expected":true,"description":"bright_photo2.png exists (+60 brightness)"},{"command":"check-file-exists /home/user/Documents/bright_photo3.png","key":"exists","expected":true,"description":"bright_photo3.png exists (+80 brightness)"},{"command":"check-file-format /home/user/Documents/bright_photo1.png PNG","key":"match","expected":true,"description":"bright_photo1.png is PNG format"},{"command":"check-file-format /home/user/Documents/bright_photo2.png PNG","key":"match","expected":true,"description":"bright_photo2.png is PNG format"},{"command":"check-file-format /home/user/Documents/bright_photo3.png PNG","key":"match","expected":true,"description":"bright_photo3.png is PNG format"},{"command":"check-pixel-color-file /home/user/Documents/bright_photo1.png 200 150 70 70 70 25","key":"match","expected":true,"description":"bright_photo1.png center pixel ~70 (brightness +40)"},{"command":"check-pixel-color-file /home/user/Documents/bright_photo2.png 200 150 90 90 90 25","key":"match","expected":true,"description":"bright_photo2.png center pixel ~90 (brightness +60)"},{"command":"check-pixel-color-file /home/user/Documents/bright_photo3.png 200 150 110 110 110 25","key":"match","expected":true,"description":"bright_photo3.png center pixel ~110 (brightness +80)"}],"github_task_path":"task_generator/tasks/gimp_brightness_contrast"} {"id":"gimp_composite_two_images_flatten","app":"gimp","task":"Open the base image /home/user/Documents/landscape_base.png (800x600 — sky blue on top, green ground on bottom) in GIMP. Open /home/user/Documents/logo_overlay.png (100x100 solid red) as a new layer on top of the base image and position it so its top-left corner sits at offset (20, 20) on the base canvas. Flatten the image into a single layer and export the result as a PNG file to /home/user/Documents/composite_final.png. The final image must still be 800x600 pixels.","env":{"files":[{"filename":"landscape_base.png","sandbox_path":"/home/user/Documents/landscape_base.png"},{"filename":"logo_overlay.png","sandbox_path":"/home/user/Documents/logo_overlay.png"}]},"verification":[{"command":"check-file-exists /home/user/Documents/composite_final.png","key":"exists","expected":true,"description":"Output PNG exists"},{"command":"check-file-format /home/user/Documents/composite_final.png PNG","key":"match","expected":true,"description":"Output is PNG format"},{"command":"check-file-dimensions /home/user/Documents/composite_final.png 800 600","key":"match","expected":true,"description":"Output dimensions are 800x600"},{"command":"check-pixel-color-file /home/user/Documents/composite_final.png 70 70 255 0 0 15","key":"match","expected":true,"description":"Pixel (70,70) inside pasted logo region is red"},{"command":"check-pixel-color-file /home/user/Documents/composite_final.png 500 100 135 206 235 15","key":"match","expected":true,"description":"Pixel (500,100) in untouched sky area is sky blue"},{"command":"check-pixel-color-file /home/user/Documents/composite_final.png 500 500 34 139 34 15","key":"match","expected":true,"description":"Pixel (500,500) in untouched ground area is green"}],"github_task_path":"task_generator/tasks/gimp_composite_two_images_flatten"} {"id":"gimp_crop_rotate_export","app":"gimp","task":"Crop the image to the top-left 400x300 region (starting at origin 0,0), rotate it 90 degrees clockwise, and export the result to /home/user/Documents/photo_cropped_rotated.png.","env":{"files":[{"filename":"photo.png","sandbox_path":"/home/user/Documents/photo.png"}]},"verification":[{"command":"check-file-exists /home/user/Documents/photo_cropped_rotated.png","key":"exists","expected":true,"description":"Output PNG file exists at /home/user/Documents/photo_cropped_rotated.png"},{"command":"check-file-dimensions /home/user/Documents/photo_cropped_rotated.png 300 400","key":"match","expected":true,"description":"Output image has dimensions 300x400 (400x300 crop rotated 90 degrees CW)"},{"command":"check-file-format /home/user/Documents/photo_cropped_rotated.png PNG","key":"match","expected":true,"description":"Output file is in PNG format"}],"github_task_path":"task_generator/tasks/gimp_crop_rotate_export"} {"id":"gimp_fill_bucket_background","app":"gimp","task":"An image is available at: /home/user/Documents/transparent_black_square.png. Open it in GIMP. Replace all transparent pixels with solid cyan (RGB 0,255,255) and save the result as: /home/user/Documents/cyan_bg.png. Preserve all non-transparent pixels exactly and keep the image dimensions unchanged.","env":{"files":[{"filename":"transparent_black_square.png","sandbox_path":"/home/user/Documents/transparent_black_square.png"}]},"verification":[{"command":"check-file-exists /home/user/Documents/cyan_bg.png","key":"exists","expected":true,"description":"Output PNG exists"},{"command":"check-file-format /home/user/Documents/cyan_bg.png PNG","key":"match","expected":true,"description":"Output is PNG format"},{"command":"check-file-dimensions /home/user/Documents/cyan_bg.png 400 400","key":"match","expected":true,"description":"Output dimensions are 400x400"},{"command":"check-pixel-color-file /home/user/Documents/cyan_bg.png 10 10 0 255 255 15","key":"match","expected":true,"description":"Corner pixel is cyan (was transparent)"},{"command":"check-pixel-color-file /home/user/Documents/cyan_bg.png 200 200 0 0 0 15","key":"match","expected":true,"description":"Center pixel is still black (inside the square)"},{"command":"check-pixel-color-file /home/user/Documents/cyan_bg.png 350 350 0 255 255 15","key":"match","expected":true,"description":"Opposite corner pixel is cyan"}],"github_task_path":"task_generator/tasks/gimp_fill_bucket_background"} {"id":"gimp_flip_both_directions","app":"gimp","task":"Perform two separate flip operations on different images:\n\n1. Flip /home/user/Documents/arrow.png horizontally and export the result to /home/user/Documents/flipped_horizontal.png.\n2. Flip /home/user/Documents/red_top_green_bottom.png vertically and export the result to /home/user/Documents/flipped_vertical.jpg.","env":{"files":[{"filename":"arrow.png","sandbox_path":"/home/user/Documents/arrow.png"},{"filename":"red_top_green_bottom.png","sandbox_path":"/home/user/Documents/red_top_green_bottom.png"}]},"verification":[{"command":"check-file-exists /home/user/Documents/flipped_horizontal.png","key":"exists","expected":true,"description":"Horizontally flipped PNG exists"},{"command":"check-file-exists /home/user/Documents/flipped_vertical.jpg","key":"exists","expected":true,"description":"Vertically flipped JPEG exists"},{"command":"check-file-dimensions /home/user/Documents/flipped_horizontal.png 400 200","key":"match","expected":true,"description":"Horizontal flip dimensions are 400x200 pixels"},{"command":"check-file-dimensions /home/user/Documents/flipped_vertical.jpg 400 400","key":"match","expected":true,"description":"Vertical flip dimensions are 400x400 pixels"},{"command":"check-pixel-color-file /home/user/Documents/flipped_horizontal.png 50 100 0 255 0","key":"match","expected":true,"description":"Horizontal flip: left side pixel is green (was red before)"},{"command":"check-pixel-color-file /home/user/Documents/flipped_horizontal.png 350 100 255 0 0","key":"match","expected":true,"description":"Horizontal flip: right side pixel is red (was green before)"},{"command":"check-pixel-color-file /home/user/Documents/flipped_vertical.jpg 200 50 0 255 0 15","key":"match","expected":true,"description":"Vertical flip: top half (y=50) is now green (flipped from bottom)"},{"command":"check-pixel-color-file /home/user/Documents/flipped_vertical.jpg 200 350 255 0 0 15","key":"match","expected":true,"description":"Vertical flip: bottom half (y=350) is now red (flipped from top)"}],"github_task_path":"task_generator/tasks/gimp_flip_both_directions"} {"id":"gimp_gap_alpha_channel_threshold_cutout","app":"gimp","task":"An image is available at: /home/user/Documents/silhouette.png. Open it in GIMP. Replace all white background pixels with transparency while preserving the black foreground shape unchanged. Save the result to: /home/user/Documents/cutout.png. The output must be a PNG image with an alpha channel.","env":{"files":[{"filename":"silhouette.png","sandbox_path":"/home/user/Documents/silhouette.png"}]},"verification":[{"command":"check-file-exists /home/user/Documents/cutout.png","key":"exists","expected":true,"description":"Output PNG exists"},{"command":"check-file-format /home/user/Documents/cutout.png PNG","key":"match","expected":true,"description":"Output is PNG"},{"command":"check-file-mode /home/user/Documents/cutout.png RGBA","key":"match","expected":true,"description":"Output has RGBA (alpha channel preserved)"},{"command":"check-file-dimensions /home/user/Documents/cutout.png 300 300","key":"match","expected":true,"description":"Output is 300x300"},{"command":"pixel-color-file /home/user/Documents/cutout.png 10 10","eval":"result.get('a', 255) < 30","description":"Former white corner is now fully transparent"},{"command":"pixel-color-file /home/user/Documents/cutout.png 150 150","eval":"result.get('a', 0) > 200","description":"Center of black star remains opaque"}],"github_task_path":"task_generator/tasks/gimp_gap_alpha_channel_threshold_cutout"} {"id":"gimp_gap_blend_mode_multiply_opacity","app":"gimp","task":"Open /home/user/Documents/photo_base.png in GIMP, then add /home/user/Documents/texture_overlay.png as a new layer on top of it. Set the top (texture) layer's blend mode to Multiply and its opacity to 60%. Flatten the image and export the final composite as a PNG to /home/user/Documents/multiply_result.png. The output must be 512x512 pixels.","env":{"files":[{"filename":"photo_base.png","sandbox_path":"/home/user/Documents/photo_base.png"},{"filename":"texture_overlay.png","sandbox_path":"/home/user/Documents/texture_overlay.png"}]},"verification":[{"command":"check-file-exists /home/user/Documents/multiply_result.png","key":"exists","expected":true,"description":"Output PNG exists"},{"command":"check-file-format /home/user/Documents/multiply_result.png PNG","key":"match","expected":true,"description":"Output is PNG"},{"command":"check-file-dimensions /home/user/Documents/multiply_result.png 512 512","key":"match","expected":true,"description":"Output is 512x512"},{"command":"pixel-color-file /home/user/Documents/multiply_result.png 256 256","eval":"result.get('r', 999) < 250 and result.get('g', 999) < 250","description":"Center pixel shows blend effect (not pure yellow/white from base) — R and G channels darkened by multiply"},{"command":"pixel-color-file /home/user/Documents/multiply_result.png 256 256","eval":"result.get('b', 0) < 220","description":"Center pixel blue channel still affected by multiply (not 255, not raw overlay either)"}],"github_task_path":"task_generator/tasks/gimp_gap_blend_mode_multiply_opacity"} {"id":"gimp_gap_layer_mask_gradient_reveal","app":"gimp","task":"Open /home/user/Documents/blue_bg.png in GIMP as the background layer. Add /home/user/Documents/red_fg.png as a new layer on top. Add a white layer mask to the red layer, then use the Gradient (Blend) tool to paint a left-to-right black-to-white linear gradient on that mask (black on the left edge, white on the right edge) so that the red fades into the blue across the image. Flatten and export the result as PNG to /home/user/Documents/mask_gradient.png. Output must be 400x300.","env":{"files":[{"filename":"blue_bg.png","sandbox_path":"/home/user/Documents/blue_bg.png"},{"filename":"red_fg.png","sandbox_path":"/home/user/Documents/red_fg.png"}]},"verification":[{"command":"check-file-exists /home/user/Documents/mask_gradient.png","key":"exists","expected":true,"description":"Output PNG exists"},{"command":"check-file-dimensions /home/user/Documents/mask_gradient.png 400 300","key":"match","expected":true,"description":"Output is 400x300"},{"command":"check-pixel-color-file /home/user/Documents/mask_gradient.png 5 150 0 0 255 20","key":"match","expected":true,"description":"Left edge reveals blue (mask fully hides red)"},{"command":"check-pixel-color-file /home/user/Documents/mask_gradient.png 395 150 255 0 0 20","key":"match","expected":true,"description":"Right edge shows red (mask fully reveals red)"},{"command":"pixel-color-file /home/user/Documents/mask_gradient.png 200 150","eval":"50 < result.get('r', 0) < 230 and 0 <= result.get('g', 255) < 50 and 30 < result.get('b', 0) < 230","description":"Midpoint is a blend of red and blue (not pure red or pure blue)"}],"github_task_path":"task_generator/tasks/gimp_gap_layer_mask_gradient_reveal"} {"id":"gimp_gap_linear_gradient_fill","app":"gimp","task":"In GIMP, create a new 500x500 RGB image. Set the foreground color to pure red (#FF0000) and the background color to pure blue (#0000FF). Use the Gradient (Blend) tool with the 'FG to BG (RGB)' gradient in Linear shape to paint a top-to-bottom gradient that starts red at the top edge and ends blue at the bottom edge. Flatten and export as PNG to /home/user/Documents/gradient.png.","env":{"files":[{"filename":"placeholder.png","sandbox_path":"/home/user/Documents/placeholder.png"}]},"verification":[{"command":"check-file-exists /home/user/Documents/gradient.png","key":"exists","expected":true,"description":"Output PNG exists"},{"command":"check-file-format /home/user/Documents/gradient.png PNG","key":"match","expected":true,"description":"Output is PNG"},{"command":"check-file-dimensions /home/user/Documents/gradient.png 500 500","key":"match","expected":true,"description":"Output is 500x500"},{"command":"pixel-color-file /home/user/Documents/gradient.png 250 5","eval":"result.get('r',0) > 200 and result.get('b',255) < 60","description":"Top row is predominantly red"},{"command":"pixel-color-file /home/user/Documents/gradient.png 250 495","eval":"result.get('b',0) > 200 and result.get('r',255) < 60","description":"Bottom row is predominantly blue"},{"command":"pixel-color-file /home/user/Documents/gradient.png 250 250","eval":"50 < result.get('r',0) < 220 and 50 < result.get('b',0) < 220","description":"Middle row is a mix of red and blue (blended)"}],"github_task_path":"task_generator/tasks/gimp_gap_linear_gradient_fill"} {"id":"gimp_gap_select_by_color_replace","app":"gimp","task":"Open /home/user/Documents/three_stripes.png (a 600x300 image with three vertical stripes — red, green, blue). Replace the green stripe with yellow(#FFFF00). Save the result as /home/user/Documents/color_replaced.png.","env":{"files":[{"filename":"three_stripes.png","sandbox_path":"/home/user/Documents/three_stripes.png"}]},"verification":[{"command":"check-file-exists /home/user/Documents/color_replaced.png","key":"exists","expected":true,"description":"Output PNG exists"},{"command":"check-file-dimensions /home/user/Documents/color_replaced.png 600 300","key":"match","expected":true,"description":"Output is 600x300"},{"command":"check-pixel-color-file /home/user/Documents/color_replaced.png 100 150 255 0 0 10","key":"match","expected":true,"description":"Red stripe unchanged"},{"command":"check-pixel-color-file /home/user/Documents/color_replaced.png 300 150 255 255 0 10","key":"match","expected":true,"description":"Green stripe now yellow"},{"command":"check-pixel-color-file /home/user/Documents/color_replaced.png 500 150 0 0 255 10","key":"match","expected":true,"description":"Blue stripe unchanged"}],"github_task_path":"task_generator/tasks/gimp_gap_select_by_color_replace"} {"id":"gimp_grayscale_export","app":"gimp","task":"Convert /home/user/Documents/colorful.png to grayscale and export to /home/user/Documents/colorful_gray.png.","env":{"files":[{"filename":"colorful.png","sandbox_path":"/home/user/Documents/colorful.png"}]},"verification":[{"command":"check-file-exists /home/user/Documents/colorful_gray.png","key":"exists","expected":true,"description":"Output grayscale PNG file exists at /home/user/Documents/colorful_gray.png"},{"command":"check-file-mode /home/user/Documents/colorful_gray.png L","key":"match","expected":true,"description":"Output image is in grayscale (L) mode"},{"command":"check-file-dimensions /home/user/Documents/colorful_gray.png 600 400","key":"match","expected":true,"description":"Output image maintains original dimensions 600x400"}],"github_task_path":"task_generator/tasks/gimp_grayscale_export"} {"id":"gimp_indexed_gif_export_16colors","app":"gimp","task":"Open /home/user/Documents/rainbow_gradient.png (500x300 rainbow gradient) in GIMP. Convert the image to INDEXED color mode with a maximum palette of 16 colors. Then export the result as a GIF file to /home/user/Documents/rainbow_indexed.gif. The output must remain 500x300 pixels.","env":{"files":[{"filename":"rainbow_gradient.png","sandbox_path":"/home/user/Documents/rainbow_gradient.png"}]},"verification":[{"command":"check-file-exists /home/user/Documents/rainbow_indexed.gif","key":"exists","expected":true,"description":"Output GIF exists"},{"command":"check-file-format /home/user/Documents/rainbow_indexed.gif GIF","key":"match","expected":true,"description":"Output file format is GIF"},{"command":"check-file-dimensions /home/user/Documents/rainbow_indexed.gif 500 300","key":"match","expected":true,"description":"Output dimensions are 500x300"},{"command":"check-file-mode /home/user/Documents/rainbow_indexed.gif P","key":"match","expected":true,"description":"Output file is palette-mode (indexed)"}],"github_task_path":"task_generator/tasks/gimp_indexed_gif_export_16colors"} {"id":"gimp_multi_format_export","app":"gimp","task":"Open the image /home/user/Documents/source.png in GIMP. Export the image in three different formats, maintaining the original 500x400 dimensions: (1) /home/user/Documents/output.jpg (JPEG), (2) /home/user/Documents/output.bmp (BMP), and (3) /home/user/Documents/output.tiff (TIFF).","env":{"files":[{"filename":"source.png","sandbox_path":"/home/user/Documents/source.png"}]},"verification":[{"command":"check-file-exists /home/user/Documents/output.jpg","key":"exists","expected":true,"description":"JPEG output file exists at /home/user/Documents/output.jpg"},{"command":"check-file-format /home/user/Documents/output.jpg JPEG","key":"match","expected":true,"description":"output.jpg is in JPEG format"},{"command":"check-file-dimensions /home/user/Documents/output.jpg 500 400","key":"match","expected":true,"description":"JPEG output maintains original 500x400 dimensions"},{"command":"check-file-exists /home/user/Documents/output.bmp","key":"exists","expected":true,"description":"BMP output file exists at /home/user/Documents/output.bmp"},{"command":"check-file-format /home/user/Documents/output.bmp BMP","key":"match","expected":true,"description":"output.bmp is in BMP format"},{"command":"check-file-exists /home/user/Documents/output.tiff","key":"exists","expected":true,"description":"TIFF output file exists at /home/user/Documents/output.tiff"},{"command":"check-file-format /home/user/Documents/output.tiff TIFF","key":"match","expected":true,"description":"output.tiff is in TIFF format"}],"github_task_path":"task_generator/tasks/gimp_multi_format_export"} {"id":"gimp_multi_output_format_mode","app":"gimp","task":"Open /home/user/Documents/source_multi.png (500x500 RGB image with four colored quadrants: red, green, blue, yellow) in GIMP. Export this image in three different formats with specific mode conversions: (1) As RGB PNG to /home/user/Documents/output_rgb.png, (2) Convert to grayscale mode then export as grayscale JPG to /home/user/Documents/output_gray.jpg, (3) Convert to indexed mode with 8 colors then export as GIF to /home/user/Documents/output_indexed.gif.","env":{"files":[{"filename":"source_multi.png","sandbox_path":"/home/user/Documents/source_multi.png"}]},"verification":[{"command":"check-file-exists /home/user/Documents/output_gray.jpg","key":"exists","expected":true,"description":"Grayscale JPEG exists"},{"command":"check-file-format /home/user/Documents/output_gray.jpg JPEG","key":"match","expected":true,"description":"output_gray.jpg is JPEG format"},{"command":"check-file-dimensions /home/user/Documents/output_gray.jpg 500 500","key":"match","expected":true,"description":"output_gray.jpg is 500x500"},{"command":"check-file-mode /home/user/Documents/output_gray.jpg L","key":"match","expected":true,"description":"output_gray.jpg is grayscale (mode L)"},{"command":"check-file-exists /home/user/Documents/output_rgb.png","key":"exists","expected":true,"description":"Indexed GIF exists"},{"command":"check-file-format /home/user/Documents/output_indexed.gif GIF","key":"match","expected":true,"description":"output_indexed.gif is GIF format"}],"github_task_path":"task_generator/tasks/gimp_multi_output_format_mode"} {"id":"gimp_rotate_180_tiff_export","app":"gimp","task":"Rotate /home/user/Documents/quadrants.png 180 degrees and export the result to /home/user/Documents/quadrants_rotated.tiff.","env":{"files":[{"filename":"quadrants.png","sandbox_path":"/home/user/Documents/quadrants.png"}]},"verification":[{"command":"check-file-exists /home/user/Documents/quadrants_rotated.tiff","key":"exists","expected":true,"description":"Output TIFF exists"},{"command":"check-file-format /home/user/Documents/quadrants_rotated.tiff TIFF","key":"match","expected":true,"description":"Output file is TIFF format"},{"command":"check-file-dimensions /home/user/Documents/quadrants_rotated.tiff 400 400","key":"match","expected":true,"description":"Output dimensions are 400x400"},{"command":"check-pixel-color-file /home/user/Documents/quadrants_rotated.tiff 50 50 255 255 0 15","key":"match","expected":true,"description":"Pixel (50,50) is now yellow (was bottom-right before 180 rotation)"},{"command":"check-pixel-color-file /home/user/Documents/quadrants_rotated.tiff 350 350 255 0 0 15","key":"match","expected":true,"description":"Pixel (350,350) is now red (was top-left before 180 rotation)"},{"command":"check-pixel-color-file /home/user/Documents/quadrants_rotated.tiff 50 350 0 255 0 15","key":"match","expected":true,"description":"Pixel (50,350) is now green (was top-right before 180 rotation)"}],"github_task_path":"task_generator/tasks/gimp_rotate_180_tiff_export"} {"id":"gimp_scale_thumbnail_webp","app":"gimp","task":"Scale /home/user/Documents/big_photo.png down to 300x200 pixels and export as WebP to /home/user/Documents/thumb.webp.","env":{"files":[{"filename":"big_photo.png","sandbox_path":"/home/user/Documents/big_photo.png"}]},"verification":[{"command":"check-file-exists /home/user/Documents/thumb.webp","key":"exists","expected":true,"description":"Thumbnail WebP exists"},{"command":"check-file-format /home/user/Documents/thumb.webp WEBP","key":"match","expected":true,"description":"Output is WEBP format"},{"command":"check-file-dimensions /home/user/Documents/thumb.webp 300 200","key":"match","expected":true,"description":"Thumbnail dimensions are 300x200"}],"github_task_path":"task_generator/tasks/gimp_scale_thumbnail_webp"} {"id":"gimp_threshold_black_white","app":"gimp","task":"Apply a threshold filter to /home/user/Documents/gradient.png to convert it to pure black and white (threshold value: 128). Export to /home/user/Documents/threshold_result.png (400x200).","env":{"files":[{"filename":"gradient.png","sandbox_path":"/home/user/Documents/gradient.png"}]},"verification":[{"command":"check-file-exists /home/user/Documents/threshold_result.png","key":"exists","expected":true,"description":"Exported threshold result PNG file exists"},{"command":"check-file-dimensions /home/user/Documents/threshold_result.png 400 200","key":"match","expected":true,"description":"Image dimensions are 400x200 pixels"},{"command":"check-pixel-color-file /home/user/Documents/threshold_result.png 50 100 0 0 0","key":"match","expected":true,"description":"Left side pixel is pure black (below threshold)"},{"command":"check-pixel-color-file /home/user/Documents/threshold_result.png 350 100 255 255 255","key":"match","expected":true,"description":"Right side pixel is pure white (above threshold)"}],"github_task_path":"task_generator/tasks/gimp_threshold_black_white"} {"id":"gimp_webp_export_preserve_alpha","app":"gimp","task":"Open /home/user/Documents/icon_rgba.png (256x256 RGBA — a solid yellow filled circle on a transparent background) in GIMP. Export the image as a WebP file at /home/user/Documents/icon_export.webp, preserving the RGBA alpha channel and the original 256x256 dimensions.","env":{"files":[{"filename":"icon_rgba.png","sandbox_path":"/home/user/Documents/icon_rgba.png"}]},"verification":[{"command":"check-file-exists /home/user/Documents/icon_export.webp","key":"exists","expected":true,"description":"Output WebP exists"},{"command":"check-file-format /home/user/Documents/icon_export.webp WEBP","key":"match","expected":true,"description":"Output file is WEBP format"},{"command":"check-file-dimensions /home/user/Documents/icon_export.webp 256 256","key":"match","expected":true,"description":"Output dimensions are 256x256"},{"command":"check-file-mode /home/user/Documents/icon_export.webp RGBA","key":"match","expected":true,"description":"Output preserves RGBA alpha channel"},{"command":"check-pixel-color-file /home/user/Documents/icon_export.webp 128 128 255 255 0 20","key":"match","expected":true,"description":"Center pixel (128,128) is yellow"}],"github_task_path":"task_generator/tasks/gimp_webp_export_preserve_alpha"} {"id":"godot4_add_autoload_singleton","app":"godot4","task":"Edit /home/user/godot_projects/autoload_game/project.godot. Add an [autoload] section (if it does not exist) and add an entry named GameState pointing to the script res://scripts/game_state.gd. The entry should look exactly like:\n\n[autoload]\n\nGameState=\"*res://scripts/game_state.gd\"\n\n(the leading '*' is Godot's convention for enabled autoloads). Save the file. The script at /home/user/godot_projects/autoload_game/scripts/game_state.gd already exists.","env":{"files":[{"filename":"project.godot","sandbox_path":"/home/user/godot_projects/autoload_game/project.godot"},{"filename":"main.tscn","sandbox_path":"/home/user/godot_projects/autoload_game/main.tscn"},{"filename":"scripts/game_state.gd","sandbox_path":"/home/user/godot_projects/autoload_game/scripts/game_state.gd"},{"filename":"icon.svg","sandbox_path":"/home/user/godot_projects/autoload_game/icon.svg"}]},"verification":[{"command":"check-autoload /home/user/godot_projects/autoload_game/project.godot GameState","key":"exists","expected":true,"description":"GameState autoload exists"},{"command":"file-exists /home/user/godot_projects/autoload_game/scripts/game_state.gd","key":"exists","expected":true,"description":"Referenced script still exists"},{"command":"check-project-setting /home/user/godot_projects/autoload_game/project.godot autoload/GameState '\"*res://scripts/game_state.gd\"'","key":"match","expected":true,"description":"Autoload path matches expected"}],"github_task_path":"task_generator/tasks/godot4_add_autoload_singleton"} {"id":"godot4_add_input_action_jump","app":"godot4","task":"Edit /home/user/godot_projects/platformer/project.godot. Inside the existing [input] section, add a new input action named jump bound to the Space key. You can copy the format of the existing move_left/move_right entries and use the SPACE key. The SPACE key's physical_keycode value in Godot 4 is 32. An example entry you can use is:\n\njump={\n\"deadzone\": 0.5,\n\"events\": [Object(InputEventKey,\"device\":-1,\"keycode\":0,\"physical_keycode\":32,\"unicode\":32,\"echo\":false)\n]\n}\n\nSave the file.","env":{"files":[{"filename":"project.godot","sandbox_path":"/home/user/godot_projects/platformer/project.godot"},{"filename":"main.tscn","sandbox_path":"/home/user/godot_projects/platformer/main.tscn"},{"filename":"icon.svg","sandbox_path":"/home/user/godot_projects/platformer/icon.svg"}]},"verification":[{"command":"check-input-action /home/user/godot_projects/platformer/project.godot jump","key":"exists","expected":true,"description":"jump action exists"},{"command":"check-input-action-key /home/user/godot_projects/platformer/project.godot jump SPACE","key":"match","expected":true,"description":"jump action bound to SPACE"},{"command":"check-input-action /home/user/godot_projects/platformer/project.godot move_left","key":"exists","expected":true,"description":"existing move_left still present"}],"github_task_path":"task_generator/tasks/godot4_add_input_action_jump"} {"id":"godot4_add_label_node_to_scene","app":"godot4","task":"Edit the Godot 4 scene file at /home/user/godot_projects/ui_game/main.tscn. The scene currently contains only a root Node2D named Main. Add a new child node under Main with name=\"ScoreLabel\", type=\"Label\", and property text=\"Score: 0\". In a .tscn file this looks like:\n\n[node name=\"ScoreLabel\" type=\"Label\" parent=\".\"]\ntext = \"Score: 0\"\n\nSave the file.","env":{"files":[{"filename":"project.godot","sandbox_path":"/home/user/godot_projects/ui_game/project.godot"},{"filename":"main.tscn","sandbox_path":"/home/user/godot_projects/ui_game/main.tscn"},{"filename":"icon.svg","sandbox_path":"/home/user/godot_projects/ui_game/icon.svg"}]},"verification":[{"command":"check-node-exists /home/user/godot_projects/ui_game/main.tscn ScoreLabel","key":"exists","expected":true,"description":"ScoreLabel node exists"},{"command":"check-node-type /home/user/godot_projects/ui_game/main.tscn ScoreLabel Label","key":"match","expected":true,"description":"ScoreLabel is a Label"},{"command":"check-node-parent /home/user/godot_projects/ui_game/main.tscn ScoreLabel .","key":"match","expected":true,"description":"ScoreLabel parent is root"},{"command":"check-node-property /home/user/godot_projects/ui_game/main.tscn ScoreLabel text '\"Score: 0\"'","key":"match","expected":true,"description":"ScoreLabel text is 'Score: 0'"}],"github_task_path":"task_generator/tasks/godot4_add_label_node_to_scene"} {"id":"godot4_attach_script_to_node","app":"godot4","task":"Edit /home/user/godot_projects/script_game/main.tscn so that the Player node has the script res://scripts/player.gd attached. You must add an ext_resource line near the top of the file and reference it from the Player node's script property. The final main.tscn should include:\n\n[ext_resource type=\"Script\" path=\"res://scripts/player.gd\" id=\"1_player\"]\n\n...and the Player node block should contain:\nscript = ExtResource(\"1_player\")\n\nSave the file. Do not modify the player.gd script itself.","env":{"files":[{"filename":"project.godot","sandbox_path":"/home/user/godot_projects/script_game/project.godot"},{"filename":"main.tscn","sandbox_path":"/home/user/godot_projects/script_game/main.tscn"},{"filename":"scripts/player.gd","sandbox_path":"/home/user/godot_projects/script_game/scripts/player.gd"},{"filename":"icon.svg","sandbox_path":"/home/user/godot_projects/script_game/icon.svg"}]},"verification":[{"command":"check-scene-has-script /home/user/godot_projects/script_game/main.tscn player.gd","key":"found","expected":true,"description":"Scene has player.gd as ext_resource"},{"command":"check-node-exists /home/user/godot_projects/script_game/main.tscn Player","key":"exists","expected":true,"description":"Player node still exists"},{"command":"check-file-contains /home/user/godot_projects/script_game/main.tscn ExtResource","key":"contains","expected":true,"description":"Scene references ExtResource"},{"command":"check-script-class-name /home/user/godot_projects/script_game/scripts/player.gd Player","key":"match","expected":true,"description":"player.gd class_name preserved"}],"github_task_path":"task_generator/tasks/godot4_attach_script_to_node"} {"id":"godot4_build_three_node_scene","app":"godot4","task":"Edit /home/user/godot_projects/build_scene_game/main.tscn. The scene currently contains only a root Node2D named Main. Add three new child nodes under Main:\n\n1. A Sprite2D named Icon (parent=\".\")\n2. A Label named Title (parent=\".\") with property text=\"Welcome\"\n3. A Timer named Spawner (parent=\".\") with property wait_time=2.0\n\nEach node should be a [node ...] block in the .tscn file. After your edits, the scene must have exactly 4 nodes total (Main + Icon + Title + Spawner). Save the file.","env":{"files":[{"filename":"project.godot","sandbox_path":"/home/user/godot_projects/build_scene_game/project.godot"},{"filename":"main.tscn","sandbox_path":"/home/user/godot_projects/build_scene_game/main.tscn"},{"filename":"icon.svg","sandbox_path":"/home/user/godot_projects/build_scene_game/icon.svg"}]},"verification":[{"command":"check-node-exists /home/user/godot_projects/build_scene_game/main.tscn Icon","key":"exists","expected":true,"description":"Icon node exists"},{"command":"check-node-type /home/user/godot_projects/build_scene_game/main.tscn Icon Sprite2D","key":"match","expected":true,"description":"Icon type is Sprite2D"},{"command":"check-node-exists /home/user/godot_projects/build_scene_game/main.tscn Title","key":"exists","expected":true,"description":"Title node exists"},{"command":"check-node-type /home/user/godot_projects/build_scene_game/main.tscn Title Label","key":"match","expected":true,"description":"Title type is Label"},{"command":"check-node-property /home/user/godot_projects/build_scene_game/main.tscn Title text '\"Welcome\"'","key":"match","expected":true,"description":"Title text is Welcome"},{"command":"check-node-exists /home/user/godot_projects/build_scene_game/main.tscn Spawner","key":"exists","expected":true,"description":"Spawner node exists"},{"command":"check-node-type /home/user/godot_projects/build_scene_game/main.tscn Spawner Timer","key":"match","expected":true,"description":"Spawner type is Timer"},{"command":"check-node-property /home/user/godot_projects/build_scene_game/main.tscn Spawner wait_time 2.0","key":"match","expected":true,"description":"Spawner wait_time is 2.0"},{"command":"check-node-count /home/user/godot_projects/build_scene_game/main.tscn 4","key":"match","expected":true,"description":"Scene has exactly 4 nodes"}],"github_task_path":"task_generator/tasks/godot4_build_three_node_scene"} {"id":"godot4_configure_physics_2d","app":"godot4","task":"Edit /home/user/godot_projects/physics_game/project.godot. Make these changes in the INI-like text: (1) change the [application] section so that config/name is exactly \"Gravity Game\"; (2) add a [physics] section (if missing) and set the following keys: physics/2d/default_gravity=1200, physics/2d/default_gravity_vector=Vector2(0, 1), and physics/2d/sleep_threshold_linear=2.5. Leave the rest of the file intact and save. You can edit the file in gedit or Sublime Text.","env":{"files":[{"filename":"project.godot","sandbox_path":"/home/user/godot_projects/physics_game/project.godot"},{"filename":"main.tscn","sandbox_path":"/home/user/godot_projects/physics_game/main.tscn"},{"filename":"icon.svg","sandbox_path":"/home/user/godot_projects/physics_game/icon.svg"}]},"verification":[{"command":"file-exists /home/user/godot_projects/physics_game/project.godot","key":"exists","expected":true,"description":"project.godot still exists"},{"command":"check-project-setting /home/user/godot_projects/physics_game/project.godot application/config/name '\"Gravity Game\"'","key":"match","expected":true,"description":"config/name is 'Gravity Game'"},{"command":"check-project-setting /home/user/godot_projects/physics_game/project.godot physics/2d/default_gravity 1200","key":"match","expected":true,"description":"2D default gravity is 1200"},{"command":"check-project-setting /home/user/godot_projects/physics_game/project.godot physics/2d/default_gravity_vector 'Vector2(0, 1)'","key":"match","expected":true,"description":"Gravity vector is Vector2(0, 1)"},{"command":"check-project-setting /home/user/godot_projects/physics_game/project.godot physics/2d/sleep_threshold_linear 2.5","key":"match","expected":true,"description":"Sleep threshold linear is 2.5"}],"github_task_path":"task_generator/tasks/godot4_configure_physics_2d"} {"id":"godot4_full_enemy_controller","app":"godot4","task":"Create an EnemyController class in /home/user/godot_projects/enemy_ctrl_game/scripts/enemy_controller.gd with class_name EnemyController extending CharacterBody2D. Declare died and health_changed signals, @export variables (max_hp: int = 100, speed: float = 120.0, damage: int = 10), and implement take_damage(amount: int), heal(amount: int), and _physics_process(delta: float) functions. The file should contain a valid GDScript class with all specified members.","env":{"files":[{"filename":"project.godot","sandbox_path":"/home/user/godot_projects/enemy_ctrl_game/project.godot"},{"filename":"main.tscn","sandbox_path":"/home/user/godot_projects/enemy_ctrl_game/main.tscn"},{"filename":"scripts/enemy_controller.gd","sandbox_path":"/home/user/godot_projects/enemy_ctrl_game/scripts/enemy_controller.gd"},{"filename":"icon.svg","sandbox_path":"/home/user/godot_projects/enemy_ctrl_game/icon.svg"}]},"verification":[{"command":"check-script-class-name /home/user/godot_projects/enemy_ctrl_game/scripts/enemy_controller.gd EnemyController","key":"match","expected":true,"description":"class_name is EnemyController"},{"command":"check-script-extends /home/user/godot_projects/enemy_ctrl_game/scripts/enemy_controller.gd CharacterBody2D","key":"match","expected":true,"description":"extends CharacterBody2D"},{"command":"check-script-signal /home/user/godot_projects/enemy_ctrl_game/scripts/enemy_controller.gd died","key":"exists","expected":true,"description":"died signal declared"},{"command":"check-script-signal /home/user/godot_projects/enemy_ctrl_game/scripts/enemy_controller.gd health_changed","key":"exists","expected":true,"description":"health_changed signal declared"},{"command":"check-script-export /home/user/godot_projects/enemy_ctrl_game/scripts/enemy_controller.gd max_hp","key":"exists","expected":true,"description":"@export max_hp declared"},{"command":"check-script-export /home/user/godot_projects/enemy_ctrl_game/scripts/enemy_controller.gd speed","key":"exists","expected":true,"description":"@export speed declared"},{"command":"check-script-export /home/user/godot_projects/enemy_ctrl_game/scripts/enemy_controller.gd damage","key":"exists","expected":true,"description":"@export damage declared"},{"command":"check-script-func /home/user/godot_projects/enemy_ctrl_game/scripts/enemy_controller.gd take_damage","key":"exists","expected":true,"description":"take_damage function exists"},{"command":"check-script-func /home/user/godot_projects/enemy_ctrl_game/scripts/enemy_controller.gd heal","key":"exists","expected":true,"description":"heal function exists"},{"command":"check-script-func /home/user/godot_projects/enemy_ctrl_game/scripts/enemy_controller.gd _physics_process","key":"exists","expected":true,"description":"_physics_process function exists"}],"github_task_path":"task_generator/tasks/godot4_full_enemy_controller"} {"id":"godot4_gap_audio_buses_layout","app":"godot4","task":"Edit /home/user/godot_projects/audio_bus_game/default_bus_layout.tres. It currently contains only the Master bus. Extend the [resource] section so the layout contains three buses:\n\n- bus 0: Master (already present)\n- bus 1: name=\"Music\", send=\"Master\", volume_db=-6.0, solo/mute/bypass_fx all false\n- bus 2: name=\"SFX\", send=\"Master\", volume_db=0.0, solo/mute/bypass_fx all false\n\nAlso attach an AudioEffectReverb to the Music bus. Add an [sub_resource type=\"AudioEffectReverb\" id=\"MusicReverb\"] block that sets wet = 0.3, and in [resource] assign:\n\nbus/1/effect/0/effect = SubResource(\"MusicReverb\")\nbus/1/effect/0/enabled = true\n\nKeep gd_resource type=\"AudioBusLayout\" in the header. Save the file.","env":{"files":[{"filename":"project.godot","sandbox_path":"/home/user/godot_projects/audio_bus_game/project.godot"},{"filename":"main.tscn","sandbox_path":"/home/user/godot_projects/audio_bus_game/main.tscn"},{"filename":"default_bus_layout.tres","sandbox_path":"/home/user/godot_projects/audio_bus_game/default_bus_layout.tres"},{"filename":"icon.svg","sandbox_path":"/home/user/godot_projects/audio_bus_game/icon.svg"}]},"verification":[{"command":"check-resource-type /home/user/godot_projects/audio_bus_game/default_bus_layout.tres AudioBusLayout","key":"match","expected":true,"description":"resource is AudioBusLayout"},{"command":"check-resource-property /home/user/godot_projects/audio_bus_game/default_bus_layout.tres bus/1/name '\"Music\"'","key":"match","expected":true,"description":"bus 1 is Music"},{"command":"check-resource-property /home/user/godot_projects/audio_bus_game/default_bus_layout.tres bus/1/send '\"Master\"'","key":"match","expected":true,"description":"Music bus sends to Master"},{"command":"check-resource-property /home/user/godot_projects/audio_bus_game/default_bus_layout.tres bus/1/volume_db -6.0","key":"match","expected":true,"description":"Music volume_db -6.0"},{"command":"check-resource-property /home/user/godot_projects/audio_bus_game/default_bus_layout.tres bus/2/name '\"SFX\"'","key":"match","expected":true,"description":"bus 2 is SFX"},{"command":"check-resource-property /home/user/godot_projects/audio_bus_game/default_bus_layout.tres bus/2/send '\"Master\"'","key":"match","expected":true,"description":"SFX bus sends to Master"},{"command":"check-file-contains /home/user/godot_projects/audio_bus_game/default_bus_layout.tres AudioEffectReverb","key":"contains","expected":true,"description":"reverb sub_resource present"},{"command":"check-file-contains /home/user/godot_projects/audio_bus_game/default_bus_layout.tres wet","key":"contains","expected":true,"description":"wet property present on reverb"},{"command":"check-file-contains /home/user/godot_projects/audio_bus_game/default_bus_layout.tres 0.3","key":"contains","expected":true,"description":"wet value 0.3 present"},{"command":"check-file-contains /home/user/godot_projects/audio_bus_game/default_bus_layout.tres bus/1/effect/0/effect","key":"contains","expected":true,"description":"Music bus effect slot 0 assigned"}],"github_task_path":"task_generator/tasks/godot4_gap_audio_buses_layout"} {"id":"godot4_gap_canvas_item_shader","app":"godot4","task":"Replace the contents of /home/user/godot_projects/shader_game/scripts/grayscale.gdshader with a valid Godot 4 canvas_item shader that samples the input texture at UV and converts the color to grayscale using luminance weights (0.299, 0.587, 0.114).\n\nThe shader must include all of these exactly:\n\nshader_type canvas_item;\n\nvoid fragment() {\n\tvec4 c = texture(TEXTURE, UV);\n\tfloat gray = c.r * 0.299 + c.g * 0.587 + c.b * 0.114;\n\tCOLOR = vec4(gray, gray, gray, c.a);\n}\n\nSave the file.","env":{"files":[{"filename":"project.godot","sandbox_path":"/home/user/godot_projects/shader_game/project.godot"},{"filename":"main.tscn","sandbox_path":"/home/user/godot_projects/shader_game/main.tscn"},{"filename":"scripts/grayscale.gdshader","sandbox_path":"/home/user/godot_projects/shader_game/scripts/grayscale.gdshader"},{"filename":"icon.svg","sandbox_path":"/home/user/godot_projects/shader_game/icon.svg"}]},"verification":[{"command":"file-exists /home/user/godot_projects/shader_game/scripts/grayscale.gdshader","key":"exists","expected":true,"description":"shader file exists"},{"command":"check-file-contains /home/user/godot_projects/shader_game/scripts/grayscale.gdshader shader_type","key":"contains","expected":true,"description":"shader_type declared"},{"command":"check-file-contains /home/user/godot_projects/shader_game/scripts/grayscale.gdshader canvas_item","key":"contains","expected":true,"description":"shader is canvas_item"},{"command":"check-file-contains /home/user/godot_projects/shader_game/scripts/grayscale.gdshader void","key":"contains","expected":true,"description":"function body present"},{"command":"check-file-contains /home/user/godot_projects/shader_game/scripts/grayscale.gdshader fragment","key":"contains","expected":true,"description":"fragment function"},{"command":"check-file-contains /home/user/godot_projects/shader_game/scripts/grayscale.gdshader TEXTURE","key":"contains","expected":true,"description":"samples TEXTURE"},{"command":"check-file-contains /home/user/godot_projects/shader_game/scripts/grayscale.gdshader 0.299","key":"contains","expected":true,"description":"red luminance weight"},{"command":"check-file-contains /home/user/godot_projects/shader_game/scripts/grayscale.gdshader 0.587","key":"contains","expected":true,"description":"green luminance weight"},{"command":"check-file-contains /home/user/godot_projects/shader_game/scripts/grayscale.gdshader 0.114","key":"contains","expected":true,"description":"blue luminance weight"},{"command":"check-file-contains /home/user/godot_projects/shader_game/scripts/grayscale.gdshader COLOR","key":"contains","expected":true,"description":"writes COLOR"}],"github_task_path":"task_generator/tasks/godot4_gap_canvas_item_shader"} {"id":"godot4_gap_export_preset_linux","app":"godot4","task":"Edit /home/user/godot_projects/export_linux_game/export_presets.cfg. It currently only contains a comment. Turn it into a valid Godot export_presets.cfg with a single Linux/X11 preset. The file must contain at minimum the following block:\n\n[preset.0]\n\nname=\"Linux\"\nplatform=\"Linux/X11\"\nrunnable=true\ncustom_features=\"\"\nexport_filter=\"all_resources\"\ninclude_filter=\"\"\nexclude_filter=\"\"\nexport_path=\"build/game.x86_64\"\nencryption_include_filters=\"\"\nencryption_exclude_filters=\"\"\nencrypt_pck=false\nencrypt_directory=false\n\n[preset.0.options]\n\nbinary_format/embed_pck=false\n\nSave the file.","env":{"files":[{"filename":"project.godot","sandbox_path":"/home/user/godot_projects/export_linux_game/project.godot"},{"filename":"main.tscn","sandbox_path":"/home/user/godot_projects/export_linux_game/main.tscn"},{"filename":"export_presets.cfg","sandbox_path":"/home/user/godot_projects/export_linux_game/export_presets.cfg"},{"filename":"icon.svg","sandbox_path":"/home/user/godot_projects/export_linux_game/icon.svg"}]},"verification":[{"command":"file-exists /home/user/godot_projects/export_linux_game/export_presets.cfg","key":"exists","expected":true,"description":"export_presets.cfg exists"},{"command":"check-file-contains /home/user/godot_projects/export_linux_game/export_presets.cfg preset.0","key":"contains","expected":true,"description":"preset.0 section present"},{"command":"check-file-contains /home/user/godot_projects/export_linux_game/export_presets.cfg \"Linux\"","key":"contains","expected":true,"description":"preset name Linux present"},{"command":"check-file-contains /home/user/godot_projects/export_linux_game/export_presets.cfg Linux/X11","key":"contains","expected":true,"description":"platform Linux/X11 present"},{"command":"check-file-contains /home/user/godot_projects/export_linux_game/export_presets.cfg runnable","key":"contains","expected":true,"description":"runnable flag present"},{"command":"check-file-contains /home/user/godot_projects/export_linux_game/export_presets.cfg build/game.x86_64","key":"contains","expected":true,"description":"export_path references build/game.x86_64"},{"command":"check-file-contains /home/user/godot_projects/export_linux_game/export_presets.cfg preset.0.options","key":"contains","expected":true,"description":"preset.0.options section present"}],"github_task_path":"task_generator/tasks/godot4_gap_export_preset_linux"} {"id":"godot4_implement_gdscript_class","app":"godot4","task":"Open /home/user/godot_projects/class_game/scripts/enemy.gd. It is currently an empty stub. Replace its contents with a valid GDScript class that satisfies all of the following:\n\n1. Declares class_name Enemy\n2. extends CharacterBody2D\n3. Declares a signal named died\n4. Has an @export var max_health: int = 100\n5. Defines a function named take_damage that takes one parameter amount: int\n\nAn example implementation:\n\nclass_name Enemy\nextends CharacterBody2D\n\nsignal died\n\n@export var max_health: int = 100\n\nvar current_health: int = max_health\n\nfunc take_damage(amount: int):\n\tcurrent_health -= amount\n\tif current_health <= 0:\n\t\tdied.emit()\n\nSave the file.","env":{"files":[{"filename":"project.godot","sandbox_path":"/home/user/godot_projects/class_game/project.godot"},{"filename":"main.tscn","sandbox_path":"/home/user/godot_projects/class_game/main.tscn"},{"filename":"scripts/enemy.gd","sandbox_path":"/home/user/godot_projects/class_game/scripts/enemy.gd"},{"filename":"icon.svg","sandbox_path":"/home/user/godot_projects/class_game/icon.svg"}]},"verification":[{"command":"check-script-class-name /home/user/godot_projects/class_game/scripts/enemy.gd Enemy","key":"match","expected":true,"description":"class_name is Enemy"},{"command":"check-script-extends /home/user/godot_projects/class_game/scripts/enemy.gd CharacterBody2D","key":"match","expected":true,"description":"extends CharacterBody2D"},{"command":"check-script-export /home/user/godot_projects/class_game/scripts/enemy.gd max_health","key":"exists","expected":true,"description":"@export var max_health exists"},{"command":"check-script-func /home/user/godot_projects/class_game/scripts/enemy.gd take_damage","key":"exists","expected":true,"description":"take_damage function exists"},{"command":"check-script-signal /home/user/godot_projects/class_game/scripts/enemy.gd died","key":"exists","expected":true,"description":"died signal exists"}],"github_task_path":"task_generator/tasks/godot4_implement_gdscript_class"} {"id":"godot4_input_actions_and_display","app":"godot4","task":"Edit /home/user/godot_projects/combo_game/project.godot. Set application/config/name=\"Combo Game\". Add a [display] section with window/size/viewport_width=1024 and window/size/viewport_height=768. Add an [input] section with pause action bound to ESCAPE and screenshot action bound to F2. Save the file.","env":{"files":[{"filename":"project.godot","sandbox_path":"/home/user/godot_projects/combo_game/project.godot"},{"filename":"main.tscn","sandbox_path":"/home/user/godot_projects/combo_game/main.tscn"},{"filename":"icon.svg","sandbox_path":"/home/user/godot_projects/combo_game/icon.svg"}]},"verification":[{"command":"check-project-setting /home/user/godot_projects/combo_game/project.godot application/config/name '\"Combo Game\"'","key":"match","expected":true,"description":"config/name is 'Combo Game'"},{"command":"check-project-setting /home/user/godot_projects/combo_game/project.godot display/window/size/viewport_width 1024","key":"match","expected":true,"description":"viewport_width is 1024"},{"command":"check-project-setting /home/user/godot_projects/combo_game/project.godot display/window/size/viewport_height 768","key":"match","expected":true,"description":"viewport_height is 768"},{"command":"check-input-action /home/user/godot_projects/combo_game/project.godot pause","key":"exists","expected":true,"description":"pause action added"},{"command":"check-input-action-key /home/user/godot_projects/combo_game/project.godot pause ESCAPE","key":"match","expected":true,"description":"pause bound to ESCAPE"},{"command":"check-input-action /home/user/godot_projects/combo_game/project.godot screenshot","key":"exists","expected":true,"description":"screenshot action added"},{"command":"check-input-action-key /home/user/godot_projects/combo_game/project.godot screenshot F2","key":"match","expected":true,"description":"screenshot bound to F2"}],"github_task_path":"task_generator/tasks/godot4_input_actions_and_display"} {"id":"godot4_input_map_four_actions","app":"godot4","task":"Edit /home/user/godot_projects/rpg_game/project.godot. The [input] section has move_left (A) and move_right (D). Add four new actions: move_up bound to W, move_down bound to S, attack bound to J, and interact bound to E. Use the same InputEventKey format as existing entries. Save the file.","env":{"files":[{"filename":"project.godot","sandbox_path":"/home/user/godot_projects/rpg_game/project.godot"},{"filename":"main.tscn","sandbox_path":"/home/user/godot_projects/rpg_game/main.tscn"},{"filename":"icon.svg","sandbox_path":"/home/user/godot_projects/rpg_game/icon.svg"}]},"verification":[{"command":"check-input-action /home/user/godot_projects/rpg_game/project.godot move_left","key":"exists","expected":true,"description":"Existing move_left preserved"},{"command":"check-input-action /home/user/godot_projects/rpg_game/project.godot move_right","key":"exists","expected":true,"description":"Existing move_right preserved"},{"command":"check-input-action /home/user/godot_projects/rpg_game/project.godot move_up","key":"exists","expected":true,"description":"move_up action added"},{"command":"check-input-action-key /home/user/godot_projects/rpg_game/project.godot move_up W","key":"match","expected":true,"description":"move_up bound to W"},{"command":"check-input-action /home/user/godot_projects/rpg_game/project.godot move_down","key":"exists","expected":true,"description":"move_down action added"},{"command":"check-input-action-key /home/user/godot_projects/rpg_game/project.godot move_down S","key":"match","expected":true,"description":"move_down bound to S"},{"command":"check-input-action /home/user/godot_projects/rpg_game/project.godot attack","key":"exists","expected":true,"description":"attack action added"},{"command":"check-input-action-key /home/user/godot_projects/rpg_game/project.godot attack J","key":"match","expected":true,"description":"attack bound to J"},{"command":"check-input-action /home/user/godot_projects/rpg_game/project.godot interact","key":"exists","expected":true,"description":"interact action added"},{"command":"check-input-action-key /home/user/godot_projects/rpg_game/project.godot interact E","key":"match","expected":true,"description":"interact bound to E"}],"github_task_path":"task_generator/tasks/godot4_input_map_four_actions"} {"id":"godot4_multi_autoload_setup","app":"godot4","task":"Edit /home/user/godot_projects/multi_autoload_game/project.godot. Add an [autoload] section (if missing) and register three autoload singletons pointing at the pre-existing scripts in the project:\n\n[autoload]\n\nGameState=\"*res://scripts/game_state.gd\"\nAudioManager=\"*res://scripts/audio_manager.gd\"\nSaveSystem=\"*res://scripts/save_system.gd\"\n\nEach leading '*' marks the autoload as enabled. Do not modify or delete the existing .gd script files. Save the file.","env":{"files":[{"filename":"project.godot","sandbox_path":"/home/user/godot_projects/multi_autoload_game/project.godot"},{"filename":"main.tscn","sandbox_path":"/home/user/godot_projects/multi_autoload_game/main.tscn"},{"filename":"scripts/game_state.gd","sandbox_path":"/home/user/godot_projects/multi_autoload_game/scripts/game_state.gd"},{"filename":"scripts/audio_manager.gd","sandbox_path":"/home/user/godot_projects/multi_autoload_game/scripts/audio_manager.gd"},{"filename":"scripts/save_system.gd","sandbox_path":"/home/user/godot_projects/multi_autoload_game/scripts/save_system.gd"},{"filename":"icon.svg","sandbox_path":"/home/user/godot_projects/multi_autoload_game/icon.svg"}]},"verification":[{"command":"check-autoload /home/user/godot_projects/multi_autoload_game/project.godot GameState","key":"exists","expected":true,"description":"GameState autoload is registered"},{"command":"check-autoload /home/user/godot_projects/multi_autoload_game/project.godot AudioManager","key":"exists","expected":true,"description":"AudioManager autoload is registered"},{"command":"check-autoload /home/user/godot_projects/multi_autoload_game/project.godot SaveSystem","key":"exists","expected":true,"description":"SaveSystem autoload is registered"},{"command":"check-project-setting /home/user/godot_projects/multi_autoload_game/project.godot autoload/GameState '\"*res://scripts/game_state.gd\"'","key":"match","expected":true,"description":"GameState points to game_state.gd (enabled)"},{"command":"check-project-setting /home/user/godot_projects/multi_autoload_game/project.godot autoload/AudioManager '\"*res://scripts/audio_manager.gd\"'","key":"match","expected":true,"description":"AudioManager points to audio_manager.gd (enabled)"},{"command":"check-project-setting /home/user/godot_projects/multi_autoload_game/project.godot autoload/SaveSystem '\"*res://scripts/save_system.gd\"'","key":"match","expected":true,"description":"SaveSystem points to save_system.gd (enabled)"},{"command":"file-exists /home/user/godot_projects/multi_autoload_game/scripts/game_state.gd","key":"exists","expected":true,"description":"game_state.gd still exists"},{"command":"file-exists /home/user/godot_projects/multi_autoload_game/scripts/audio_manager.gd","key":"exists","expected":true,"description":"audio_manager.gd still exists"},{"command":"file-exists /home/user/godot_projects/multi_autoload_game/scripts/save_system.gd","key":"exists","expected":true,"description":"save_system.gd still exists"}],"github_task_path":"task_generator/tasks/godot4_multi_autoload_setup"} {"id":"godot4_refactor_attach_script_and_autoload","app":"godot4","task":"Perform a two-file refactor inside /home/user/godot_projects/refactor_game/.\n\n(1) Edit main.tscn to attach the pre-existing script res://scripts/enemy.gd to the Enemy node. Add an ext_resource line near the top of the file, and reference it from the Enemy node block:\n\n[ext_resource type=\"Script\" path=\"res://scripts/enemy.gd\" id=\"1_enemy\"]\n\n... and inside the [node name=\"Enemy\" ...] block add:\n\nscript = ExtResource(\"1_enemy\")\n\n(2) Edit project.godot to add an [autoload] section (if missing) that registers GameManager pointing at the pre-existing script:\n\n[autoload]\n\nGameManager=\"*res://scripts/game_manager.gd\"\n\nDo not modify the contents of enemy.gd or game_manager.gd. Save both files.","env":{"files":[{"filename":"project.godot","sandbox_path":"/home/user/godot_projects/refactor_game/project.godot"},{"filename":"main.tscn","sandbox_path":"/home/user/godot_projects/refactor_game/main.tscn"},{"filename":"scripts/enemy.gd","sandbox_path":"/home/user/godot_projects/refactor_game/scripts/enemy.gd"},{"filename":"scripts/game_manager.gd","sandbox_path":"/home/user/godot_projects/refactor_game/scripts/game_manager.gd"},{"filename":"icon.svg","sandbox_path":"/home/user/godot_projects/refactor_game/icon.svg"}]},"verification":[{"command":"check-node-exists /home/user/godot_projects/refactor_game/main.tscn Enemy","key":"exists","expected":true,"description":"Enemy node still exists"},{"command":"check-scene-has-script /home/user/godot_projects/refactor_game/main.tscn enemy.gd","key":"found","expected":true,"description":"Scene references enemy.gd via ext_resource"},{"command":"check-file-contains /home/user/godot_projects/refactor_game/main.tscn ExtResource","key":"contains","expected":true,"description":"main.tscn uses ExtResource"},{"command":"check-autoload /home/user/godot_projects/refactor_game/project.godot GameManager","key":"exists","expected":true,"description":"GameManager autoload is registered"},{"command":"check-project-setting /home/user/godot_projects/refactor_game/project.godot autoload/GameManager '\"*res://scripts/game_manager.gd\"'","key":"match","expected":true,"description":"GameManager points to game_manager.gd (enabled)"},{"command":"check-script-class-name /home/user/godot_projects/refactor_game/scripts/enemy.gd Enemy","key":"match","expected":true,"description":"enemy.gd class_name preserved"},{"command":"file-exists /home/user/godot_projects/refactor_game/scripts/game_manager.gd","key":"exists","expected":true,"description":"game_manager.gd still exists"}],"github_task_path":"task_generator/tasks/godot4_refactor_attach_script_and_autoload"} {"id":"godot4_set_display_resolution","app":"godot4","task":"Edit /home/user/godot_projects/display_game/project.godot. Add a [display] section with window/size/viewport_width=1920 and window/size/viewport_height=1080. Save the file.","env":{"files":[{"filename":"project.godot","sandbox_path":"/home/user/godot_projects/display_game/project.godot"},{"filename":"main.tscn","sandbox_path":"/home/user/godot_projects/display_game/main.tscn"},{"filename":"icon.svg","sandbox_path":"/home/user/godot_projects/display_game/icon.svg"}]},"verification":[{"command":"file-exists /home/user/godot_projects/display_game/project.godot","key":"exists","expected":true,"description":"project.godot exists"},{"command":"check-project-setting /home/user/godot_projects/display_game/project.godot display/window/size/viewport_width 1920","key":"match","expected":true,"description":"viewport_width is 1920"},{"command":"check-project-setting /home/user/godot_projects/display_game/project.godot display/window/size/viewport_height 1080","key":"match","expected":true,"description":"viewport_height is 1080"}],"github_task_path":"task_generator/tasks/godot4_set_display_resolution"} {"id":"godot4_set_project_name_and_main_scene","app":"godot4","task":"Edit /home/user/godot_projects/blank_game/project.godot. In the [application] section, set config/name=\"Space Runner\" and run/main_scene=\"res://main.tscn\". Save the file.","env":{"files":[{"filename":"project.godot","sandbox_path":"/home/user/godot_projects/blank_game/project.godot"},{"filename":"main.tscn","sandbox_path":"/home/user/godot_projects/blank_game/main.tscn"},{"filename":"icon.svg","sandbox_path":"/home/user/godot_projects/blank_game/icon.svg"}]},"verification":[{"command":"file-exists /home/user/godot_projects/blank_game/project.godot","key":"exists","expected":true,"description":"project.godot still exists"},{"command":"check-project-setting /home/user/godot_projects/blank_game/project.godot application/config/name '\"Space Runner\"'","key":"match","expected":true,"description":"config/name is 'Space Runner'"},{"command":"check-project-setting /home/user/godot_projects/blank_game/project.godot application/run/main_scene '\"res://main.tscn\"'","key":"match","expected":true,"description":"run/main_scene is res://main.tscn"}],"github_task_path":"task_generator/tasks/godot4_set_project_name_and_main_scene"} {"id":"godot4_set_renderer_method_forward_plus","app":"godot4","task":"Edit /home/user/godot_projects/renderer_game/project.godot. In the [rendering] section, change the value of renderer/rendering_method from gl_compatibility to forward_plus. The final line should be: renderer/rendering_method=\"forward_plus\". Save the file.","env":{"files":[{"filename":"project.godot","sandbox_path":"/home/user/godot_projects/renderer_game/project.godot"},{"filename":"main.tscn","sandbox_path":"/home/user/godot_projects/renderer_game/main.tscn"},{"filename":"icon.svg","sandbox_path":"/home/user/godot_projects/renderer_game/icon.svg"}]},"verification":[{"command":"check-project-setting /home/user/godot_projects/renderer_game/project.godot rendering/renderer/rendering_method '\"forward_plus\"'","key":"match","expected":true,"description":"rendering_method is forward_plus"},{"command":"file-exists /home/user/godot_projects/renderer_game/project.godot","key":"exists","expected":true,"description":"project.godot still exists"}],"github_task_path":"task_generator/tasks/godot4_set_renderer_method_forward_plus"} {"id":"godot4_window_and_icon_config","app":"godot4","task":"Edit /home/user/godot_projects/window_game/project.godot. In [application], set config/name=\"Stellar Arena\" and config/icon=\"res://icon.svg\". Add a [display] section with window/size/viewport_width=1280, window/size/viewport_height=720, window/size/mode=2, and window/stretch/mode=\"canvas_items\". Preserve the existing [rendering] section. Save the file.","env":{"files":[{"filename":"project.godot","sandbox_path":"/home/user/godot_projects/window_game/project.godot"},{"filename":"main.tscn","sandbox_path":"/home/user/godot_projects/window_game/main.tscn"},{"filename":"icon.svg","sandbox_path":"/home/user/godot_projects/window_game/icon.svg"}]},"verification":[{"command":"check-project-setting /home/user/godot_projects/window_game/project.godot application/config/name '\"Stellar Arena\"'","key":"match","expected":true,"description":"config/name is 'Stellar Arena'"},{"command":"check-project-setting /home/user/godot_projects/window_game/project.godot application/config/icon '\"res://icon.svg\"'","key":"match","expected":true,"description":"config/icon is res://icon.svg"},{"command":"check-project-setting /home/user/godot_projects/window_game/project.godot display/window/size/viewport_width 1280","key":"match","expected":true,"description":"viewport_width is 1280"},{"command":"check-project-setting /home/user/godot_projects/window_game/project.godot display/window/size/viewport_height 720","key":"match","expected":true,"description":"viewport_height is 720"},{"command":"check-project-setting /home/user/godot_projects/window_game/project.godot display/window/size/mode 2","key":"match","expected":true,"description":"window mode is 2 (Maximized)"},{"command":"check-project-setting /home/user/godot_projects/window_game/project.godot display/window/stretch/mode '\"canvas_items\"'","key":"match","expected":true,"description":"stretch mode is canvas_items"},{"command":"check-project-setting /home/user/godot_projects/window_game/project.godot rendering/renderer/rendering_method '\"gl_compatibility\"'","key":"match","expected":true,"description":"rendering section untouched"}],"github_task_path":"task_generator/tasks/godot4_window_and_icon_config"} {"id":"impress_add_entry_animations_to_bullets","app":"libreoffice_impress","task":"Open the file /home/user/Documents/product_overview.odp in LibreOffice Impress. This 4-slide deck has: Slide 1 = title 'Orbit CRM' with subtitle 'Learn more'; Slide 2 = 'Features' with 3 bullets; Slide 3 = 'Pricing' with 3 bullets; Slide 4 = 'Contact' with 3 lines.\n\nAdd an entrance (Entry) animation to the body/bullet-list placeholder on Slide 2, Slide 3, and Slide 4 so that when the slide is presented, the bullets animate in. Turn the text 'Learn more' inside the subtitle of Slide 1 into a hyperlink pointing to https://www.libreoffice.org. Save the file, overwriting /home/user/Documents/product_overview.odp. Keep the .odp extension.\n\nThe deck must still have exactly 4 slides when you finish.","env":{"files":[{"filename":"product_overview.odp","sandbox_path":"/home/user/Documents/product_overview.odp"}]},"verification":[{"command":"check-file-exists /home/user/Documents/product_overview.odp","key":"exists","expected":true,"description":"product_overview.odp is saved on disk"},{"command":"check-slide-count 4","key":"match","expected":true,"description":"Deck still has exactly 4 slides"},{"command":"check-has-animation /home/user/Documents/product_overview.odp 1","key":"has_animation","expected":true,"description":"Slide 2 has at least one animation element"},{"command":"check-has-animation /home/user/Documents/product_overview.odp 2","key":"has_animation","expected":true,"description":"Slide 3 has at least one animation element"},{"command":"check-has-animation /home/user/Documents/product_overview.odp 3","key":"has_animation","expected":true,"description":"Slide 4 has at least one animation element"},{"command":"check-hyperlink-exists /home/user/Documents/product_overview.odp libreoffice.org \"Learn more\"","key":"exists","expected":true,"description":"Slide 1 has a hyperlink on text 'Learn more' to libreoffice.org"}],"github_task_path":"task_generator/tasks/impress_add_entry_animations_to_bullets"} {"id":"impress_add_speaker_notes","app":"libreoffice_impress","task":"Open the file /home/user/Documents/training_deck.pptx in LibreOffice Impress. This presentation has 4 slides about employee onboarding with titles: 'Welcome', 'Company History', 'Tools & Systems', 'Q&A'.\n\nAdd speaker notes to each slide as follows:\n\nSlide 1 notes: 'Introduce yourself and welcome new hires. Estimated time: 5 minutes.'\nSlide 2 notes: 'Walk through the company history timeline on the screen. Estimated time: 10 minutes.'\nSlide 3 notes: 'Demonstrate the tools live. Let attendees follow along. Estimated time: 20 minutes.'\nSlide 4 notes: 'Open the floor for questions. Hand out feedback forms. Estimated time: 15 minutes.'\n\nSave the file.","env":{"files":[{"filename":"training_deck.pptx","sandbox_path":"/home/user/Documents/training_deck.pptx"}]},"verification":[{"command":"check-notes-contain 0 \"Introduce yourself and welcome new hires\"","key":"contains","expected":true,"description":"Slide 1 notes contain 'Introduce yourself and welcome new hires'"},{"command":"check-notes-contain 0 \"Estimated time: 5 minutes\"","key":"contains","expected":true,"description":"Slide 1 notes contain 'Estimated time: 5 minutes'"},{"command":"check-notes-contain 1 \"Walk through the company history timeline\"","key":"contains","expected":true,"description":"Slide 2 notes contain 'Walk through the company history timeline'"},{"command":"check-notes-contain 1 \"Estimated time: 10 minutes\"","key":"contains","expected":true,"description":"Slide 2 notes contain 'Estimated time: 10 minutes'"},{"command":"check-notes-contain 2 \"Demonstrate the tools live\"","key":"contains","expected":true,"description":"Slide 3 notes contain 'Demonstrate the tools live'"},{"command":"check-notes-contain 2 \"Estimated time: 20 minutes\"","key":"contains","expected":true,"description":"Slide 3 notes contain 'Estimated time: 20 minutes'"},{"command":"check-notes-contain 3 \"Open the floor for questions\"","key":"contains","expected":true,"description":"Slide 4 notes contain 'Open the floor for questions'"},{"command":"check-notes-contain 3 \"Estimated time: 15 minutes\"","key":"contains","expected":true,"description":"Slide 4 notes contain 'Estimated time: 15 minutes'"},{"command":"check-slide-count 4","key":"match","expected":true,"description":"Presentation still has 4 slides (no slides added or removed)"},{"command":"check-file-exists /home/user/Documents/training_deck.pptx","key":"exists","expected":true,"description":"File has been saved to disk"}],"github_task_path":"task_generator/tasks/impress_add_speaker_notes"} {"id":"impress_add_transitions_to_slides","app":"libreoffice_impress","task":"Open the file /home/user/Documents/sales_pitch.pptx in LibreOffice Impress. This presentation has 4 slides with titles: 'Our Solution', 'Market Opportunity', 'Business Model', 'Call to Action'.\n\nAdd a slide transition effect to every slide in the presentation. Add speaker notes to Slide 4 ('Call to Action'): 'Ask for questions and distribute business cards.'\n\nThe presentation should still have exactly 4 slides when you are done. Save the file.","env":{"files":[{"filename":"sales_pitch.pptx","sandbox_path":"/home/user/Documents/sales_pitch.pptx"}]},"verification":[{"command":"check-slide-count 4","key":"match","expected":true,"description":"Presentation still has exactly 4 slides"},{"command":"check-has-transition 0","key":"has_transition","expected":true,"description":"Slide 1 has a transition effect applied"},{"command":"check-has-transition 1","key":"has_transition","expected":true,"description":"Slide 2 has a transition effect applied"},{"command":"check-has-transition 2","key":"has_transition","expected":true,"description":"Slide 3 has a transition effect applied"},{"command":"check-has-transition 3","key":"has_transition","expected":true,"description":"Slide 4 has a transition effect applied"},{"command":"check-notes-contain 3 \"Ask for questions and distribute business cards\"","key":"contains","expected":true,"description":"Slide 4 notes contain 'Ask for questions and distribute business cards'"},{"command":"check-file-exists /home/user/Documents/sales_pitch.pptx","key":"exists","expected":true,"description":"File has been saved to disk"}],"github_task_path":"task_generator/tasks/impress_add_transitions_to_slides"} {"id":"impress_annual_report_insert_sections","app":"libreoffice_impress","task":"Open /home/user/Documents/annual_draft.pptx in LibreOffice Impress. It currently contains 5 slides with these titles (in order): 'Annual Report 2025', 'Financials', 'Customers', 'Operations', 'Thank You'.\n\nTransform it into a more structured 9-slide deck in this exact final order:\n\n1. 'Annual Report 2025' (existing title slide — keep it, just add speaker notes as described below)\n2. 'Part I: Performance' (NEW section-divider slide)\n3. 'Financials' (existing)\n4. 'Customers' (existing)\n5. 'Part II: Operations & Outlook' (NEW section-divider slide)\n6. 'Operations' (existing)\n7. 'Product Roadmap' (NEW content slide) — body contains 'Q1: Mobile redesign', 'Q2: API v3 launch', 'Q3: Enterprise SSO', 'Q4: Self-serve onboarding'\n8. 'Team Highlights' (NEW content slide) — body contains 'Engineering grew 30%', 'Three new office locations', 'Employee NPS at 62'\n9. 'Thank You' (existing)\n\nOn Slide 1 ('Annual Report 2025'), add speaker notes: 'Present this deck to the board on February 14'.\n\nSave the file back to /home/user/Documents/annual_draft.pptx.","env":{"files":[{"filename":"annual_draft.pptx","sandbox_path":"/home/user/Documents/annual_draft.pptx"}]},"verification":[{"command":"check-slide-count 9","key":"match","expected":true,"description":"Deck has 9 slides"},{"command":"check-slide-title 0 \"Annual Report 2025\"","key":"match","expected":true,"description":"Slide 1 title unchanged"},{"command":"check-slide-title 1 \"Part I: Performance\"","key":"match","expected":true,"description":"Slide 2 is 'Part I: Performance'"},{"command":"check-slide-title 2 Financials","key":"match","expected":true,"description":"Slide 3 is 'Financials'"},{"command":"check-slide-title 3 Customers","key":"match","expected":true,"description":"Slide 4 is 'Customers'"},{"command":"check-slide-title 4 \"Part II: Operations & Outlook\"","key":"match","expected":true,"description":"Slide 5 is 'Part II: Operations & Outlook'"},{"command":"check-slide-title 5 Operations","key":"match","expected":true,"description":"Slide 6 is 'Operations'"},{"command":"check-slide-title 6 \"Product Roadmap\"","key":"match","expected":true,"description":"Slide 7 is 'Product Roadmap'"},{"command":"check-slide-contains 6 \"Q1: Mobile redesign\"","key":"contains","expected":true,"description":"Slide 7 bullet Q1"},{"command":"check-slide-contains 6 \"Q2: API v3 launch\"","key":"contains","expected":true,"description":"Slide 7 bullet Q2"},{"command":"check-slide-contains 6 \"Q3: Enterprise SSO\"","key":"contains","expected":true,"description":"Slide 7 bullet Q3"},{"command":"check-slide-contains 6 \"Q4: Self-serve onboarding\"","key":"contains","expected":true,"description":"Slide 7 bullet Q4"},{"command":"check-slide-title 7 \"Team Highlights\"","key":"match","expected":true,"description":"Slide 8 is 'Team Highlights'"},{"command":"check-slide-contains 7 \"Engineering grew 30%\"","key":"contains","expected":true,"description":"Slide 8 bullet engineering"},{"command":"check-slide-contains 7 \"Three new office locations\"","key":"contains","expected":true,"description":"Slide 8 bullet offices"},{"command":"check-slide-contains 7 \"Employee NPS at 62\"","key":"contains","expected":true,"description":"Slide 8 bullet NPS"},{"command":"check-slide-title 8 \"Thank You\"","key":"match","expected":true,"description":"Slide 9 is 'Thank You'"},{"command":"check-notes-contain 0 \"February 14\"","key":"contains","expected":true,"description":"Slide 1 notes mention February 14"},{"command":"check-notes-contain 0 board","key":"contains","expected":true,"description":"Slide 1 notes mention 'board'"},{"command":"check-file-exists /home/user/Documents/annual_draft.pptx","key":"exists","expected":true,"description":"File still exists on disk"}],"github_task_path":"task_generator/tasks/impress_annual_report_insert_sections"} {"id":"impress_book_summary_deck","app":"libreoffice_impress","task":"Create a new presentation from scratch in LibreOffice Impress with exactly 8 slides summarizing a technical book for a reading group.\n\nSlide 1 (Title Slide): Title 'Designing Data-Intensive Systems: Summary', subtitle 'Notes by the Reading Group'.\nSlide 2: Title 'Chapter 1: Reliability'. Body: 'Fault tolerance techniques', 'Availability versus reliability', 'Failure is always the default'.\nSlide 3: Title 'Chapter 2: Data Models'. Body: 'Relational vs Document', 'Graph models for relationships', 'Query languages compared'.\nSlide 4: Title 'Chapter 3: Storage Engines'. Body: 'LSM trees and B-trees', 'Write amplification tradeoffs', 'Column-oriented storage'.\nSlide 5: Title 'Chapter 4: Encoding'. Body: 'Schema evolution', 'Forward and backward compatibility', 'Avro, Protobuf, Thrift'.\nSlide 6: Title 'Chapter 5: Replication'. Body: 'Leader-follower and multi-leader', 'Consistency models', 'Handling replica failure'.\nSlide 7: Title 'Chapter 6: Partitioning'. Body: 'Hash and range partitioning', 'Rebalancing strategies', 'Secondary indexes and partitioning'.\nSlide 8: Title 'Key Takeaways'. Body: 'Tradeoffs everywhere', 'Understand your workload first', 'Simplicity usually wins'.\n\nAdd speaker notes to Slide 1: 'reading group meets Thursdays in the library'.\n\nSave the presentation as /home/user/Documents/book_summary.pptx.","env":{"files":[],"reload_files":["/home/user/Documents/book_summary.pptx"]},"verification":[{"command":"check-slide-count 8","key":"match","expected":true,"description":"Exactly 8 slides"},{"command":"check-slide-title 0 \"Designing Data-Intensive Systems: Summary\"","key":"match","expected":true,"description":"Slide 1 title"},{"command":"check-slide-contains 0 \"Notes by the Reading Group\"","key":"contains","expected":true,"description":"Slide 1 subtitle"},{"command":"check-slide-title 1 \"Chapter 1: Reliability\"","key":"match","expected":true,"description":"Slide 2 title"},{"command":"check-slide-contains 1 \"Fault tolerance techniques\"","key":"contains","expected":true,"description":"Slide 2 body"},{"command":"check-slide-title 2 \"Chapter 2: Data Models\"","key":"match","expected":true,"description":"Slide 3 title"},{"command":"check-slide-contains 2 \"Relational vs Document\"","key":"contains","expected":true,"description":"Slide 3 body"},{"command":"check-slide-title 3 \"Chapter 3: Storage Engines\"","key":"match","expected":true,"description":"Slide 4 title"},{"command":"check-slide-contains 3 \"LSM trees and B-trees\"","key":"contains","expected":true,"description":"Slide 4 body"},{"command":"check-slide-title 4 \"Chapter 4: Encoding\"","key":"match","expected":true,"description":"Slide 5 title"},{"command":"check-slide-contains 4 \"Schema evolution\"","key":"contains","expected":true,"description":"Slide 5 body"},{"command":"check-slide-title 5 \"Chapter 5: Replication\"","key":"match","expected":true,"description":"Slide 6 title"},{"command":"check-slide-contains 5 \"Leader-follower and multi-leader\"","key":"contains","expected":true,"description":"Slide 6 body"},{"command":"check-slide-title 6 \"Chapter 6: Partitioning\"","key":"match","expected":true,"description":"Slide 7 title"},{"command":"check-slide-contains 6 \"Hash and range partitioning\"","key":"contains","expected":true,"description":"Slide 7 body"},{"command":"check-slide-title 7 \"Key Takeaways\"","key":"match","expected":true,"description":"Slide 8 title"},{"command":"check-slide-contains 7 \"Tradeoffs everywhere\"","key":"contains","expected":true,"description":"Slide 8 body"},{"command":"check-notes-contain 0 \"reading group meets Thursdays\"","key":"contains","expected":true,"description":"Slide 1 notes"},{"command":"check-file-exists /home/user/Documents/book_summary.pptx","key":"exists","expected":true,"description":"File saved"}],"github_task_path":"task_generator/tasks/impress_book_summary_deck"} {"id":"impress_build_course_syllabus","app":"libreoffice_impress","task":"Create a new presentation from scratch in LibreOffice Impress for a university course syllabus. The presentation must have exactly 6 slides.\n\nSlide 1 (Title Slide): Title 'CS 301: Database Systems', subtitle 'Fall 2026 Syllabus'.\n\nSlide 2: Title 'Instructor Information'. Body content:\n- 'Professor: Dr. Elena Vasquez'\n- 'Office: Science Hall 204'\n- 'Office Hours: Tue/Thu 2-4 PM'\n\nSlide 3: Title 'Course Objectives'. Body content:\n- 'Design relational database schemas'\n- 'Write complex SQL queries'\n- 'Implement indexing and optimization'\n\nSlide 4: Title 'Grading Policy'. Body content:\n- 'Midterm Exam: 25%'\n- 'Final Exam: 30%'\n- 'Programming Projects: 35%'\n- 'Class Participation: 10%'\n\nSlide 5: Title 'Schedule Overview'. Body content:\n- 'Weeks 1-4: Relational Model and SQL'\n- 'Weeks 5-8: Normalization and Transactions'\n- 'Weeks 9-12: Indexing and Query Optimization'\n- 'Weeks 13-15: NoSQL and Review'\n\nSlide 6: Title 'Resources'. Body content:\n- 'Textbook: Database System Concepts, 7th Edition'\n- 'Online: PostgreSQL Documentation'\n- 'Lab Access: Room CS-108'\n\nAdd speaker notes to Slide 4: 'Late submissions lose 10% per day.'\nAdd speaker notes to Slide 6: 'Recommend students install PostgreSQL locally.'\n\nSave the presentation as /home/user/Documents/cs301_syllabus.pptx.","env":{"files":[],"reload_files":["/home/user/Documents/cs301_syllabus.pptx"]},"verification":[{"command":"check-slide-count 6","key":"match","expected":true,"description":"Presentation has exactly 6 slides"},{"command":"check-slide-title 0 \"CS 301: Database Systems\"","key":"match","expected":true,"description":"Slide 1 title is 'CS 301: Database Systems'"},{"command":"check-slide-contains 0 \"Fall 2026 Syllabus\"","key":"contains","expected":true,"description":"Slide 1 contains subtitle 'Fall 2026 Syllabus'"},{"command":"check-slide-title 1 \"Instructor Information\"","key":"match","expected":true,"description":"Slide 2 title is 'Instructor Information'"},{"command":"check-slide-contains 1 \"Dr. Elena Vasquez\"","key":"contains","expected":true,"description":"Slide 2 contains instructor name"},{"command":"check-slide-contains 1 \"Office Hours: Tue/Thu 2-4 PM\"","key":"contains","expected":true,"description":"Slide 2 contains office hours"},{"command":"check-slide-title 2 \"Course Objectives\"","key":"match","expected":true,"description":"Slide 3 title is 'Course Objectives'"},{"command":"check-slide-contains 2 \"Write complex SQL queries\"","key":"contains","expected":true,"description":"Slide 3 contains SQL objective"},{"command":"check-slide-title 3 \"Grading Policy\"","key":"match","expected":true,"description":"Slide 4 title is 'Grading Policy'"},{"command":"check-slide-contains 3 \"Programming Projects: 35%\"","key":"contains","expected":true,"description":"Slide 4 contains projects grading weight"},{"command":"check-notes-contain 3 \"Late submissions lose 10% per day\"","key":"contains","expected":true,"description":"Slide 4 notes contain late policy"},{"command":"check-slide-title 4 \"Schedule Overview\"","key":"match","expected":true,"description":"Slide 5 title is 'Schedule Overview'"},{"command":"check-slide-contains 4 \"Weeks 9-12: Indexing and Query Optimization\"","key":"contains","expected":true,"description":"Slide 5 contains weeks 9-12 topic"},{"command":"check-slide-title 5 \"Resources\"","key":"match","expected":true,"description":"Slide 6 title is 'Resources'"},{"command":"check-slide-contains 5 \"Database System Concepts, 7th Edition\"","key":"contains","expected":true,"description":"Slide 6 contains textbook reference"},{"command":"check-notes-contain 5 \"Recommend students install PostgreSQL locally\"","key":"contains","expected":true,"description":"Slide 6 notes contain PostgreSQL recommendation"},{"command":"check-file-exists /home/user/Documents/cs301_syllabus.pptx","key":"exists","expected":true,"description":"File cs301_syllabus.pptx exists"}],"github_task_path":"task_generator/tasks/impress_build_course_syllabus"} {"id":"impress_conference_agenda_deck","app":"libreoffice_impress","task":"Create a new presentation from scratch in LibreOffice Impress with exactly 7 slides for a conference agenda.\n\nSlide 1 (Title Slide): Title 'DevSummit 2026', subtitle 'October 12-14, San Francisco'.\nSlide 2: Title 'Opening Keynote'. Body: 'Dr. Lin Ortega', 'The next decade of developer tools'.\nSlide 3: Title 'AI Infrastructure Track'. Body: 'GPU Cluster Scaling', 'Distributed Inference', 'Cost Optimization'.\nSlide 4: Title 'Security Track'. Body: 'Zero-Trust Networking', 'Supply Chain Auditing', 'Secrets Management'.\nSlide 5: Title 'Open Source Track'. Body: 'Maintainer Roundtable', 'Funding Models', 'Community Health'.\nSlide 6: Title 'Evening Social'. Body: 'Rooftop Terrace 7pm', 'Dinner and networking'.\nSlide 7: Title 'Closing Remarks'. Body: 'See you at DevSummit 2027'.\n\nAdd speaker notes to Slide 1: 'welcome attendees and cover logistics for the three day event'.\nAdd speaker notes to Slide 2: 'introduce Dr. Ortega and her latest research'.\nAdd speaker notes to Slide 6: 'remind attendees to RSVP for the dinner'.\n\nSave the presentation as /home/user/Documents/devsummit_agenda.pptx.","env":{"files":[],"reload_files":["/home/user/Documents/devsummit_agenda.pptx"]},"verification":[{"command":"check-slide-count 7","key":"match","expected":true,"description":"Presentation has exactly 7 slides"},{"command":"check-slide-title 0 \"DevSummit 2026\"","key":"match","expected":true,"description":"Slide 1 title is 'DevSummit 2026'"},{"command":"check-slide-contains 0 \"October 12-14, San Francisco\"","key":"contains","expected":true,"description":"Slide 1 subtitle"},{"command":"check-slide-title 1 \"Opening Keynote\"","key":"match","expected":true,"description":"Slide 2 title"},{"command":"check-slide-contains 1 \"Dr. Lin Ortega\"","key":"contains","expected":true,"description":"Slide 2 contains speaker name"},{"command":"check-slide-title 2 \"AI Infrastructure Track\"","key":"match","expected":true,"description":"Slide 3 title"},{"command":"check-slide-contains 2 \"GPU Cluster Scaling\"","key":"contains","expected":true,"description":"Slide 3 content"},{"command":"check-slide-title 3 \"Security Track\"","key":"match","expected":true,"description":"Slide 4 title"},{"command":"check-slide-contains 3 \"Zero-Trust Networking\"","key":"contains","expected":true,"description":"Slide 4 content"},{"command":"check-slide-title 4 \"Open Source Track\"","key":"match","expected":true,"description":"Slide 5 title"},{"command":"check-slide-contains 4 \"Maintainer Roundtable\"","key":"contains","expected":true,"description":"Slide 5 content"},{"command":"check-slide-title 5 \"Evening Social\"","key":"match","expected":true,"description":"Slide 6 title"},{"command":"check-slide-contains 5 \"Rooftop Terrace 7pm\"","key":"contains","expected":true,"description":"Slide 6 content"},{"command":"check-slide-title 6 \"Closing Remarks\"","key":"match","expected":true,"description":"Slide 7 title"},{"command":"check-notes-contain 0 \"welcome\"","key":"contains","expected":true,"description":"Slide 1 notes mention welcome"},{"command":"check-notes-contain 0 \"logistics\"","key":"contains","expected":true,"description":"Slide 1 notes mention logistics"},{"command":"check-notes-contain 1 \"introduce Dr. Ortega\"","key":"contains","expected":true,"description":"Slide 2 notes intro speaker"},{"command":"check-notes-contain 5 \"RSVP\"","key":"contains","expected":true,"description":"Slide 6 notes mention RSVP"},{"command":"check-file-exists /home/user/Documents/devsummit_agenda.pptx","key":"exists","expected":true,"description":"Output file exists"}],"github_task_path":"task_generator/tasks/impress_conference_agenda_deck"} {"id":"impress_conference_talk_from_outline","app":"libreoffice_impress","task":"Open the file /home/user/Documents/talk_skeleton.odp in LibreOffice Impress. The deck currently has only 3 skeleton slides with titles 'Motivation', 'Approach', 'Evaluation' and empty bodies.\n\nFill in body content for each existing slide and add three new slides so the final 6-slide deck is a complete research talk:\n\nSlide 1 'Motivation' - body: 'Current tools do not scale to petabyte datasets'.\nSlide 2 'Approach' - body: 'Tiered storage with vector indexing'.\nSlide 3 'Evaluation' - body: 'Benchmarked on TPC-H at 10TB'.\nSlide 4 (new) 'Related Work' - body: 'Comparison with Dremel and Presto'.\nSlide 5 (new) 'Limitations' - body: 'Cold start latency remains high'.\nSlide 6 (new) 'Future Work' - body: 'Adaptive query planning'.\n\nSave the file (Ctrl+S) keeping the same /home/user/Documents/talk_skeleton.odp path and ODP format.","env":{"files":[{"filename":"talk_skeleton.odp","sandbox_path":"/home/user/Documents/talk_skeleton.odp"}]},"verification":[{"command":"check-slide-count 6","key":"match","expected":true,"description":"Exactly 6 slides"},{"command":"check-slide-title 0 \"Motivation\"","key":"match","expected":true,"description":"Slide 1 title preserved"},{"command":"check-slide-contains 0 \"Current tools do not scale to petabyte datasets\"","key":"contains","expected":true,"description":"Slide 1 body filled"},{"command":"check-slide-title 1 \"Approach\"","key":"match","expected":true,"description":"Slide 2 title preserved"},{"command":"check-slide-contains 1 \"Tiered storage with vector indexing\"","key":"contains","expected":true,"description":"Slide 2 body filled"},{"command":"check-slide-title 2 \"Evaluation\"","key":"match","expected":true,"description":"Slide 3 title preserved"},{"command":"check-slide-contains 2 \"Benchmarked on TPC-H at 10TB\"","key":"contains","expected":true,"description":"Slide 3 body filled"},{"command":"check-slide-title 3 \"Related Work\"","key":"match","expected":true,"description":"Slide 4 new"},{"command":"check-slide-contains 3 \"Comparison with Dremel and Presto\"","key":"contains","expected":true,"description":"Slide 4 body"},{"command":"check-slide-title 4 \"Limitations\"","key":"match","expected":true,"description":"Slide 5 new"},{"command":"check-slide-contains 4 \"Cold start latency remains high\"","key":"contains","expected":true,"description":"Slide 5 body"},{"command":"check-slide-title 5 \"Future Work\"","key":"match","expected":true,"description":"Slide 6 new"},{"command":"check-slide-contains 5 \"Adaptive query planning\"","key":"contains","expected":true,"description":"Slide 6 body"},{"command":"check-file-exists /home/user/Documents/talk_skeleton.odp","key":"exists","expected":true,"description":"File saved"}],"github_task_path":"task_generator/tasks/impress_conference_talk_from_outline"} {"id":"impress_configure_autorecover_1min","app":"libreoffice_impress","task":"Open LibreOffice Impress.\n\n1、Then set 'Always save as' for 'Presentation' to 'PowerPoint 2007-365 (.pptx)', enable 'Always create backup copy', enable 'Save AutoRecovery information every', and set the AutoRecovery interval to 1 minute.\n\n2. Change 'Measurement unit' to 'Inch'.\n\nAfter confirming all dialogs, make sure the preferences are flushed to ~/.config/libreoffice/4/user/registrymodifications.xcu. The verifier cannot read the preferences until LibreOffice has exited cleanly.","env":{"files":[]},"verification":[{"command":"check-registry-prop-exists /org.openoffice.Office.Common/Save/Document AutoSaveTimeIntervall","key":"exists","expected":true,"description":"AutoSave interval property has been written to the LibreOffice registry"},{"command":"check-registry-value /org.openoffice.Office.Common/Save/Document AutoSaveTimeIntervall 1","key":"match","expected":true,"description":"AutoSave interval is set to 1 minute"},{"command":"check-registry-value /org.openoffice.Office.Common/Save/Document AutoSave true","key":"match","expected":true,"description":"AutoSave is enabled"},{"command":"check-registry-value /org.openoffice.Office.Common/Save/Document CreateBackup true","key":"match","expected":true,"description":"'Always create backup copy' is enabled"},{"command":"check-registry-prop-exists /org.openoffice.Office.Common/Save/Document/Impress ooSetupFactoryDefaultFilter","key":"exists","expected":true,"description":"Default save filter for Impress has been set"},{"command":"check-registry-value /org.openoffice.Office.Common/Save/Document/Impress ooSetupFactoryDefaultFilter \"Impress MS PowerPoint 2007 XML\"","key":"match","expected":true,"description":"Default save filter for Impress is PowerPoint 2007-365 (.pptx)"},{"command":"check-registry-value /org.openoffice.Office.Impress/Layout/Other/MeasureUnit Metric 8","key":"match","expected":true,"description":"Impress measurement unit set to Inch (enum value 8)"}],"github_task_path":"task_generator/tasks/impress_configure_autorecover_1min"} {"id":"impress_configure_autorecover_3min","app":"libreoffice_impress","task":"Open LibreOffice Impress.\n\nSet 'Always save as' for 'Presentation' to 'PowerPoint 2007-365 (.pptx)', enable 'Always create backup copy', enable 'Save AutoRecovery information every', and set the AutoRecovery interval to 3 minutes. Change 'Measurement unit' to 'Inch'.\n\nAfter confirming all dialogs, make sure the preferences are flushed to ~/.config/libreoffice/4/user/registrymodifications.xcu. The verifier cannot read the preferences until LibreOffice has exited cleanly.","env":{"files":[]},"verification":[{"command":"check-registry-prop-exists /org.openoffice.Office.Common/Save/Document AutoSaveTimeIntervall","key":"exists","expected":true,"description":"AutoSave interval property has been written to the LibreOffice registry"},{"command":"check-registry-value /org.openoffice.Office.Common/Save/Document AutoSaveTimeIntervall 3","key":"match","expected":true,"description":"AutoSave interval is set to 3 minutes"},{"command":"check-registry-value /org.openoffice.Office.Common/Save/Document AutoSave true","key":"match","expected":true,"description":"AutoSave is enabled"},{"command":"check-registry-value /org.openoffice.Office.Common/Save/Document CreateBackup true","key":"match","expected":true,"description":"'Always create backup copy' is enabled"},{"command":"check-registry-prop-exists /org.openoffice.Office.Common/Save/Document/Impress ooSetupFactoryDefaultFilter","key":"exists","expected":true,"description":"Default save filter for Impress has been set"},{"command":"check-registry-value /org.openoffice.Office.Common/Save/Document/Impress ooSetupFactoryDefaultFilter \"Impress MS PowerPoint 2007 XML\"","key":"match","expected":true,"description":"Default save filter for Impress is PowerPoint 2007-365 (.pptx)"},{"command":"check-registry-value /org.openoffice.Office.Impress/Layout/Other/MeasureUnit Metric 8","key":"match","expected":true,"description":"Impress measurement unit set to Inch (enum value 8)"}],"github_task_path":"task_generator/tasks/impress_configure_autorecover_3min"} {"id":"impress_configure_autorecover_7min","app":"libreoffice_impress","task":"Open LibreOffice Impress.\n\n1、Then set 'Always save as' for 'Presentation' to 'PowerPoint 2007-365 (.pptx)', enable 'Always create backup copy', enable 'Save AutoRecovery information every', and set the AutoRecovery interval to 7 minutes.\n\n2. Change 'Measurement unit' to 'Inch'.\n\nAfter confirming all dialogs, make sure the preferences are flushed to ~/.config/libreoffice/4/user/registrymodifications.xcu. The verifier cannot read the preferences until LibreOffice has exited cleanly.","env":{"files":[]},"verification":[{"command":"check-registry-prop-exists /org.openoffice.Office.Common/Save/Document AutoSaveTimeIntervall","key":"exists","expected":true,"description":"AutoSave interval property has been written to the LibreOffice registry"},{"command":"check-registry-value /org.openoffice.Office.Common/Save/Document AutoSaveTimeIntervall 7","key":"match","expected":true,"description":"AutoSave interval is set to 7 minutes"},{"command":"check-registry-value /org.openoffice.Office.Common/Save/Document AutoSave true","key":"match","expected":true,"description":"AutoSave is enabled"},{"command":"check-registry-value /org.openoffice.Office.Common/Save/Document CreateBackup true","key":"match","expected":true,"description":"'Always create backup copy' is enabled"},{"command":"check-registry-prop-exists /org.openoffice.Office.Common/Save/Document/Impress ooSetupFactoryDefaultFilter","key":"exists","expected":true,"description":"Default save filter for Impress has been set"},{"command":"check-registry-value /org.openoffice.Office.Common/Save/Document/Impress ooSetupFactoryDefaultFilter \"Impress MS PowerPoint 2007 XML\"","key":"match","expected":true,"description":"Default save filter for Impress is PowerPoint 2007-365 (.pptx)"},{"command":"check-registry-value /org.openoffice.Office.Impress/Layout/Other/MeasureUnit Metric 8","key":"match","expected":true,"description":"Impress measurement unit set to Inch (enum value 8)"}],"github_task_path":"task_generator/tasks/impress_configure_autorecover_7min"} {"id":"impress_configure_default_save_and_units","app":"libreoffice_impress","task":"Open LibreOffice Impress.\n\nSet 'Always save as' for 'Presentation' to 'PowerPoint 2007-365 (.pptx)', enable 'Always create backup copy', enable 'Save AutoRecovery information every', and set the AutoRecovery interval to 5 minutes. Change 'Measurement unit' to 'Inch'.\n\nAfter confirming all dialogs, make sure the preferences are flushed to ~/.config/libreoffice/4/user/registrymodifications.xcu. The verifier cannot read the preferences until LibreOffice has exited cleanly.","env":{"files":[]},"verification":[{"command":"check-registry-prop-exists /org.openoffice.Office.Common/Save/Document AutoSaveTimeIntervall","key":"exists","expected":true,"description":"AutoSave interval property has been written to the LibreOffice registry"},{"command":"check-registry-value /org.openoffice.Office.Common/Save/Document AutoSaveTimeIntervall 5","key":"match","expected":true,"description":"AutoSave interval is set to 5 minutes"},{"command":"check-registry-value /org.openoffice.Office.Common/Save/Document AutoSave true","key":"match","expected":true,"description":"AutoSave is enabled"},{"command":"check-registry-value /org.openoffice.Office.Common/Save/Document CreateBackup true","key":"match","expected":true,"description":"'Always create backup copy' is enabled"},{"command":"check-registry-prop-exists /org.openoffice.Office.Common/Save/Document/Impress ooSetupFactoryDefaultFilter","key":"exists","expected":true,"description":"Default save filter for Impress has been set"},{"command":"check-registry-value /org.openoffice.Office.Common/Save/Document/Impress ooSetupFactoryDefaultFilter \"Impress MS PowerPoint 2007 XML\"","key":"match","expected":true,"description":"Default save filter for Impress is PowerPoint 2007-365 (.pptx)"},{"command":"check-registry-value /org.openoffice.Office.Impress/Layout/Other/MeasureUnit Metric 8","key":"match","expected":true,"description":"Impress measurement unit set to Inch (enum value 8)"}],"github_task_path":"task_generator/tasks/impress_configure_default_save_and_units"} {"id":"impress_consolidate_two_decks","app":"libreoffice_impress","task":"Open the file /home/user/Documents/main_deck.pptx in LibreOffice Impress. This presentation has 3 slides with titles: 'Project Kickoff', 'Timeline', 'Budget'.\n\nYou also have a second presentation file at /home/user/Documents/appendix_deck.pptx which has 2 slides with titles: 'Risk Assessment', 'Stakeholder List'.\n\nPerform the following steps:\n\n1. Insert all slides from appendix_deck.pptx at the end of the main_deck.pptx.\n\n2. Add a new slide between 'Budget' (slide 3) and 'Risk Assessment' (which is now slide 4). The new slide should have:\n - Title: 'Transition'\n - Body text: 'The following slides contain supplementary materials.'\n\n3. Add speaker notes to the 'Transition' slide: 'Pause here and ask if there are questions before continuing.'\n\nThe final presentation should have exactly 6 slides in this order:\n1. Project Kickoff\n2. Timeline\n3. Budget\n4. Transition\n5. Risk Assessment\n6. Stakeholder List\n\nSave the file as /home/user/Documents/combined_deck.pptx.","env":{"files":[{"filename":"main_deck.pptx","sandbox_path":"/home/user/Documents/main_deck.pptx"},{"filename":"appendix_deck.pptx","sandbox_path":"/home/user/Documents/appendix_deck.pptx"}],"reload_files":["/home/user/Documents/combined_deck.pptx"]},"verification":[{"command":"check-slide-count 6","key":"match","expected":true,"description":"Final presentation has exactly 6 slides"},{"command":"check-slide-title 0 \"Project Kickoff\"","key":"match","expected":true,"description":"Slide 1 title is 'Project Kickoff'"},{"command":"check-slide-title 1 \"Timeline\"","key":"match","expected":true,"description":"Slide 2 title is 'Timeline'"},{"command":"check-slide-title 2 \"Budget\"","key":"match","expected":true,"description":"Slide 3 title is 'Budget'"},{"command":"check-slide-title 3 \"Transition\"","key":"match","expected":true,"description":"Slide 4 title is 'Transition'"},{"command":"check-slide-contains 3 \"The following slides contain supplementary materials\"","key":"contains","expected":true,"description":"Slide 4 contains expected body text"},{"command":"check-notes-contain 3 \"Pause here and ask if there are questions before continuing\"","key":"contains","expected":true,"description":"Slide 4 notes contain expected text"},{"command":"check-slide-contains 4 \"Risk Assessment\"","key":"contains","expected":true,"description":"Slide 5 contains 'Risk Assessment'"},{"command":"check-slide-contains 5 \"Stakeholder List\"","key":"contains","expected":true,"description":"Slide 6 contains 'Stakeholder List'"},{"command":"check-file-exists /home/user/Documents/combined_deck.pptx","key":"exists","expected":true,"description":"Combined file exists at expected path"}],"github_task_path":"task_generator/tasks/impress_consolidate_two_decks"} {"id":"impress_create_training_manual","app":"libreoffice_impress","task":"Create a new presentation from scratch in LibreOffice Impress for a software training manual. The presentation must have exactly 8 slides.\n\nSlide 1 (Title Slide): Title 'DataVault User Training', subtitle 'Version 3.0 - March 2026'.\n\nSlide 2: Title 'Table of Contents'. Body content as a list:\n- 'Installation'\n- 'Configuration'\n- 'Basic Operations'\n- 'Advanced Features'\n- 'Troubleshooting'\n- 'Support'\n\nSlide 3: Title 'Installation'. Body content:\n- 'Download from https://datavault.internal/releases'\n- 'Requires 4GB RAM and 2GB disk space'\n\nSlide 4: Title 'Configuration'. Body content:\n- 'Set database connection string in config.yaml'\n- 'Default port: 5432'\n\nSlide 5: Title 'Basic Operations'. Body content:\n- 'Create a new vault: File > New Vault'\n- 'Import data: File > Import CSV'\n\nSlide 6: Title 'Advanced Features'. Body content:\n- 'Automated backups every 6 hours'\n- 'Role-based access control with LDAP integration'\n\nSlide 7: Title 'Troubleshooting'. Body content:\n- 'Error 101: Check database connectivity'\n- 'Error 202: Verify license key'\n\nSlide 8: Title 'Support'. Body content:\n- 'Email: support@datavault.com'\n- 'Phone: 1-800-555-0199'\n\nAdd speaker notes to Slide 1: 'Welcome participants and verify everyone has a laptop ready.'\nAdd speaker notes to Slide 5: 'Live demo: walk through creating a vault step by step.'\n\nSave the presentation as /home/user/Documents/datavault_training.pptx.","env":{"files":[],"reload_files":["/home/user/Documents/datavault_training.pptx"]},"verification":[{"command":"check-slide-count 8","key":"match","expected":true,"description":"Presentation has exactly 8 slides"},{"command":"check-slide-title 0 \"DataVault User Training\"","key":"match","expected":true,"description":"Slide 1 title is 'DataVault User Training'"},{"command":"check-slide-contains 0 \"Version 3.0 - March 2026\"","key":"contains","expected":true,"description":"Slide 1 contains subtitle 'Version 3.0 - March 2026'"},{"command":"check-slide-title 1 \"Table of Contents\"","key":"match","expected":true,"description":"Slide 2 title is 'Table of Contents'"},{"command":"check-slide-contains 1 \"Installation\"","key":"contains","expected":true,"description":"Slide 2 contains 'Installation'"},{"command":"check-slide-title 2 \"Installation\"","key":"match","expected":true,"description":"Slide 3 title is 'Installation'"},{"command":"check-slide-contains 2 \"Requires 4GB RAM and 2GB disk space\"","key":"contains","expected":true,"description":"Slide 3 contains system requirements"},{"command":"check-slide-title 3 \"Configuration\"","key":"match","expected":true,"description":"Slide 4 title is 'Configuration'"},{"command":"check-slide-contains 3 \"Default port: 5432\"","key":"contains","expected":true,"description":"Slide 4 contains default port info"},{"command":"check-slide-title 4 \"Basic Operations\"","key":"match","expected":true,"description":"Slide 5 title is 'Basic Operations'"},{"command":"check-slide-contains 4 \"Import data: File > Import CSV\"","key":"contains","expected":true,"description":"Slide 5 contains import instructions"},{"command":"check-slide-title 5 \"Advanced Features\"","key":"match","expected":true,"description":"Slide 6 title is 'Advanced Features'"},{"command":"check-slide-contains 5 \"Role-based access control with LDAP integration\"","key":"contains","expected":true,"description":"Slide 6 contains RBAC info"},{"command":"check-slide-title 6 \"Troubleshooting\"","key":"match","expected":true,"description":"Slide 7 title is 'Troubleshooting'"},{"command":"check-slide-contains 6 \"Error 101: Check database connectivity\"","key":"contains","expected":true,"description":"Slide 7 contains error 101 info"},{"command":"check-slide-title 7 \"Support\"","key":"match","expected":true,"description":"Slide 8 title is 'Support'"},{"command":"check-slide-contains 7 \"support@datavault.com\"","key":"contains","expected":true,"description":"Slide 8 contains support email"},{"command":"check-notes-contain 0 \"Welcome participants and verify everyone has a laptop ready\"","key":"contains","expected":true,"description":"Slide 1 notes contain welcome message"},{"command":"check-notes-contain 4 \"Live demo: walk through creating a vault step by step\"","key":"contains","expected":true,"description":"Slide 5 notes contain demo instructions"},{"command":"check-file-exists /home/user/Documents/datavault_training.pptx","key":"exists","expected":true,"description":"File datavault_training.pptx exists"}],"github_task_path":"task_generator/tasks/impress_create_training_manual"} {"id":"impress_curriculum_outline_expand","app":"libreoffice_impress","task":"Create a new presentation from scratch in LibreOffice Impress with exactly 7 slides for a 'Python for Data Science' curriculum.\n\nSlide 1 (Title Slide): Title 'Python for Data Science'. Subtitle '8-Week Intensive Curriculum'.\nSlide 2: Title 'Week 1-2: Foundations'. Body bullets: 'Python syntax', 'Data structures', 'Functions & modules'.\nSlide 3: Title 'Week 3-4: Data Wrangling'. Body bullets: 'NumPy arrays', 'pandas DataFrames', 'Cleaning real datasets'.\nSlide 4: Title 'Week 5-6: Visualisation & Stats'. Body bullets: 'Matplotlib basics', 'Seaborn plots', 'Descriptive statistics'.\nSlide 5: Title 'Week 7: Machine Learning'. Body bullets: 'scikit-learn API', 'Train/test split', 'Model evaluation'.\nSlide 6: Title 'Week 8: Capstone'. Body bullets: 'Pick a dataset', 'Deliver notebook + slides', 'Peer review'.\nSlide 7: Title 'Course Wrap-Up'. Body bullets: 'Certificates', 'Alumni community', 'Follow-up courses'.\n\nAdd speaker notes to Slide 6 (the Capstone slide, index 5): 'Remind students to submit capstone proposals by week 6'.\n\nSave the presentation as /home/user/Documents/python_ds_course.odp.","env":{"files":[],"reload_files":["/home/user/Documents/python_ds_course.odp"]},"verification":[{"command":"check-slide-count 7","key":"match","expected":true,"description":"Deck has exactly 7 slides"},{"command":"check-slide-title 0 \"Python for Data Science\"","key":"match","expected":true,"description":"Slide 1 title"},{"command":"check-slide-contains 0 \"8-Week Intensive Curriculum\"","key":"contains","expected":true,"description":"Slide 1 subtitle"},{"command":"check-slide-title 1 \"Week 1-2: Foundations\"","key":"match","expected":true,"description":"Slide 2 title"},{"command":"check-slide-contains 1 \"Python syntax\"","key":"contains","expected":true,"description":"Slide 2 bullet Python syntax"},{"command":"check-slide-contains 1 \"Data structures\"","key":"contains","expected":true,"description":"Slide 2 bullet data structures"},{"command":"check-slide-contains 1 \"Functions\"","key":"contains","expected":true,"description":"Slide 2 bullet functions"},{"command":"check-slide-title 2 \"Week 3-4: Data Wrangling\"","key":"match","expected":true,"description":"Slide 3 title"},{"command":"check-slide-contains 2 \"NumPy arrays\"","key":"contains","expected":true,"description":"Slide 3 bullet NumPy"},{"command":"check-slide-contains 2 \"pandas DataFrames\"","key":"contains","expected":true,"description":"Slide 3 bullet pandas"},{"command":"check-slide-contains 2 \"Cleaning real datasets\"","key":"contains","expected":true,"description":"Slide 3 bullet cleaning"},{"command":"check-slide-title 3 \"Week 5-6: Visualisation & Stats\"","key":"match","expected":true,"description":"Slide 4 title"},{"command":"check-slide-contains 3 \"Matplotlib basics\"","key":"contains","expected":true,"description":"Slide 4 bullet Matplotlib"},{"command":"check-slide-contains 3 \"Seaborn plots\"","key":"contains","expected":true,"description":"Slide 4 bullet Seaborn"},{"command":"check-slide-contains 3 \"Descriptive statistics\"","key":"contains","expected":true,"description":"Slide 4 bullet stats"},{"command":"check-slide-title 4 \"Week 7: Machine Learning\"","key":"match","expected":true,"description":"Slide 5 title"},{"command":"check-slide-contains 4 \"scikit-learn API\"","key":"contains","expected":true,"description":"Slide 5 bullet scikit-learn"},{"command":"check-slide-contains 4 \"Train/test split\"","key":"contains","expected":true,"description":"Slide 5 bullet train/test"},{"command":"check-slide-contains 4 \"Model evaluation\"","key":"contains","expected":true,"description":"Slide 5 bullet evaluation"},{"command":"check-slide-title 5 \"Week 8: Capstone\"","key":"match","expected":true,"description":"Slide 6 title"},{"command":"check-slide-contains 5 \"Pick a dataset\"","key":"contains","expected":true,"description":"Slide 6 bullet dataset"},{"command":"check-slide-contains 5 \"Deliver notebook\"","key":"contains","expected":true,"description":"Slide 6 bullet deliverable"},{"command":"check-slide-contains 5 \"Peer review\"","key":"contains","expected":true,"description":"Slide 6 bullet peer review"},{"command":"check-slide-title 6 \"Course Wrap-Up\"","key":"match","expected":true,"description":"Slide 7 title"},{"command":"check-slide-contains 6 Certificates","key":"contains","expected":true,"description":"Slide 7 bullet certificates"},{"command":"check-slide-contains 6 \"Alumni community\"","key":"contains","expected":true,"description":"Slide 7 bullet alumni"},{"command":"check-slide-contains 6 \"Follow-up courses\"","key":"contains","expected":true,"description":"Slide 7 bullet follow-up"},{"command":"check-notes-contain 5 \"capstone proposals\"","key":"contains","expected":true,"description":"Slide 6 notes mention capstone proposals"},{"command":"check-notes-contain 5 \"week 6\"","key":"contains","expected":true,"description":"Slide 6 notes mention week 6"},{"command":"check-file-exists /home/user/Documents/python_ds_course.odp","key":"exists","expected":true,"description":"Output ODP file exists"}],"github_task_path":"task_generator/tasks/impress_curriculum_outline_expand"} {"id":"impress_deduplicate_and_fix_deck","app":"libreoffice_impress","task":"Open the file /home/user/Documents/messy_deck.odp in LibreOffice Impress. The deck has 8 slides with duplicates. The current slide order (by title) is:\n1. Intro\n2. Data\n3. Intro (duplicate)\n4. Analysis\n5. Data (duplicate)\n6. Findings\n7. Analysis (duplicate)\n8. Outro\n\nClean up the deck so it has exactly 5 unique slides in this order:\n1. Intro\n2. Data\n3. Analysis\n4. Findings\n5. Conclusion\n\nSpecifically:\n- Delete the duplicate Intro, duplicate Data, and duplicate Analysis slides.\n- Rename the last slide from 'Outro' to 'Conclusion'.\n- Replace the body text on the renamed Conclusion slide with 'Next steps and acknowledgements'.\n\nSave the file keeping the same /home/user/Documents/messy_deck.odp path and ODP format.","env":{"files":[{"filename":"messy_deck.odp","sandbox_path":"/home/user/Documents/messy_deck.odp"}]},"verification":[{"command":"check-slide-count 5","key":"match","expected":true,"description":"Exactly 5 slides"},{"command":"check-slide-title 0 \"Intro\"","key":"match","expected":true,"description":"Slide 1 Intro"},{"command":"check-slide-title 1 \"Data\"","key":"match","expected":true,"description":"Slide 2 Data"},{"command":"check-slide-title 2 \"Analysis\"","key":"match","expected":true,"description":"Slide 3 Analysis"},{"command":"check-slide-title 3 \"Findings\"","key":"match","expected":true,"description":"Slide 4 Findings"},{"command":"check-slide-title 4 \"Conclusion\"","key":"match","expected":true,"description":"Slide 5 Conclusion"},{"command":"check-slide-contains 4 \"Next steps and acknowledgements\"","key":"contains","expected":true,"description":"Conclusion body updated"},{"command":"check-file-exists /home/user/Documents/messy_deck.odp","key":"exists","expected":true,"description":"File saved"}],"github_task_path":"task_generator/tasks/impress_deduplicate_and_fix_deck"} {"id":"impress_delete_and_add_slides","app":"libreoffice_impress","task":"Open the file /home/user/Documents/workshop_slides.pptx in LibreOffice Impress. This presentation has 5 slides with titles: 'Workshop Introduction', 'Agenda', 'Exercise 1', 'Exercise 2', 'Wrap Up'.\n\nDelete slide 3 ('Exercise 1') and slide 4 ('Exercise 2'). Add 3 new slides after 'Agenda' (before 'Wrap Up'):\n - New Slide 3: Title 'Hands-On Lab 1', body text 'Build a REST API in 30 minutes'\n - New Slide 4: Title 'Hands-On Lab 2', body text 'Deploy to Kubernetes cluster'\n - New Slide 5: Title 'Hands-On Lab 3', body text 'Set up CI/CD pipeline with GitHub Actions'\n\nAdd speaker notes to Slide 3 ('Hands-On Lab 1'): 'Ensure all attendees have Node.js installed.'\n\nThe final presentation should have exactly 6 slides in this order:\n1. Workshop Introduction\n2. Agenda\n3. Hands-On Lab 1\n4. Hands-On Lab 2\n5. Hands-On Lab 3\n6. Wrap Up\n\nSave the file.","env":{"files":[{"filename":"workshop_slides.pptx","sandbox_path":"/home/user/Documents/workshop_slides.pptx"}]},"verification":[{"command":"check-slide-count 6","key":"match","expected":true,"description":"Presentation has exactly 6 slides"},{"command":"check-slide-title 0 \"Workshop Introduction\"","key":"match","expected":true,"description":"Slide 1 title is 'Workshop Introduction'"},{"command":"check-slide-title 1 \"Agenda\"","key":"match","expected":true,"description":"Slide 2 title is 'Agenda'"},{"command":"check-slide-title 2 \"Hands-On Lab 1\"","key":"match","expected":true,"description":"Slide 3 title is 'Hands-On Lab 1'"},{"command":"check-slide-contains 2 \"Build a REST API in 30 minutes\"","key":"contains","expected":true,"description":"Slide 3 contains expected body text"},{"command":"check-notes-contain 2 \"Ensure all attendees have Node.js installed\"","key":"contains","expected":true,"description":"Slide 3 notes contain expected text"},{"command":"check-slide-title 3 \"Hands-On Lab 2\"","key":"match","expected":true,"description":"Slide 4 title is 'Hands-On Lab 2'"},{"command":"check-slide-contains 3 \"Deploy to Kubernetes cluster\"","key":"contains","expected":true,"description":"Slide 4 contains expected body text"},{"command":"check-slide-title 4 \"Hands-On Lab 3\"","key":"match","expected":true,"description":"Slide 5 title is 'Hands-On Lab 3'"},{"command":"check-slide-contains 4 \"Set up CI/CD pipeline with GitHub Actions\"","key":"contains","expected":true,"description":"Slide 5 contains expected body text"},{"command":"check-slide-title 5 \"Wrap Up\"","key":"match","expected":true,"description":"Slide 6 title is 'Wrap Up'"},{"command":"check-file-exists /home/user/Documents/workshop_slides.pptx","key":"exists","expected":true,"description":"File has been saved to disk"}],"github_task_path":"task_generator/tasks/impress_delete_and_add_slides"} {"id":"impress_financial_review_with_transitions","app":"libreoffice_impress","task":"Open the file /home/user/Documents/financial_review.odp in LibreOffice Impress. The deck currently has 5 slides: 'FY2025 Financial Review', 'Revenue', 'Expenses', 'Net Income', 'Cashflow'. Two numeric values are wrong.\n\nPerform the following changes:\n\n1. On the 'Revenue' slide (slide 2), replace the existing revenue figure with 'Total revenue: 18.4M'. Keep other body content on the slide.\n2. On the 'Expenses' slide (slide 3), replace the existing expenses figure with 'Total expenses: 12.1M'. Keep other body content.\n3. Add a new slide at the end with title 'Outlook' and body text 'Targeting 22M revenue in FY2026'.\n4. Add a slide transition effect (any non-None transition, for example Fade) to every slide in the final 6-slide deck.\n\nThe final deck should have exactly 6 slides. Save the file (Ctrl+S) keeping the same /home/user/Documents/financial_review.odp path and ODP format.","env":{"files":[{"filename":"financial_review.odp","sandbox_path":"/home/user/Documents/financial_review.odp"}]},"verification":[{"command":"check-slide-count 6","key":"match","expected":true,"description":"Exactly 6 slides"},{"command":"check-slide-title 0 \"FY2025 Financial Review\"","key":"match","expected":true,"description":"Slide 1 title preserved"},{"command":"check-slide-title 1 \"Revenue\"","key":"match","expected":true,"description":"Slide 2 Revenue"},{"command":"check-slide-contains 1 \"Total revenue: 18.4M\"","key":"contains","expected":true,"description":"Revenue corrected"},{"command":"check-slide-title 2 \"Expenses\"","key":"match","expected":true,"description":"Slide 3 Expenses"},{"command":"check-slide-contains 2 \"Total expenses: 12.1M\"","key":"contains","expected":true,"description":"Expenses corrected"},{"command":"check-slide-title 3 \"Net Income\"","key":"match","expected":true,"description":"Slide 4 Net Income"},{"command":"check-slide-title 4 \"Cashflow\"","key":"match","expected":true,"description":"Slide 5 Cashflow"},{"command":"check-slide-title 5 \"Outlook\"","key":"match","expected":true,"description":"Slide 6 Outlook"},{"command":"check-slide-contains 5 \"Targeting 22M revenue in FY2026\"","key":"contains","expected":true,"description":"Outlook body"},{"command":"check-has-transition 0","key":"has_transition","expected":true,"description":"Slide 1 has transition"},{"command":"check-has-transition 1","key":"has_transition","expected":true,"description":"Slide 2 has transition"},{"command":"check-has-transition 2","key":"has_transition","expected":true,"description":"Slide 3 has transition"},{"command":"check-has-transition 3","key":"has_transition","expected":true,"description":"Slide 4 has transition"},{"command":"check-has-transition 4","key":"has_transition","expected":true,"description":"Slide 5 has transition"},{"command":"check-has-transition 5","key":"has_transition","expected":true,"description":"Slide 6 has transition"},{"command":"check-file-exists /home/user/Documents/financial_review.odp","key":"exists","expected":true,"description":"File saved"}],"github_task_path":"task_generator/tasks/impress_financial_review_with_transitions"} {"id":"impress_interactive_action_jump_to_slide","app":"libreoffice_impress","task":"Using LibreOffice Impress, build a brand-new 5-slide interactive navigation deck and save it as /home/user/Documents/nav_deck.odp (native ODP format). The deck must be laid out exactly like this:\n\nSlide 1 — Title 'Menu'. On this slide, insert THREE rectangle shapes (Insert > Shape > Basic Shapes > Rectangle, or toolbar rectangle tool). Double-click each rectangle to add text:\n - Rectangle 1: text 'Section A'\n - Rectangle 2: text 'Section B'\n - Rectangle 3: text 'Section C'\n\nFor each rectangle, set an Interaction so that clicking it during the slideshow jumps to the correct slide. Right-click the rectangle > Interaction (or Slide Show > Interaction). In the Interaction dialog, choose 'Go to page or object' and select the target slide:\n - The 'Section A' rectangle must jump to Slide 2\n - The 'Section B' rectangle must jump to Slide 3\n - The 'Section C' rectangle must jump to Slide 4\n\nSlide 2 — Title 'Section A'\nSlide 3 — Title 'Section B'\nSlide 4 — Title 'Section C'\nSlide 5 — Title 'Thanks'\n\nSave the file as /home/user/Documents/nav_deck.odp in ODP format (File > Save As, set filename, select ODF Presentation (.odp)).","env":{"files":[],"reload_files":["/home/user/Documents/nav_deck.odp"]},"verification":[{"command":"check-file-exists /home/user/Documents/nav_deck.odp","key":"exists","expected":true,"description":"nav_deck.odp is saved on disk"},{"command":"check-slide-count 5","key":"match","expected":true,"description":"Deck has exactly 5 slides"},{"command":"check-slide-title 0 Menu","key":"match","expected":true,"description":"Slide 1 title is 'Menu'"},{"command":"check-slide-title 1 \"Section A\"","key":"match","expected":true,"description":"Slide 2 title is 'Section A'"},{"command":"check-slide-title 2 \"Section B\"","key":"match","expected":true,"description":"Slide 3 title is 'Section B'"},{"command":"check-slide-title 3 \"Section C\"","key":"match","expected":true,"description":"Slide 4 title is 'Section C'"},{"command":"check-slide-title 4 Thanks","key":"match","expected":true,"description":"Slide 5 title is 'Thanks'"},{"command":"check-slide-contains 0 \"Section A\"","key":"contains","expected":true,"description":"Slide 1 contains a shape with text 'Section A'"},{"command":"check-slide-contains 0 \"Section B\"","key":"contains","expected":true,"description":"Slide 1 contains a shape with text 'Section B'"},{"command":"check-slide-contains 0 \"Section C\"","key":"contains","expected":true,"description":"Slide 1 contains a shape with text 'Section C'"},{"command":"check-shape-jumps-to-slide /home/user/Documents/nav_deck.odp 0 \"Section A\" \"Section A\"","key":"match","expected":true,"description":"Rectangle 'Section A' on slide 1 jumps to the 'Section A' slide"},{"command":"check-shape-jumps-to-slide /home/user/Documents/nav_deck.odp 0 \"Section B\" \"Section B\"","key":"match","expected":true,"description":"Rectangle 'Section B' on slide 1 jumps to the 'Section B' slide"},{"command":"check-shape-jumps-to-slide /home/user/Documents/nav_deck.odp 0 \"Section C\" \"Section C\"","key":"match","expected":true,"description":"Rectangle 'Section C' on slide 1 jumps to the 'Section C' slide"}],"github_task_path":"task_generator/tasks/impress_interactive_action_jump_to_slide"} {"id":"impress_modify_existing_content","app":"libreoffice_impress","task":"Open the file /home/user/Documents/product_launch.pptx in LibreOffice Impress. This is a 5-slide product launch presentation for 'Widget Pro'.\n\nMake the following modifications:\n\n1. On Slide 1 (title 'Widget Pro'), change the subtitle from 'Launch Date: March 2025' to 'Launch Date: June 2025'.\n\n2. On Slide 2 (title 'Key Features'), add a new bullet point 'AI-powered recommendations' after the existing bullet points. The existing bullets are: 'Real-time analytics dashboard', 'Cross-platform compatibility', 'Enterprise-grade security', '24/7 customer support'.\n\n3. On Slide 3 (title 'Pricing'), change the text '$49.99/month' to '$39.99/month' in the first bullet. The first bullet should read 'Starter Plan: $39.99/month'.\n\n4. On Slide 4 (title 'Go-to-Market Strategy'), add speaker notes: 'Emphasize the 30-day free trial offer.'\n\n5. On Slide 5, change the title from 'Thank You' to 'Thank You & Next Steps'. Add a new line of body text: 'Visit widgetpro.com for early access.'\n\nSave the file (Ctrl+S).","env":{"files":[{"filename":"product_launch.pptx","sandbox_path":"/home/user/Documents/product_launch.pptx"}]},"verification":[{"command":"check-slide-contains 0 \"Launch Date: June 2025\"","key":"contains","expected":true,"description":"Slide 1 contains updated launch date 'Launch Date: June 2025'"},{"command":"check-slide-contains 1 \"AI-powered recommendations\"","key":"contains","expected":true,"description":"Slide 2 contains new bullet 'AI-powered recommendations'"},{"command":"check-slide-contains 1 \"Real-time analytics dashboard\"","key":"contains","expected":true,"description":"Slide 2 still contains original bullet 'Real-time analytics dashboard'"},{"command":"check-slide-contains 2 \"$39.99/month\"","key":"contains","expected":true,"description":"Slide 3 contains updated price '$39.99/month'"},{"command":"check-notes-contain 3 \"Emphasize the 30-day free trial offer\"","key":"contains","expected":true,"description":"Slide 4 notes contain 'Emphasize the 30-day free trial offer'"},{"command":"check-slide-contains 4 \"Thank You & Next Steps\"","key":"contains","expected":true,"description":"Slide 5 contains updated title 'Thank You & Next Steps'"},{"command":"check-slide-contains 4 \"Visit widgetpro.com for early access\"","key":"contains","expected":true,"description":"Slide 5 contains new body text about early access"},{"command":"check-slide-count 5","key":"match","expected":true,"description":"Presentation still has 5 slides"}],"github_task_path":"task_generator/tasks/impress_modify_existing_content"} {"id":"impress_nonprofit_pitch_deck","app":"libreoffice_impress","task":"Create a new presentation from scratch in LibreOffice Impress with exactly 7 slides for a nonprofit fundraising pitch deck.\n\nSlide 1 (Title Slide): Title 'CleanWaters Initiative', subtitle 'Annual Fundraiser 2026'.\nSlide 2: Title 'The Problem'. Body: '2 billion people lack safe drinking water', 'Disease, missed school, lost wages'.\nSlide 3: Title 'Our Mission'. Body: 'Deliver low-cost filtration to rural communities', 'Train local technicians', 'Measure health outcomes'.\nSlide 4: Title 'Impact So Far'. Body: '412 villages served in 2025', '68 local technicians trained', '250k liters of clean water daily'.\nSlide 5: Title 'Programs for 2026'. Body: 'School filtration program', 'Women-led technician cohorts', 'Mobile water testing lab'.\nSlide 6: Title 'How You Can Help'. Body: 'Donate at cleanwaters.org/give', 'Sponsor a village', 'Volunteer for field trips'.\nSlide 7: Title 'Thank You'. Body: 'Together we can end the water crisis'.\n\nAdd a slide transition effect to every slide (any non-None transition, for example Fade).\n\nAdd speaker notes:\n- Slide 1: 'welcome donors and thank them for attending'\n- Slide 4: 'highlight Kerala region success story'\n- Slide 7: 'invite everyone to the afterparty reception'\n\nSave the presentation as /home/user/Documents/cleanwaters_pitch.pptx.","env":{"files":[],"reload_files":["/home/user/Documents/cleanwaters_pitch.pptx"]},"verification":[{"command":"check-slide-count 7","key":"match","expected":true,"description":"Exactly 7 slides"},{"command":"check-slide-title 0 \"CleanWaters Initiative\"","key":"match","expected":true,"description":"Slide 1 title"},{"command":"check-slide-contains 0 \"Annual Fundraiser 2026\"","key":"contains","expected":true,"description":"Slide 1 subtitle"},{"command":"check-slide-title 1 \"The Problem\"","key":"match","expected":true,"description":"Slide 2 title"},{"command":"check-slide-contains 1 \"2 billion people lack safe drinking water\"","key":"contains","expected":true,"description":"Slide 2 body"},{"command":"check-slide-title 2 \"Our Mission\"","key":"match","expected":true,"description":"Slide 3 title"},{"command":"check-slide-contains 2 \"Deliver low-cost filtration to rural communities\"","key":"contains","expected":true,"description":"Slide 3 body"},{"command":"check-slide-title 3 \"Impact So Far\"","key":"match","expected":true,"description":"Slide 4 title"},{"command":"check-slide-contains 3 \"412 villages served in 2025\"","key":"contains","expected":true,"description":"Slide 4 body"},{"command":"check-slide-title 4 \"Programs for 2026\"","key":"match","expected":true,"description":"Slide 5 title"},{"command":"check-slide-contains 4 \"School filtration program\"","key":"contains","expected":true,"description":"Slide 5 body"},{"command":"check-slide-title 5 \"How You Can Help\"","key":"match","expected":true,"description":"Slide 6 title"},{"command":"check-slide-contains 5 \"Donate at cleanwaters.org/give\"","key":"contains","expected":true,"description":"Slide 6 body"},{"command":"check-slide-title 6 \"Thank You\"","key":"match","expected":true,"description":"Slide 7 title"},{"command":"check-has-transition 0","key":"has_transition","expected":true,"description":"Slide 1 transition"},{"command":"check-has-transition 1","key":"has_transition","expected":true,"description":"Slide 2 transition"},{"command":"check-has-transition 2","key":"has_transition","expected":true,"description":"Slide 3 transition"},{"command":"check-has-transition 3","key":"has_transition","expected":true,"description":"Slide 4 transition"},{"command":"check-has-transition 4","key":"has_transition","expected":true,"description":"Slide 5 transition"},{"command":"check-has-transition 5","key":"has_transition","expected":true,"description":"Slide 6 transition"},{"command":"check-has-transition 6","key":"has_transition","expected":true,"description":"Slide 7 transition"},{"command":"check-notes-contain 0 \"welcome donors\"","key":"contains","expected":true,"description":"Slide 1 notes"},{"command":"check-notes-contain 3 \"Kerala region\"","key":"contains","expected":true,"description":"Slide 4 notes"},{"command":"check-notes-contain 6 \"afterparty\"","key":"contains","expected":true,"description":"Slide 7 notes"},{"command":"check-file-exists /home/user/Documents/cleanwaters_pitch.pptx","key":"exists","expected":true,"description":"File saved"}],"github_task_path":"task_generator/tasks/impress_nonprofit_pitch_deck"} {"id":"impress_onboarding_deck_with_notes","app":"libreoffice_impress","task":"Create a new presentation from scratch in LibreOffice Impress with exactly 8 slides for a new employee onboarding deck at a company called Helix Labs.\n\nSlide 1 (Title): Title 'Welcome to Helix Labs', subtitle 'Day 1 Orientation'.\nSlide 2: Title 'Engineering'. Body: 'Platform, Product, Infrastructure', 'Led by the CTO'.\nSlide 3: Title 'Design'. Body: 'Research, Visual, Systems', 'Led by the VP of Design'.\nSlide 4: Title 'Operations'. Body: 'People, Finance, Legal', 'Led by the COO'.\nSlide 5: Title 'Marketing'. Body: 'Brand, Growth, Content', 'Led by the CMO'.\nSlide 6: Title 'Benefits'. Body: '401k match up to 6%', 'Unlimited PTO', 'Health, dental, vision'.\nSlide 7: Title 'Resources'. Body: 'wiki.helixlabs.internal', 'help desk at ext 1200'.\nSlide 8: Title 'Questions'. Body: 'Ask anything'.\n\nEvery single slide (slides 1 through 8) must have non-empty speaker notes. Suggested notes - but any non-empty text works:\n- Slide 1: 'orient new hires and set the tone'\n- Slide 2: 'walk through engineering org chart'\n- Slide 3: 'show the design portfolio'\n- Slide 4: 'introduce key operations contacts'\n- Slide 5: 'share marketing wins'\n- Slide 6: 'explain benefits enrollment window'\n- Slide 7: 'demo the wiki search'\n- Slide 8: 'encourage open discussion'\n\nSave the presentation as /home/user/Documents/helix_onboarding.pptx.","env":{"files":[],"reload_files":["/home/user/Documents/helix_onboarding.pptx"]},"verification":[{"command":"check-slide-count 8","key":"match","expected":true,"description":"Exactly 8 slides"},{"command":"check-slide-title 0 \"Welcome to Helix Labs\"","key":"match","expected":true,"description":"Slide 1 title"},{"command":"check-slide-contains 0 \"Day 1 Orientation\"","key":"contains","expected":true,"description":"Slide 1 subtitle"},{"command":"check-slide-title 1 \"Engineering\"","key":"match","expected":true,"description":"Slide 2 title"},{"command":"check-slide-contains 1 \"Platform, Product, Infrastructure\"","key":"contains","expected":true,"description":"Slide 2 body"},{"command":"check-slide-title 2 \"Design\"","key":"match","expected":true,"description":"Slide 3 title"},{"command":"check-slide-contains 2 \"Research, Visual, Systems\"","key":"contains","expected":true,"description":"Slide 3 body"},{"command":"check-slide-title 3 \"Operations\"","key":"match","expected":true,"description":"Slide 4 title"},{"command":"check-slide-contains 3 \"People, Finance, Legal\"","key":"contains","expected":true,"description":"Slide 4 body"},{"command":"check-slide-title 4 \"Marketing\"","key":"match","expected":true,"description":"Slide 5 title"},{"command":"check-slide-contains 4 \"Brand, Growth, Content\"","key":"contains","expected":true,"description":"Slide 5 body"},{"command":"check-slide-title 5 \"Benefits\"","key":"match","expected":true,"description":"Slide 6 title"},{"command":"check-slide-contains 5 \"401k match up to 6%\"","key":"contains","expected":true,"description":"Slide 6 body"},{"command":"check-slide-title 6 \"Resources\"","key":"match","expected":true,"description":"Slide 7 title"},{"command":"check-slide-contains 6 \"wiki.helixlabs.internal\"","key":"contains","expected":true,"description":"Slide 7 body"},{"command":"check-slide-title 7 \"Questions\"","key":"match","expected":true,"description":"Slide 8 title"},{"command":"notes 0","eval":"len(result.get('notes','').strip()) > 0","description":"Slide 1 has non-empty notes"},{"command":"notes 1","eval":"len(result.get('notes','').strip()) > 0","description":"Slide 2 has non-empty notes"},{"command":"notes 2","eval":"len(result.get('notes','').strip()) > 0","description":"Slide 3 has non-empty notes"},{"command":"notes 3","eval":"len(result.get('notes','').strip()) > 0","description":"Slide 4 has non-empty notes"},{"command":"notes 4","eval":"len(result.get('notes','').strip()) > 0","description":"Slide 5 has non-empty notes"},{"command":"notes 5","eval":"len(result.get('notes','').strip()) > 0","description":"Slide 6 has non-empty notes"},{"command":"notes 6","eval":"len(result.get('notes','').strip()) > 0","description":"Slide 7 has non-empty notes"},{"command":"notes 7","eval":"len(result.get('notes','').strip()) > 0","description":"Slide 8 has non-empty notes"},{"command":"check-file-exists /home/user/Documents/helix_onboarding.pptx","key":"exists","expected":true,"description":"File saved"}],"github_task_path":"task_generator/tasks/impress_onboarding_deck_with_notes"} {"id":"impress_product_roadmap_deck","app":"libreoffice_impress","task":"Create a new presentation from scratch in LibreOffice Impress with exactly 6 slides for a quarterly product roadmap.\n\nSlide 1 (Title Slide): Title 'NovaCore Product Roadmap 2026', subtitle 'Prepared by Product Team'.\nSlide 2: Title 'Q1 2026'. Body: 'Beta release of collaboration mode', 'Migrate auth service to v2', 'Public API v3 preview'.\nSlide 3: Title 'Q2 2026'. Body: 'Mobile app public launch', 'Template gallery', 'Integration with Slack and Teams'.\nSlide 4: Title 'Q3 2026'. Body: 'Enterprise SSO support', 'Audit log export', 'Granular role permissions'.\nSlide 5: Title 'Q4 2026'. Body: 'AI assistant general availability', 'Offline mode', 'Zero-downtime upgrades'.\nSlide 6: Title 'Open Questions'. Body: 'Pricing tiers still under review', 'Hardware partner TBD'.\n\nAdd a slide transition effect to every slide (any non-None transition is fine - for example Fade or Push).\n\nAdd speaker notes to Slide 2: 'check engineering capacity before committing'.\nAdd speaker notes to Slide 5: 'schedule a GA readiness review in early December'.\n\nSave the presentation as /home/user/Documents/novacore_roadmap.pptx.","env":{"files":[],"reload_files":["/home/user/Documents/novacore_roadmap.pptx"]},"verification":[{"command":"check-slide-count 6","key":"match","expected":true,"description":"Exactly 6 slides"},{"command":"check-slide-title 0 \"NovaCore Product Roadmap 2026\"","key":"match","expected":true,"description":"Slide 1 title"},{"command":"check-slide-contains 0 \"Prepared by Product Team\"","key":"contains","expected":true,"description":"Slide 1 subtitle"},{"command":"check-slide-title 1 \"Q1 2026\"","key":"match","expected":true,"description":"Slide 2 title"},{"command":"check-slide-contains 1 \"Beta release of collaboration mode\"","key":"contains","expected":true,"description":"Slide 2 body"},{"command":"check-slide-title 2 \"Q2 2026\"","key":"match","expected":true,"description":"Slide 3 title"},{"command":"check-slide-contains 2 \"Mobile app public launch\"","key":"contains","expected":true,"description":"Slide 3 body"},{"command":"check-slide-title 3 \"Q3 2026\"","key":"match","expected":true,"description":"Slide 4 title"},{"command":"check-slide-contains 3 \"Enterprise SSO support\"","key":"contains","expected":true,"description":"Slide 4 body"},{"command":"check-slide-title 4 \"Q4 2026\"","key":"match","expected":true,"description":"Slide 5 title"},{"command":"check-slide-contains 4 \"AI assistant general availability\"","key":"contains","expected":true,"description":"Slide 5 body"},{"command":"check-slide-title 5 \"Open Questions\"","key":"match","expected":true,"description":"Slide 6 title"},{"command":"check-has-transition 0","key":"has_transition","expected":true,"description":"Slide 1 has transition"},{"command":"check-has-transition 1","key":"has_transition","expected":true,"description":"Slide 2 has transition"},{"command":"check-has-transition 2","key":"has_transition","expected":true,"description":"Slide 3 has transition"},{"command":"check-has-transition 3","key":"has_transition","expected":true,"description":"Slide 4 has transition"},{"command":"check-has-transition 4","key":"has_transition","expected":true,"description":"Slide 5 has transition"},{"command":"check-has-transition 5","key":"has_transition","expected":true,"description":"Slide 6 has transition"},{"command":"check-notes-contain 1 \"engineering capacity\"","key":"contains","expected":true,"description":"Slide 2 notes"},{"command":"check-notes-contain 4 \"GA readiness review\"","key":"contains","expected":true,"description":"Slide 5 notes"},{"command":"check-file-exists /home/user/Documents/novacore_roadmap.pptx","key":"exists","expected":true,"description":"File saved"}],"github_task_path":"task_generator/tasks/impress_product_roadmap_deck"} {"id":"impress_quarterly_report_deck","app":"libreoffice_impress","task":"Create a new presentation from scratch in LibreOffice Impress with exactly 5 slides for a Quarterly Business Report.\n\nSlide 1 (Title Slide): Title 'Q4 2025 Business Report', subtitle 'Prepared by Analytics Team'.\n\nSlide 2: Title 'Revenue Overview'. Body content as bullet points:\n- 'North America: $4.2M'\n- 'Europe: $2.8M'\n- 'Asia Pacific: $1.5M'\n\nSlide 3: Title 'Key Achievements'. Body content as bullet points:\n- 'Launched 3 new products'\n- 'Customer retention at 94%'\n- 'Reduced costs by 12%'\n\nSlide 4: Title 'Challenges'. Body content as bullet points:\n- 'Supply chain delays'\n- 'Increased competition'\n- 'Talent acquisition'\n\nSlide 5: Title 'Next Steps'. Body content as bullet points:\n- 'Expand APAC operations'\n- 'Invest in R&D'\n- 'Hire 50 engineers'\n\nAdd speaker notes to Slide 1: 'Welcome everyone to the Q4 review.'\n\nSave the presentation as /home/user/Documents/quarterly_report.pptx.","env":{"files":[],"reload_files":["/home/user/Documents/quarterly_report.pptx"]},"verification":[{"command":"check-slide-count 5","key":"match","expected":true,"description":"Presentation has exactly 5 slides"},{"command":"check-slide-title 0 \"Q4 2025 Business Report\"","key":"match","expected":true,"description":"Slide 1 title is 'Q4 2025 Business Report'"},{"command":"check-slide-contains 0 \"Prepared by Analytics Team\"","key":"contains","expected":true,"description":"Slide 1 contains subtitle 'Prepared by Analytics Team'"},{"command":"check-slide-title 1 \"Revenue Overview\"","key":"match","expected":true,"description":"Slide 2 title is 'Revenue Overview'"},{"command":"check-slide-contains 1 \"North America: $4.2M\"","key":"contains","expected":true,"description":"Slide 2 contains 'North America: $4.2M'"},{"command":"check-slide-contains 1 \"Europe: $2.8M\"","key":"contains","expected":true,"description":"Slide 2 contains 'Europe: $2.8M'"},{"command":"check-slide-contains 1 \"Asia Pacific: $1.5M\"","key":"contains","expected":true,"description":"Slide 2 contains 'Asia Pacific: $1.5M'"},{"command":"check-slide-title 2 \"Key Achievements\"","key":"match","expected":true,"description":"Slide 3 title is 'Key Achievements'"},{"command":"check-slide-contains 2 \"Customer retention at 94%\"","key":"contains","expected":true,"description":"Slide 3 contains 'Customer retention at 94%'"},{"command":"check-slide-title 3 \"Challenges\"","key":"match","expected":true,"description":"Slide 4 title is 'Challenges'"},{"command":"check-slide-contains 3 \"Supply chain delays\"","key":"contains","expected":true,"description":"Slide 4 contains 'Supply chain delays'"},{"command":"check-slide-title 4 \"Next Steps\"","key":"match","expected":true,"description":"Slide 5 title is 'Next Steps'"},{"command":"check-slide-contains 4 \"Expand APAC operations\"","key":"contains","expected":true,"description":"Slide 5 contains 'Expand APAC operations'"},{"command":"check-notes-contain 0 \"Welcome everyone to the Q4 review\"","key":"contains","expected":true,"description":"Slide 1 notes contain 'Welcome everyone to the Q4 review'"},{"command":"check-file-exists /home/user/Documents/quarterly_report.pptx","key":"exists","expected":true,"description":"File quarterly_report.pptx exists"}],"github_task_path":"task_generator/tasks/impress_quarterly_report_deck"} {"id":"impress_remove_and_rebrand_deck","app":"libreoffice_impress","task":"Open /home/user/Documents/legacy_sales.pptx in LibreOffice Impress. The deck currently has 8 slides with titles (in order): 'Acme CRM 2021 Edition', 'Problem Landscape', 'Legacy Architecture', 'Features', 'Old Pricing', 'Case Study: BrightCorp', 'Competitor Comparison', 'Call to Action'.\n\nClean up and rebrand the deck to match the 2026 edition:\n\n1. Delete the two obsolete slides: 'Legacy Architecture' and 'Old Pricing'.\n2. Rename the title of slide 1 from 'Acme CRM 2021 Edition' to 'Acme CRM 2026 Edition'.\n3. On the 'Features' slide, replace its body so that the bullets are exactly: 'AI-powered pipeline scoring', 'Unified inbox', 'GDPR-ready audit logs'.\n4. Add a new slide at the END of the deck titled 'Contact' with body bullets: 'sales@acmecrm.example', '+1 415 555 0142', 'acmecrm.example/book-demo'.\n\nFinal deck must have exactly 7 slides in this order: 'Acme CRM 2026 Edition', 'Problem Landscape', 'Features', 'Case Study: BrightCorp', 'Competitor Comparison', 'Call to Action', 'Contact'.\n\nSave the file (Ctrl+S) back to /home/user/Documents/legacy_sales.pptx.","env":{"files":[{"filename":"legacy_sales.pptx","sandbox_path":"/home/user/Documents/legacy_sales.pptx"}]},"verification":[{"command":"check-slide-count 7","key":"match","expected":true,"description":"Deck has 7 slides"},{"command":"check-slide-title 0 \"Acme CRM 2026 Edition\"","key":"match","expected":true,"description":"Slide 1 rebranded title"},{"command":"check-slide-title 1 \"Problem Landscape\"","key":"match","expected":true,"description":"Slide 2 title"},{"command":"check-slide-title 2 Features","key":"match","expected":true,"description":"Slide 3 title"},{"command":"check-slide-contains 2 \"AI-powered pipeline scoring\"","key":"contains","expected":true,"description":"Features bullet 1"},{"command":"check-slide-contains 2 \"Unified inbox\"","key":"contains","expected":true,"description":"Features bullet 2"},{"command":"check-slide-contains 2 \"GDPR-ready audit logs\"","key":"contains","expected":true,"description":"Features bullet 3"},{"command":"check-slide-title 3 \"Case Study: BrightCorp\"","key":"match","expected":true,"description":"Slide 4 title"},{"command":"check-slide-title 4 \"Competitor Comparison\"","key":"match","expected":true,"description":"Slide 5 title"},{"command":"check-slide-title 5 \"Call to Action\"","key":"match","expected":true,"description":"Slide 6 title"},{"command":"check-slide-title 6 Contact","key":"match","expected":true,"description":"Slide 7 title"},{"command":"check-slide-contains 6 \"sales@acmecrm.example\"","key":"contains","expected":true,"description":"Contact email"},{"command":"check-slide-contains 6 \"+1 415 555 0142\"","key":"contains","expected":true,"description":"Contact phone"},{"command":"check-slide-contains 6 \"acmecrm.example/book-demo\"","key":"contains","expected":true,"description":"Contact demo URL"},{"command":"check-file-exists /home/user/Documents/legacy_sales.pptx","key":"exists","expected":true,"description":"File still exists on disk"}],"github_task_path":"task_generator/tasks/impress_remove_and_rebrand_deck"} {"id":"impress_reorganize_slides","app":"libreoffice_impress","task":"Open the file /home/user/Documents/project_plan.pptx in LibreOffice Impress. This presentation has 6 slides with titles in this order: 'Cover', 'Timeline', 'Budget', 'Team', 'Risks', 'Summary'.\n\nThe slides are in the wrong order. Reorder them so the final order is:\n1. 'Cover'\n2. 'Team'\n3. 'Timeline'\n4. 'Budget'\n5. 'Risks'\n6. 'Summary'\n\nSpecifically, move the 'Team' slide (currently slide 4) to become slide 2. The rest should shift accordingly.\n\nThen add a new slide at the end (slide 7) with:\n- Title: 'Appendix'\n- Body text: 'Additional reference materials available upon request.'\n\nThe final presentation should have exactly 7 slides. Save the file (Ctrl+S).","env":{"files":[{"filename":"project_plan.pptx","sandbox_path":"/home/user/Documents/project_plan.pptx"}]},"verification":[{"command":"check-slide-count 7","key":"match","expected":true,"description":"Presentation has exactly 7 slides"},{"command":"check-slide-title 0 \"Cover\"","key":"match","expected":true,"description":"Slide 1 title is 'Cover'"},{"command":"check-slide-title 1 \"Team\"","key":"match","expected":true,"description":"Slide 2 title is 'Team'"},{"command":"check-slide-title 2 \"Timeline\"","key":"match","expected":true,"description":"Slide 3 title is 'Timeline'"},{"command":"check-slide-title 3 \"Budget\"","key":"match","expected":true,"description":"Slide 4 title is 'Budget'"},{"command":"check-slide-title 4 \"Risks\"","key":"match","expected":true,"description":"Slide 5 title is 'Risks'"},{"command":"check-slide-title 5 \"Summary\"","key":"match","expected":true,"description":"Slide 6 title is 'Summary'"},{"command":"check-slide-title 6 \"Appendix\"","key":"match","expected":true,"description":"Slide 7 title is 'Appendix'"},{"command":"check-slide-contains 6 \"Additional reference materials available upon request\"","key":"contains","expected":true,"description":"Slide 7 contains the expected body text"}],"github_task_path":"task_generator/tasks/impress_reorganize_slides"} {"id":"impress_replace_placeholder_content","app":"libreoffice_impress","task":"Open the file /home/user/Documents/research_draft.odp in LibreOffice Impress. This 6-slide deck contains TODO placeholder text on every slide. Replace every placeholder with real content as specified below. Do not add or remove slides.\n\nSlide 1 ('Phase III Study Results'): replace the TODO body with 'Final Results: primary endpoint achieved'.\nSlide 2 ('Sample Characteristics'): replace the TODO body with 'Sample size: 2413 participants across 14 sites'.\nSlide 3 ('Primary Endpoint'): replace the TODO body with 'Primary endpoint met at p<0.001 versus control'.\nSlide 4 ('Safety'): replace the TODO body with 'Safety profile consistent with prior phases, no new signals'.\nSlide 5 ('Regulatory Plan'): replace the TODO body with 'Submission planned for Q3 2026 to FDA and EMA'.\nSlide 6 ('Acknowledgements'): replace the TODO body with 'Thank you to the study coordinators and participating sites'.\n\nNo slide should still contain the word TODO anywhere. Save the file (Ctrl+S) keeping the same /home/user/Documents/research_draft.odp path and ODP format.","env":{"files":[{"filename":"research_draft.odp","sandbox_path":"/home/user/Documents/research_draft.odp"}]},"verification":[{"command":"check-slide-count 6","key":"match","expected":true,"description":"Still exactly 6 slides"},{"command":"check-slide-contains 0 \"Final Results\"","key":"contains","expected":true,"description":"Slide 1 updated"},{"command":"check-slide-contains 1 \"Sample size: 2413 participants\"","key":"contains","expected":true,"description":"Slide 2 updated"},{"command":"check-slide-contains 2 \"Primary endpoint met at p\"","key":"contains","expected":true,"description":"Slide 3 updated"},{"command":"check-slide-contains 3 \"Safety profile consistent with prior phases\"","key":"contains","expected":true,"description":"Slide 4 updated"},{"command":"check-slide-contains 4 \"Submission planned for Q3 2026\"","key":"contains","expected":true,"description":"Slide 5 updated"},{"command":"check-slide-contains 5 \"Thank you to the study coordinators\"","key":"contains","expected":true,"description":"Slide 6 updated"},{"command":"slide-text 0","eval":"'TODO' not in result.get('full_text','')","description":"Slide 1 no TODO"},{"command":"slide-text 1","eval":"'TODO' not in result.get('full_text','')","description":"Slide 2 no TODO"},{"command":"slide-text 2","eval":"'TODO' not in result.get('full_text','')","description":"Slide 3 no TODO"},{"command":"slide-text 3","eval":"'TODO' not in result.get('full_text','')","description":"Slide 4 no TODO"},{"command":"slide-text 4","eval":"'TODO' not in result.get('full_text','')","description":"Slide 5 no TODO"},{"command":"slide-text 5","eval":"'TODO' not in result.get('full_text','')","description":"Slide 6 no TODO"},{"command":"check-file-exists /home/user/Documents/research_draft.odp","key":"exists","expected":true,"description":"File saved"}],"github_task_path":"task_generator/tasks/impress_replace_placeholder_content"} {"id":"impress_research_poster_deck","app":"libreoffice_impress","task":"Create a new presentation from scratch in LibreOffice Impress with exactly 5 slides for an oral defence of a research poster titled 'Urban Heat Islands in Austin'.\n\nSlide 1 (Title Slide): Title 'Urban Heat Islands in Austin'. Subtitle 'Dr. Maya Chen — Environmental Studies 2026'.\nSlide 2: Title 'Background'. Body bullets: 'Temperature anomalies in dense districts', 'Impact on vulnerable populations', 'Gaps in prior work'.\nSlide 3: Title 'Methods'. Body bullets: 'Satellite LST imagery 2018-2024', 'Ground sensor network (42 nodes)', 'Mixed-effects regression model'.\nSlide 4: Title 'Results'. Body bullets: 'Downtown core 3.8C warmer than suburbs', 'Tree canopy explains 41% of variance', 'Night-time peaks before 4am'.\nSlide 5: Title 'Discussion'. Body bullets: 'Policy levers: canopy cover targets', 'Retrofitting dark rooftops', 'Next steps: extend to San Antonio'.\n\nAdd speaker notes to EVERY content slide (slides 2-5):\n- Slide 2 (index 1) notes: 'Frame the public-health urgency and name the collaborating clinics'.\n- Slide 3 (index 2) notes: 'Explain the sensor calibration protocol'.\n- Slide 4 (index 3) notes: 'Point out the 41% figure as the key empirical contribution'.\n- Slide 5 (index 4) notes: 'Close with the call for funding'.\n\nSave the presentation as /home/user/Documents/heat_island_poster.odp.","env":{"files":[],"reload_files":["/home/user/Documents/heat_island_poster.odp"]},"verification":[{"command":"check-slide-count 5","key":"match","expected":true,"description":"Deck has exactly 5 slides"},{"command":"check-slide-title 0 \"Urban Heat Islands in Austin\"","key":"match","expected":true,"description":"Slide 1 title"},{"command":"check-slide-contains 0 \"Dr. Maya Chen\"","key":"contains","expected":true,"description":"Slide 1 subtitle author"},{"command":"check-slide-contains 0 \"Environmental Studies 2026\"","key":"contains","expected":true,"description":"Slide 1 subtitle year"},{"command":"check-slide-title 1 Background","key":"match","expected":true,"description":"Slide 2 title"},{"command":"check-slide-contains 1 \"Temperature anomalies\"","key":"contains","expected":true,"description":"Slide 2 bullet 1"},{"command":"check-slide-contains 1 \"vulnerable populations\"","key":"contains","expected":true,"description":"Slide 2 bullet 2"},{"command":"check-slide-contains 1 \"Gaps in prior work\"","key":"contains","expected":true,"description":"Slide 2 bullet 3"},{"command":"check-slide-title 2 Methods","key":"match","expected":true,"description":"Slide 3 title"},{"command":"check-slide-contains 2 \"Satellite LST imagery\"","key":"contains","expected":true,"description":"Slide 3 bullet 1"},{"command":"check-slide-contains 2 \"Ground sensor network\"","key":"contains","expected":true,"description":"Slide 3 bullet 2"},{"command":"check-slide-contains 2 \"regression model\"","key":"contains","expected":true,"description":"Slide 3 bullet 3"},{"command":"check-slide-title 3 Results","key":"match","expected":true,"description":"Slide 4 title"},{"command":"check-slide-contains 3 \"Downtown core\"","key":"contains","expected":true,"description":"Slide 4 bullet 1"},{"command":"check-slide-contains 3 \"Tree canopy\"","key":"contains","expected":true,"description":"Slide 4 bullet 2"},{"command":"check-slide-contains 3 \"Night-time peaks\"","key":"contains","expected":true,"description":"Slide 4 bullet 3"},{"command":"check-slide-title 4 Discussion","key":"match","expected":true,"description":"Slide 5 title"},{"command":"check-slide-contains 4 \"canopy cover targets\"","key":"contains","expected":true,"description":"Slide 5 bullet 1"},{"command":"check-slide-contains 4 \"dark rooftops\"","key":"contains","expected":true,"description":"Slide 5 bullet 2"},{"command":"check-slide-contains 4 \"San Antonio\"","key":"contains","expected":true,"description":"Slide 5 bullet 3"},{"command":"check-notes-contain 1 \"public-health urgency\"","key":"contains","expected":true,"description":"Slide 2 notes"},{"command":"check-notes-contain 2 \"sensor calibration\"","key":"contains","expected":true,"description":"Slide 3 notes"},{"command":"check-notes-contain 3 \"41%\"","key":"contains","expected":true,"description":"Slide 4 notes"},{"command":"check-notes-contain 4 funding","key":"contains","expected":true,"description":"Slide 5 notes"},{"command":"check-file-exists /home/user/Documents/heat_island_poster.odp","key":"exists","expected":true,"description":"Output ODP file exists"}],"github_task_path":"task_generator/tasks/impress_research_poster_deck"} {"id":"impress_save_as_new_format","app":"libreoffice_impress","task":"Open the file /home/user/Documents/annual_review.pptx in LibreOffice Impress. This presentation has 5 slides with titles: 'Annual Review 2025', 'Financial Summary', 'Team Growth', 'Product Milestones', 'Goals for 2026'.\n\nPerform the following edits:\n\n1. On Slide 2 ('Financial Summary'), add a new bullet point at the end of the existing content: 'Net profit margin: 18%'\n\n2. On Slide 5 ('Goals for 2026'), add speaker notes: 'Set quarterly check-in meetings to track progress.'\n\n3. Use File > Save As to save the presentation in ODP format (ODF Presentation) at the path /home/user/Documents/annual_review.odp.\n\nThe original file /home/user/Documents/annual_review.pptx should still exist on disk after you save the ODP copy. The presentation should still have exactly 5 slides.","env":{"files":[{"filename":"annual_review.pptx","sandbox_path":"/home/user/Documents/annual_review.pptx"}]},"verification":[{"command":"check-slide-count 5","key":"match","expected":true,"description":"Presentation still has exactly 5 slides"},{"command":"check-slide-title 1 \"Financial Summary\"","key":"match","expected":true,"description":"Slide 2 title is 'Financial Summary'"},{"command":"check-slide-contains 1 \"Net profit margin: 18%\"","key":"contains","expected":true,"description":"Slide 2 contains 'Net profit margin: 18%'"},{"command":"check-notes-contain 4 \"Set quarterly check-in meetings to track progress\"","key":"contains","expected":true,"description":"Slide 5 notes contain expected text"},{"command":"check-file-exists /home/user/Documents/annual_review.odp","key":"exists","expected":true,"description":"ODP file exists at expected path"},{"command":"check-file-exists /home/user/Documents/annual_review.pptx","key":"exists","expected":true,"description":"Original PPTX file still exists"}],"github_task_path":"task_generator/tasks/impress_save_as_new_format"} {"id":"impress_slide_size_widescreen_and_header_footer","app":"libreoffice_impress","task":"Open the file /home/user/Documents/strategy_review.odp in LibreOffice Impress. This 6-slide deck is currently at the standard 4:3 size. You must:\n\n1. Change the slide size to 16:9 widescreen: exactly 13.333 inches wide by 7.5 inches tall, in landscape orientation (Slide > Slide Properties, or Slide > Page Properties; pick the 'Widescreen' preset or set the width/height manually).\n\n2. Insert a header/footer (Insert > Header and Footer) so that EVERY SLIDE FROM SLIDE 2 ONWARDS displays:\n - a fixed footer with the text 'Confidential - Draft 2026-Q2'\n - an automatic slide number\n The first slide (the title slide 'Strategy Review 2026') MUST NOT show the footer. In the Header and Footer dialog, tick 'Do not show on the first slide' (or clear the footer on slide 1 only) before applying 'Apply to All'.\n\n3. Save the file, overwriting /home/user/Documents/strategy_review.odp (do NOT Save As). Keep the file as .odp.\n\nThe deck must still have exactly 6 slides when you finish.","env":{"files":[{"filename":"strategy_review.odp","sandbox_path":"/home/user/Documents/strategy_review.odp"}]},"verification":[{"command":"check-file-exists /home/user/Documents/strategy_review.odp","key":"exists","expected":true,"description":"strategy_review.odp is saved on disk"},{"command":"check-slide-size /home/user/Documents/strategy_review.odp 13.333 7.5 0.05","key":"match","expected":true,"description":"Slide size is 16:9 widescreen (13.333in x 7.5in)"},{"command":"check-footer-on-slide /home/user/Documents/strategy_review.odp 1 \"Confidential - Draft 2026-Q2\"","key":"match","expected":true,"description":"Slide 2 has footer 'Confidential - Draft 2026-Q2'"},{"command":"check-footer-on-slide /home/user/Documents/strategy_review.odp 2 \"Confidential - Draft 2026-Q2\"","key":"match","expected":true,"description":"Slide 3 has footer 'Confidential - Draft 2026-Q2'"},{"command":"check-footer-on-slide /home/user/Documents/strategy_review.odp 5 \"Confidential - Draft 2026-Q2\"","key":"match","expected":true,"description":"Slide 6 has footer 'Confidential - Draft 2026-Q2'"},{"command":"check-footer-on-slide /home/user/Documents/strategy_review.odp 0","key":"has_footer","expected":false,"description":"Slide 1 (title) does NOT have the footer"},{"command":"check-slide-number-on-slide /home/user/Documents/strategy_review.odp 1","key":"match","expected":true,"description":"Slide 2 shows a slide number"},{"command":"check-slide-number-on-slide /home/user/Documents/strategy_review.odp 5","key":"match","expected":true,"description":"Slide 6 shows a slide number"},{"command":"check-slide-count 6","key":"match","expected":true,"description":"Deck still has exactly 6 slides"}],"github_task_path":"task_generator/tasks/impress_slide_size_widescreen_and_header_footer"} {"id":"impress_split_deck_with_sections","app":"libreoffice_impress","task":"Open the file /home/user/Documents/marketing_plan.odp in LibreOffice Impress. The deck currently has 5 slides in this order: 'Campaign Overview', 'Audience', 'Channels', 'Budget', 'KPIs'.\n\nInsert three section divider slides so the final 8-slide order is:\n1. 'Campaign Overview'\n2. 'Section: Targeting' (new) - body text 'Who we are reaching'\n3. 'Audience'\n4. 'Channels'\n5. 'Section: Economics' (new) - body text 'How we spend and measure'\n6. 'Budget'\n7. 'Section: Outcomes' (new) - body text 'What success looks like'\n8. 'KPIs'\n\nDo not modify the existing content on the original 5 slides. Save the file (Ctrl+S) keeping the same /home/user/Documents/marketing_plan.odp path and ODP format.","env":{"files":[{"filename":"marketing_plan.odp","sandbox_path":"/home/user/Documents/marketing_plan.odp"}]},"verification":[{"command":"check-slide-count 8","key":"match","expected":true,"description":"Exactly 8 slides"},{"command":"check-slide-title 0 \"Campaign Overview\"","key":"match","expected":true,"description":"Slide 1 unchanged"},{"command":"check-slide-title 1 \"Section: Targeting\"","key":"match","expected":true,"description":"Slide 2 new section"},{"command":"check-slide-contains 1 \"Who we are reaching\"","key":"contains","expected":true,"description":"Slide 2 body"},{"command":"check-slide-title 2 \"Audience\"","key":"match","expected":true,"description":"Slide 3"},{"command":"check-slide-title 3 \"Channels\"","key":"match","expected":true,"description":"Slide 4"},{"command":"check-slide-title 4 \"Section: Economics\"","key":"match","expected":true,"description":"Slide 5 new section"},{"command":"check-slide-contains 4 \"How we spend and measure\"","key":"contains","expected":true,"description":"Slide 5 body"},{"command":"check-slide-title 5 \"Budget\"","key":"match","expected":true,"description":"Slide 6"},{"command":"check-slide-title 6 \"Section: Outcomes\"","key":"match","expected":true,"description":"Slide 7 new section"},{"command":"check-slide-contains 6 \"What success looks like\"","key":"contains","expected":true,"description":"Slide 7 body"},{"command":"check-slide-title 7 \"KPIs\"","key":"match","expected":true,"description":"Slide 8"},{"command":"check-file-exists /home/user/Documents/marketing_plan.odp","key":"exists","expected":true,"description":"File saved"}],"github_task_path":"task_generator/tasks/impress_split_deck_with_sections"} {"id":"impress_webinar_followup_deck","app":"libreoffice_impress","task":"Create a new presentation from scratch in LibreOffice Impress with exactly 6 slides for an 'AI in Finance' webinar follow-up deck.\n\nSlide 1 (Title Slide): Title 'AI in Finance Webinar Recap'. Subtitle 'Follow-Up Resources'.\nSlide 2: Title 'Webinar Highlights'. Body bullets: 'Fraud detection breakthroughs', 'Regulatory updates', 'Panel Q&A themes'.\nSlide 3: Title 'Attendee Statistics'. Body bullets: '1,450 live attendees', '68% from banks', '22% from insurance'.\nSlide 4: Title 'Key Takeaways'. Body bullets: 'Start with explainable models', 'Audit training data quarterly', 'Engage compliance early'.\nSlide 5: Title 'Next Steps'. Body bullets: 'Book a follow-up demo', 'Join the monthly newsletter', 'Download the white paper'.\nSlide 6: Title 'Q&A'. Body 'Reach out: team@aifin.example'.\n\nAdd speaker notes:\n- On Slide 2 (index 1): 'Highlight the panel moderator and the fraud live demo'.\n- On Slide 5 (index 4): 'Promote the upcoming executive roundtable'.\n\nSave the presentation as /home/user/Documents/webinar_followup.odp (ODF Presentation format).","env":{"files":[],"reload_files":["/home/user/Documents/webinar_followup.odp"]},"verification":[{"command":"check-slide-count 6","key":"match","expected":true,"description":"Deck has exactly 6 slides"},{"command":"check-slide-title 0 \"AI in Finance Webinar Recap\"","key":"match","expected":true,"description":"Slide 1 title"},{"command":"check-slide-contains 0 \"Follow-Up Resources\"","key":"contains","expected":true,"description":"Slide 1 subtitle"},{"command":"check-slide-title 1 \"Webinar Highlights\"","key":"match","expected":true,"description":"Slide 2 title"},{"command":"check-slide-contains 1 \"Fraud detection breakthroughs\"","key":"contains","expected":true,"description":"Slide 2 bullet 1"},{"command":"check-slide-contains 1 \"Regulatory updates\"","key":"contains","expected":true,"description":"Slide 2 bullet 2"},{"command":"check-slide-contains 1 \"Panel\"","key":"contains","expected":true,"description":"Slide 2 bullet 3"},{"command":"check-slide-title 2 \"Attendee Statistics\"","key":"match","expected":true,"description":"Slide 3 title"},{"command":"check-slide-contains 2 \"1,450 live attendees\"","key":"contains","expected":true,"description":"Slide 3 bullet 1"},{"command":"check-slide-contains 2 \"68%\"","key":"contains","expected":true,"description":"Slide 3 bullet 2"},{"command":"check-slide-contains 2 \"22%\"","key":"contains","expected":true,"description":"Slide 3 bullet 3"},{"command":"check-slide-title 3 \"Key Takeaways\"","key":"match","expected":true,"description":"Slide 4 title"},{"command":"check-slide-contains 3 \"explainable models\"","key":"contains","expected":true,"description":"Slide 4 bullet 1"},{"command":"check-slide-contains 3 \"Audit training data quarterly\"","key":"contains","expected":true,"description":"Slide 4 bullet 2"},{"command":"check-slide-contains 3 \"Engage compliance early\"","key":"contains","expected":true,"description":"Slide 4 bullet 3"},{"command":"check-slide-title 4 \"Next Steps\"","key":"match","expected":true,"description":"Slide 5 title"},{"command":"check-slide-contains 4 \"Book a follow-up demo\"","key":"contains","expected":true,"description":"Slide 5 bullet 1"},{"command":"check-slide-contains 4 \"monthly newsletter\"","key":"contains","expected":true,"description":"Slide 5 bullet 2"},{"command":"check-slide-contains 4 \"white paper\"","key":"contains","expected":true,"description":"Slide 5 bullet 3"},{"command":"check-slide-title 5 \"Q&A\"","key":"match","expected":true,"description":"Slide 6 title"},{"command":"check-slide-contains 5 \"team@aifin.example\"","key":"contains","expected":true,"description":"Slide 6 contact email"},{"command":"check-notes-contain 1 \"panel moderator\"","key":"contains","expected":true,"description":"Slide 2 notes mention panel moderator"},{"command":"check-notes-contain 1 \"fraud live demo\"","key":"contains","expected":true,"description":"Slide 2 notes mention fraud live demo"},{"command":"check-notes-contain 4 \"executive roundtable\"","key":"contains","expected":true,"description":"Slide 5 notes mention executive roundtable"},{"command":"check-file-exists /home/user/Documents/webinar_followup.odp","key":"exists","expected":true,"description":"Output ODP file exists"}],"github_task_path":"task_generator/tasks/impress_webinar_followup_deck"} {"id":"krita_add_document_metadata","app":"krita","task":"Open /home/user/Documents/artwork.kra in Krita. Edit document information dialog and set the following fields exactly: Title = 'Sunset Study', Subject = 'Landscape', Keywords = 'sunset, landscape, study', Author full name = 'Jane Painter', and Description / Abstract containing the phrase 'sunset scene'. Save the file in place at /home/user/Documents/artwork.kra.","env":{"files":[{"filename":"artwork.kra","sandbox_path":"/home/user/Documents/artwork.kra"}]},"verification":[{"command":"metadata /home/user/Documents/artwork.kra","eval":"result.get('title') == 'Sunset Study'","expected":true,"description":"Title set"},{"command":"metadata /home/user/Documents/artwork.kra","eval":"result.get('subject') == 'Landscape'","expected":true,"description":"Subject set"},{"command":"metadata /home/user/Documents/artwork.kra","eval":"'sunset' in (result.get('keyword') or '').lower() and 'landscape' in (result.get('keyword') or '').lower()","expected":true,"description":"Keywords include sunset and landscape"},{"command":"metadata /home/user/Documents/artwork.kra","eval":"result.get('author') == 'Jane Painter'","expected":true,"description":"Author = Jane Painter"},{"command":"metadata /home/user/Documents/artwork.kra","eval":"'sunset scene' in (result.get('description') or '').lower()","expected":true,"description":"Description contains 'sunset scene'"}],"github_task_path":"task_generator/tasks/krita_add_document_metadata"} {"id":"krita_add_filter_mask_blur","app":"krita","task":"Open /home/user/Documents/scene.kra in Krita. It contains two paint layers, 'Background' and 'Overlay'. Add a Filter Mask of type Gaussian Blur (any reasonable radius) as a child of the 'Background' layer and name the mask exactly 'SoftBlur'. Leave 'Overlay' untouched. Save the file in place (Ctrl+S).","env":{"files":[{"filename":"scene.kra","sandbox_path":"/home/user/Documents/scene.kra"}]},"verification":[{"command":"check-file-exists /home/user/Documents/scene.kra","key":"exists","expected":true,"description":"scene.kra still exists"},{"command":"check-layer-exists /home/user/Documents/scene.kra Background","key":"exists","expected":true,"description":"Background layer preserved"},{"command":"check-layer-exists /home/user/Documents/scene.kra Overlay","key":"exists","expected":true,"description":"Overlay layer preserved"},{"command":"check-mask-of /home/user/Documents/scene.kra Background SoftBlur","key":"exists","expected":true,"description":"SoftBlur mask is a child of Background"},{"command":"check-layer-node-type /home/user/Documents/scene.kra SoftBlur filtermask","key":"match","expected":true,"description":"SoftBlur node type is filtermask"}],"github_task_path":"task_generator/tasks/krita_add_filter_mask_blur"} {"id":"krita_add_gradient_fill_layer","app":"krita","task":"Open /home/user/Documents/sunset.kra in Krita. It contains one paint layer named 'Ground'. Add a new Fill Layer that uses a Gradient generator and name the new layer exactly 'SkyGradient'. Configure the gradient to interpolate from pure orange (#FF8C00) at the top to pure yellow (#FFFF00) at the bottom. Save the file.","env":{"files":[{"filename":"sunset.kra","sandbox_path":"/home/user/Documents/sunset.kra"}]},"verification":[{"command":"check-file-exists /home/user/Documents/sunset.kra","key":"exists","expected":true,"description":"sunset.kra still exists"},{"command":"check-layer-exists /home/user/Documents/sunset.kra Ground","key":"exists","expected":true,"description":"Ground layer preserved"},{"command":"check-layer-exists /home/user/Documents/sunset.kra SkyGradient","key":"exists","expected":true,"description":"SkyGradient layer added"},{"command":"layer-info /home/user/Documents/sunset.kra SkyGradient","eval":"result.get('node_type') in ('generatedlayer','filllayer','generatorlayer')","expected":true,"description":"SkyGradient is a generated/fill layer"},{"command":"layer-info /home/user/Documents/sunset.kra SkyGradient","eval":"'gradient' in (result.get('generator_name','') or '').lower() or result.get('node_type','') in ('generatedlayer','filllayer','generatorlayer')","expected":true,"description":"Generator is gradient (or generic fill layer acceptable)"}],"github_task_path":"task_generator/tasks/krita_add_gradient_fill_layer"} {"id":"krita_add_transparency_mask","app":"krita","task":"Open /home/user/Documents/portrait_mask.kra in Krita. The file contains a single paint layer named 'Portrait'. Add a Transparency Mask as a child of the 'Portrait' layer and name the mask exactly 'FadeEdges'. Do not rename or delete the Portrait layer. Save the file in place (Ctrl+S) so the result is written back to /home/user/Documents/portrait_mask.kra.","env":{"files":[{"filename":"portrait_mask.kra","sandbox_path":"/home/user/Documents/portrait_mask.kra"}]},"verification":[{"command":"check-file-exists /home/user/Documents/portrait_mask.kra","key":"exists","expected":true,"description":"portrait_mask.kra still exists"},{"command":"check-layer-exists /home/user/Documents/portrait_mask.kra Portrait","key":"exists","expected":true,"description":"Portrait layer preserved"},{"command":"check-mask-of /home/user/Documents/portrait_mask.kra Portrait FadeEdges","key":"exists","expected":true,"description":"FadeEdges mask is a child of Portrait"},{"command":"check-layer-node-type /home/user/Documents/portrait_mask.kra FadeEdges transparencymask","key":"match","expected":true,"description":"FadeEdges node type is transparencymask"}],"github_task_path":"task_generator/tasks/krita_add_transparency_mask"} {"id":"krita_animation_three_keyframes","app":"krita","task":"Open /home/user/Documents/bounce.kra in Krita. It contains one paint layer named 'Ball' and the document framerate is currently 12 fps. Change the document framerate to 24 fps, add the 'Ball' layer to the animation timeline, and create at least 3 animation keyframes on the 'Ball' layer (for example at times 0, 12 and 24; empty frames are fine). Save the file in place (Ctrl+S).","env":{"files":[{"filename":"bounce.kra","sandbox_path":"/home/user/Documents/bounce.kra"}]},"verification":[{"command":"check-file-exists /home/user/Documents/bounce.kra","key":"exists","expected":true,"description":"bounce.kra still exists"},{"command":"check-layer-exists /home/user/Documents/bounce.kra Ball","key":"exists","expected":true,"description":"Ball layer preserved"},{"command":"check-framerate /home/user/Documents/bounce.kra 24","key":"match","expected":true,"description":"Document framerate is 24"},{"command":"check-layer-animated /home/user/Documents/bounce.kra Ball","key":"animated","expected":true,"description":"Ball layer is in the timeline"},{"command":"check-keyframe-count /home/user/Documents/bounce.kra Ball 3","key":"match","expected":true,"description":"Ball layer has at least 3 keyframes"}],"github_task_path":"task_generator/tasks/krita_animation_three_keyframes"} {"id":"krita_change_colorspace_grayscale","app":"krita","task":"Open /home/user/Documents/photo_rgba.kra in Krita. The document is currently RGBA 8-bit with an sRGB profile. Convert the image to the Grayscale/Alpha (8-bit) color space, using any standard Grayscale profile. Keep the 'Photo' layer. Save the file in place — the saved .kra must have colorspace GRAYA.","env":{"files":[{"filename":"photo_rgba.kra","sandbox_path":"/home/user/Documents/photo_rgba.kra"}]},"verification":[{"command":"check-file-exists /home/user/Documents/photo_rgba.kra","key":"exists","expected":true,"description":"photo_rgba.kra still exists"},{"command":"check-layer-exists /home/user/Documents/photo_rgba.kra Photo","key":"exists","expected":true,"description":"Photo layer preserved"},{"command":"check-color-space /home/user/Documents/photo_rgba.kra GRAYA","key":"match","expected":true,"description":"Document color space is GRAYA"},{"command":"color-profile /home/user/Documents/photo_rgba.kra","eval":"'gray' in (result.get('profile_name','').lower()) or 'gray' in (result.get('colorspacename','').lower())","expected":true,"description":"Color profile references a Gray profile"}],"github_task_path":"task_generator/tasks/krita_change_colorspace_grayscale"} {"id":"krita_create_new_canvas","app":"krita","task":"In Krita, create a new document with these exact properties: width 1500 pixels, height 1500 pixels, resolution 300 DPI, color model RGBA 8-bit. The initial background/paint layer should be filled with solid color hex #2E86AB. Add a second paint layer named exactly 'Overlay' above the background, set its blending mode to 'Multiply' and its opacity to 50% (≈128/255). Save the document as /home/user/Documents/new_canvas.kra. You may close and ignore the template file that is pre-opened.","env":{"files":[{"filename":"template.kra","sandbox_path":"/home/user/Documents/template.kra"}]},"verification":[{"command":"check-file-exists /home/user/Documents/new_canvas.kra","key":"exists","expected":true,"description":"new_canvas.kra was saved"},{"command":"check-image-size /home/user/Documents/new_canvas.kra 1500 1500","key":"match","expected":true,"description":"Canvas is 1500x1500"},{"command":"check-resolution /home/user/Documents/new_canvas.kra 300","key":"match","expected":true,"description":"Resolution is 300 DPI"},{"command":"check-color-space /home/user/Documents/new_canvas.kra RGBA","key":"match","expected":true,"description":"Color space is RGBA"},{"command":"check-layer-exists /home/user/Documents/new_canvas.kra Overlay","key":"exists","expected":true,"description":"Overlay layer present"},{"command":"layer-info /home/user/Documents/new_canvas.kra Overlay","eval":"result.get('composite_op') == 'multiply'","expected":true,"description":"Overlay blend mode = multiply"},{"command":"layer-info /home/user/Documents/new_canvas.kra Overlay","eval":"110 <= int(result.get('opacity',0)) <= 145","expected":true,"description":"Overlay opacity ≈ 50% (128±)"}],"github_task_path":"task_generator/tasks/krita_create_new_canvas"} {"id":"krita_crop_and_add_border","app":"krita","task":"Open /home/user/Documents/photo_crop.kra in Krita (currently 1600x900). First, crop the canvas to a centered 1200x800 region. Then expand the canvas back outwards by 30 pixels on every side so that the final canvas is exactly 1260x860 — the existing 1200x800 image content must sit centered inside a 30-pixel-wide solid black frame. Save the file in place at /home/user/Documents/photo_crop.kra.","env":{"files":[{"filename":"photo_crop.kra","sandbox_path":"/home/user/Documents/photo_crop.kra"}]},"verification":[{"command":"check-file-exists /home/user/Documents/photo_crop.kra","key":"exists","expected":true,"description":"File saved"},{"command":"check-image-size /home/user/Documents/photo_crop.kra 1260 860","key":"match","expected":true,"description":"Final canvas is 1260x860"},{"command":"preview /home/user/Documents/photo_crop.kra","eval":"result.get('width') == 1260 and result.get('height') == 860","expected":true,"description":"Merged preview matches new canvas size"}],"github_task_path":"task_generator/tasks/krita_crop_and_add_border"} {"id":"krita_export_multiple_formats","app":"krita","task":"Open /home/user/Documents/logo.kra in Krita. Export the same image to three files in /home/user/Pictures/: logo.png (PNG), logo.jpg (JPEG), and logo.webp (WebP). Do not modify the canvas size or the layer contents — the source logo.kra itself should not be edited (only exported from).","env":{"files":[{"filename":"logo.kra","sandbox_path":"/home/user/Documents/logo.kra"}]},"verification":[{"command":"check-file-exists /home/user/Pictures/logo.png","key":"exists","expected":true,"description":"PNG export exists"},{"command":"check-file-exists /home/user/Pictures/logo.jpg","key":"exists","expected":true,"description":"JPEG export exists"},{"command":"check-file-exists /home/user/Pictures/logo.webp","key":"exists","expected":true,"description":"WebP export exists"},{"command":"check-file-exists /home/user/Pictures/logo.png","eval":"result.get('size_bytes',0) > 100","expected":true,"description":"PNG non-trivial"},{"command":"check-file-exists /home/user/Pictures/logo.jpg","eval":"result.get('size_bytes',0) > 100","expected":true,"description":"JPEG non-trivial"},{"command":"check-file-exists /home/user/Pictures/logo.webp","eval":"result.get('size_bytes',0) > 100","expected":true,"description":"WebP non-trivial"},{"command":"check-image-size /home/user/Documents/logo.kra 512 512","key":"match","expected":true,"description":"Source canvas size unchanged"}],"github_task_path":"task_generator/tasks/krita_export_multiple_formats"} {"id":"krita_flatten_and_export_png","app":"krita","task":"Open /home/user/Documents/multilayer.kra in Krita. It has 5 paint layers. Flatten all layers into a single merged paint layer and rename that resulting layer exactly 'Flattened'. Then export the flattened image to /home/user/Pictures/multilayer_flat.png as a PNG. Save the .kra file in place so that /home/user/Documents/multilayer.kra contains exactly one layer named 'Flattened'.","env":{"files":[{"filename":"multilayer.kra","sandbox_path":"/home/user/Documents/multilayer.kra"}]},"verification":[{"command":"check-file-exists /home/user/Documents/multilayer.kra","key":"exists","expected":true,"description":".kra saved"},{"command":"check-layer-count /home/user/Documents/multilayer.kra 1","key":"match","expected":true,"description":"Exactly one layer remains"},{"command":"check-layer-exists /home/user/Documents/multilayer.kra Flattened","key":"exists","expected":true,"description":"Layer named Flattened exists"},{"command":"check-image-size /home/user/Documents/multilayer.kra 1024 768","key":"match","expected":true,"description":"Canvas dimensions preserved"},{"command":"check-file-exists /home/user/Pictures/multilayer_flat.png","key":"exists","expected":true,"description":"Exported PNG exists"},{"command":"check-file-exists /home/user/Pictures/multilayer_flat.png","eval":"result.get('size_bytes',0) > 500","expected":true,"description":"Exported PNG non-trivial"}],"github_task_path":"task_generator/tasks/krita_flatten_and_export_png"} {"id":"krita_group_and_reorder_layers","app":"krita","task":"Open /home/user/Documents/illustration.kra in Krita. It contains four paint layers named 'Sky', 'Mountains', 'Trees', and 'Character'. Group 'Sky' and 'Mountains' into a new group layer named 'Background_Elements'. Group 'Trees' and 'Character' into a new group layer named 'Foreground_Elements'. Reorder the two groups so that 'Foreground_Elements' sits above 'Background_Elements' in the layer stack. Do not delete or rename any of the four original paint layers. Save the file in place at /home/user/Documents/illustration.kra.","env":{"files":[{"filename":"illustration.kra","sandbox_path":"/home/user/Documents/illustration.kra"}]},"verification":[{"command":"check-layer-exists /home/user/Documents/illustration.kra Background_Elements","key":"exists","expected":true,"description":"Background_Elements group exists"},{"command":"check-layer-exists /home/user/Documents/illustration.kra Foreground_Elements","key":"exists","expected":true,"description":"Foreground_Elements group exists"},{"command":"layer-info /home/user/Documents/illustration.kra Background_Elements","eval":"result.get('node_type') == 'grouplayer'","expected":true,"description":"Background_Elements is a group layer"},{"command":"layer-info /home/user/Documents/illustration.kra Foreground_Elements","eval":"result.get('node_type') == 'grouplayer'","expected":true,"description":"Foreground_Elements is a group layer"},{"command":"layers /home/user/Documents/illustration.kra","eval":"any(l.get('full_path')=='Background_Elements/Sky' for l in result) and any(l.get('full_path')=='Background_Elements/Mountains' for l in result)","expected":true,"description":"Sky and Mountains nested under Background_Elements"},{"command":"layers /home/user/Documents/illustration.kra","eval":"any(l.get('full_path')=='Foreground_Elements/Trees' for l in result) and any(l.get('full_path')=='Foreground_Elements/Character' for l in result)","expected":true,"description":"Trees and Character nested under Foreground_Elements"},{"command":"layers /home/user/Documents/illustration.kra","eval":"[l['name'] for l in result if l.get('node_type')=='grouplayer'][:2] == ['Foreground_Elements','Background_Elements']","expected":true,"description":"Foreground_Elements ordered above Background_Elements"}],"github_task_path":"task_generator/tasks/krita_group_and_reorder_layers"} {"id":"krita_onion_skinning_enable","app":"krita","task":"Open /home/user/Documents/walk_cycle.kra in Krita. It contains an animated paint layer named 'Character' with three existing keyframes (at frames 0, 6 and 12). Enable Onion Skinning on the 'Character' layer. Save the file.","env":{"files":[{"filename":"walk_cycle.kra","sandbox_path":"/home/user/Documents/walk_cycle.kra"}]},"verification":[{"command":"check-file-exists /home/user/Documents/walk_cycle.kra","key":"exists","expected":true,"description":"walk_cycle.kra still exists"},{"command":"check-layer-exists /home/user/Documents/walk_cycle.kra Character","key":"exists","expected":true,"description":"Character layer preserved"},{"command":"check-layer-animated /home/user/Documents/walk_cycle.kra Character","key":"animated","expected":true,"description":"Character layer still in timeline"},{"command":"check-layer-onionskin /home/user/Documents/walk_cycle.kra Character","key":"onionskin","expected":true,"description":"Onion skin enabled on Character layer"}],"github_task_path":"task_generator/tasks/krita_onion_skinning_enable"} {"id":"krita_resize_export_jpeg","app":"krita","task":"Open /home/user/Documents/photo.kra in Krita. It is currently 1920x1080. Scale the entire image (canvas + contents) down to 1280x720 using a high-quality interpolation filter. Then export the scaled image to /home/user/Pictures/photo_web.jpg as a JPEG. Save the .kra file in place so /home/user/Documents/photo.kra itself is also 1280x720 after the task.","env":{"files":[{"filename":"photo.kra","sandbox_path":"/home/user/Documents/photo.kra"}]},"verification":[{"command":"check-file-exists /home/user/Documents/photo.kra","key":"exists","expected":true,"description":"photo.kra still exists"},{"command":"check-image-size /home/user/Documents/photo.kra 1280 720","key":"match","expected":true,"description":"photo.kra resized to 1280x720"},{"command":"check-file-exists /home/user/Pictures/photo_web.jpg","key":"exists","expected":true,"description":"Exported JPEG exists"},{"command":"check-file-exists /home/user/Pictures/photo_web.jpg","eval":"result.get('size_bytes',0) > 1000","expected":true,"description":"Exported JPEG is non-trivial"}],"github_task_path":"task_generator/tasks/krita_resize_export_jpeg"} {"id":"krita_selection_mask_on_layer","app":"krita","task":"Open /home/user/Documents/mask_demo.kra in Krita. It contains one paint layer named 'Foreground'. With the 'Foreground' layer selected, make any rectangular selection on the canvas, then convert that selection into a Local Selection Mask named exactly 'LocalSel'. Save the file in place.","env":{"files":[{"filename":"mask_demo.kra","sandbox_path":"/home/user/Documents/mask_demo.kra"}]},"verification":[{"command":"check-file-exists /home/user/Documents/mask_demo.kra","key":"exists","expected":true,"description":"mask_demo.kra still exists"},{"command":"check-layer-exists /home/user/Documents/mask_demo.kra Foreground","key":"exists","expected":true,"description":"Foreground layer preserved"},{"command":"check-mask-of /home/user/Documents/mask_demo.kra Foreground LocalSel","key":"exists","expected":true,"description":"LocalSel mask is a child of Foreground"},{"command":"check-layer-node-type /home/user/Documents/mask_demo.kra LocalSel selectionmask","key":"match","expected":true,"description":"LocalSel node type is selectionmask"}],"github_task_path":"task_generator/tasks/krita_selection_mask_on_layer"} {"id":"krita_toggle_visibility_and_rename","app":"krita","task":"In /home/user/Documents/multi.kra, which has three paint layers named 'A', 'B', and 'C' (top to bottom), make the following changes and save the file in place: (1) rename layer 'A' to 'Main'; (2) rename layer 'C' to 'Accent'; (3) hide layer 'B' (toggle its visibility off); (4) set the opacity of layer 'Main' to 80% (≈204/255). Layer 'B' must still exist — only hidden, not deleted.","env":{"files":[{"filename":"multi.kra","sandbox_path":"/home/user/Documents/multi.kra"}]},"verification":[{"command":"check-layer-exists /home/user/Documents/multi.kra Main","key":"exists","expected":true,"description":"A renamed to Main"},{"command":"check-layer-exists /home/user/Documents/multi.kra Accent","key":"exists","expected":true,"description":"C renamed to Accent"},{"command":"check-layer-exists /home/user/Documents/multi.kra B","key":"exists","expected":true,"description":"Layer B still exists"},{"command":"check-layer-count /home/user/Documents/multi.kra 3","key":"match","expected":true,"description":"Three layers preserved"},{"command":"check-layer-visible /home/user/Documents/multi.kra B","key":"visible","expected":false,"description":"Layer B is hidden"},{"command":"layer-info /home/user/Documents/multi.kra Main","eval":"190 <= int(result.get('opacity',0)) <= 215","expected":true,"description":"Main opacity ≈ 80% (204±)"}],"github_task_path":"task_generator/tasks/krita_toggle_visibility_and_rename"} {"id":"krita_transform_mask_rotation","app":"krita","task":"Open /home/user/Documents/transform.kra in Krita. It contains one paint layer named 'Subject'. Add a Transform Mask named exactly 'Rotate15' as a child of the 'Subject' layer, and apply a rotation of roughly 15 degrees via the transform tool on the mask. Save the file in place (Ctrl+S).","env":{"files":[{"filename":"transform.kra","sandbox_path":"/home/user/Documents/transform.kra"}]},"verification":[{"command":"check-file-exists /home/user/Documents/transform.kra","key":"exists","expected":true,"description":"transform.kra still exists"},{"command":"check-layer-exists /home/user/Documents/transform.kra Subject","key":"exists","expected":true,"description":"Subject layer preserved"},{"command":"check-mask-of /home/user/Documents/transform.kra Subject Rotate15","key":"exists","expected":true,"description":"Rotate15 mask is a child of Subject"},{"command":"check-layer-node-type /home/user/Documents/transform.kra Rotate15 transformmask","key":"match","expected":true,"description":"Rotate15 node type is transformmask"}],"github_task_path":"task_generator/tasks/krita_transform_mask_rotation"} {"id":"krita_wrap_around_and_mirror","app":"krita","task":"Open /home/user/Documents/pattern.kra in Krita. Enable Wrap-Around mode so that seamless-tile painting is active. Additionally, switch Krita's canvas background to the mid-gray checkered pattern. Save the file.","env":{"files":[{"filename":"pattern.kra","sandbox_path":"/home/user/Documents/pattern.kra"}]},"verification":[{"command":"check-file-exists /home/user/Documents/pattern.kra","key":"exists","expected":true,"description":"pattern.kra still exists"},{"command":"kritarc-get General wrapAroundMode","eval":"str(result.get('value','')).lower() == 'true'","expected":true,"description":"Wrap-around mode enabled in kritarc"}],"github_task_path":"task_generator/tasks/krita_wrap_around_and_mirror"} {"id":"libreoffice_writer_agenda_document","app":"libreoffice_writer","task":"Create a meeting agenda in LibreOffice Writer. Add a Heading 1 'Board Meeting Agenda' and make it bold. Add a paragraph 'Date: April 10, 2026'. Add a paragraph 'Time: 2:00 PM - 4:00 PM'. Add a paragraph 'Location: Conference Room B'. Add a Heading 2 'Agenda Items'. Insert a table named 'Table1' with 6 rows and 3 columns. Header: 'Item', 'Presenter', 'Duration'. Row 2: 'Opening Remarks', 'Chairman Wilson', '10 min'. Row 3: 'Financial Review', 'CFO Roberts', '30 min'. Row 4: 'Product Launch Update', 'VP Marketing', '20 min'. Row 5: 'Hiring Plan', 'HR Director', '15 min'. Row 6: 'Open Discussion', 'All', '45 min'. Add a footer with text 'Confidential'. Save as /home/user/Documents/board_agenda.odt.","env":{"files":[],"reload_files":["/home/user/Documents/board_agenda.odt"]},"verification":[{"command":"check-heading-exists \"Board Meeting Agenda\" 1","key":"exists","expected":true,"description":"Heading 1 exists"},{"command":"check-paragraph-formatted 0 true","key":"match","expected":true,"description":"Heading 1 is bold"},{"command":"check-text-contains \"April 10, 2026\"","key":"contains","expected":true,"description":"Contains date"},{"command":"check-text-contains \"Conference Room B\"","key":"contains","expected":true,"description":"Contains location"},{"command":"check-heading-exists \"Agenda Items\" 2","key":"exists","expected":true,"description":"Heading 2 exists"},{"command":"check-file-saved","key":"saved","expected":true,"description":"File is saved"},{"command":"parse-tables /home/user/Documents/board_agenda.odt","eval":"len(result.get('tables', [])) >= 1 and result['tables'][0].get('rows', 0) == 6","description":"Table has 6 rows"},{"command":"parse-tables /home/user/Documents/board_agenda.odt","eval":"any(len(t.get('data', [])) >= 2 and t['data'][1][0] == 'Opening Remarks' for t in result.get('tables', []))","description":"Row 2: Opening Remarks"},{"command":"parse-tables /home/user/Documents/board_agenda.odt","eval":"any(len(t.get('data', [])) >= 3 and t['data'][2][1] == 'CFO Roberts' for t in result.get('tables', []))","description":"Row 3: CFO Roberts"},{"command":"parse-tables /home/user/Documents/board_agenda.odt","eval":"any(len(t.get('data', [])) >= 6 and t['data'][5][0] == 'Open Discussion' for t in result.get('tables', []))","description":"Row 6: Open Discussion"},{"command":"headers-footers","eval":"result.get('footer_text', '').strip() == 'Confidential'","description":"Footer: Confidential"},{"command":"check-file-exists /home/user/Documents/board_agenda.odt","key":"exists","expected":true,"description":"File exists"}],"github_task_path":"task_generator/tasks/libreoffice_writer_agenda_document"} {"id":"libreoffice_writer_api_reference_v2","app":"libreoffice_writer","task":"Create a new LibreOffice Writer document that is a reference page for an HTTP API called PaymentsAPI. Add a Heading 1 'PaymentsAPI Reference v2' at the top. Add three Heading 2 sections in order: 'Endpoints', 'Parameters', 'Status Codes'. Under 'Endpoints' insert a table named Table1 with 5 rows and 3 columns. Header row: 'Method', 'Path', 'Description'. Row 2: 'POST', '/v2/charges', 'Create a new charge'. Row 3: 'GET', '/v2/charges/{id}', 'Retrieve a charge'. Row 4: 'POST', '/v2/refunds', 'Create a refund'. Row 5: 'GET', '/v2/customers', 'List customers'. Under 'Parameters' insert a second table with 5 rows and 3 columns. Header: 'Name', 'Type', 'Required'. Row 2: 'amount', 'integer', 'yes'. Row 3: 'currency', 'string', 'yes'. Row 4: 'description', 'string', 'no'. Row 5: 'metadata', 'object', 'no'. Under 'Status Codes' insert a third table with 6 rows and 2 columns. Header: 'Code', 'Meaning'. Row 2: '200', 'OK'. Row 3: '201', 'Created'. Row 4: '400', 'Bad Request'. Row 5: '401', 'Unauthorized'. Row 6: '500', 'Server Error'. Save the document to /home/user/Documents/paymentsapi_reference.odt.","env":{"files":[],"reload_files":["/home/user/Documents/paymentsapi_reference.odt"]},"verification":[{"command":"check-file-exists /home/user/Documents/paymentsapi_reference.odt","key":"exists","expected":true,"description":"paymentsapi_reference.odt exists"},{"command":"check-heading-exists \"PaymentsAPI Reference v2\" 1","key":"exists","expected":true,"description":"Heading 1"},{"command":"check-heading-exists Endpoints 2","key":"exists","expected":true,"description":"Heading 2 Endpoints"},{"command":"check-heading-exists Parameters 2","key":"exists","expected":true,"description":"Heading 2 Parameters"},{"command":"check-heading-exists \"Status Codes\" 2","key":"exists","expected":true,"description":"Heading 2 Status Codes"},{"command":"parse-tables /home/user/Documents/paymentsapi_reference.odt","eval":"len(result.get('tables', [])) >= 3","description":"At least 3 tables"},{"command":"parse-tables /home/user/Documents/paymentsapi_reference.odt","eval":"any(t.get('data', [[]])[0] == ['Method', 'Path', 'Description'] for t in result.get('tables', []))","description":"Endpoints header row"},{"command":"parse-tables /home/user/Documents/paymentsapi_reference.odt","eval":"any(len(t.get('data', [])) >= 5 and t['data'][1][0] == 'POST' and t['data'][1][1] == '/v2/charges' for t in result.get('tables', []))","description":"First endpoint row correct"},{"command":"parse-tables /home/user/Documents/paymentsapi_reference.odt","eval":"any(t.get('data', [[]])[0] == ['Name', 'Type', 'Required'] for t in result.get('tables', []))","description":"Parameters header row"},{"command":"parse-tables /home/user/Documents/paymentsapi_reference.odt","eval":"any(len(t.get('data', [])) >= 5 and t['data'][1][0] == 'amount' and t['data'][1][2] == 'yes' for t in result.get('tables', []))","description":"amount parameter row correct"},{"command":"parse-tables /home/user/Documents/paymentsapi_reference.odt","eval":"any(t.get('data', [[]])[0] == ['Code', 'Meaning'] for t in result.get('tables', []))","description":"Status Codes header row"},{"command":"parse-tables /home/user/Documents/paymentsapi_reference.odt","eval":"any(len(t.get('data', [])) >= 6 and t['data'][5][0] == '500' and t['data'][5][1] == 'Server Error' for t in result.get('tables', []))","description":"500 Server Error row"}],"github_task_path":"task_generator/tasks/libreoffice_writer_api_reference_v2"} {"id":"libreoffice_writer_append_content","app":"libreoffice_writer","task":"Open /home/user/Documents/changelog.odt in LibreOffice Writer. The document already has entries for versions 1.0 and 1.1. Add a Heading 2 'Version 1.2 - April 2026' at the end of the document. Below it, add a paragraph 'New Features:'. Add a paragraph '- Added dark mode support'. Add a paragraph '- Improved search functionality'. Add a paragraph '- Added export to PDF option'. Then add another Heading 2 'Version 1.3 - May 2026'. Add a paragraph 'New Features:'. Add a paragraph '- Multi-language support'. Add a paragraph '- Performance improvements'. Save the file.","env":{"files":[{"filename":"changelog.odt","sandbox_path":"/home/user/Documents/changelog.odt"}]},"verification":[{"command":"check-heading-exists \"Version 1.2 - April 2026\" 2","key":"exists","expected":true,"description":"Heading 2 Version 1.2 exists"},{"command":"check-text-contains \"Added dark mode support\"","key":"contains","expected":true,"description":"Contains dark mode feature"},{"command":"check-text-contains \"Improved search functionality\"","key":"contains","expected":true,"description":"Contains search feature"},{"command":"check-text-contains \"Added export to PDF option\"","key":"contains","expected":true,"description":"Contains PDF export feature"},{"command":"check-heading-exists \"Version 1.3 - May 2026\" 2","key":"exists","expected":true,"description":"Heading 2 Version 1.3 exists"},{"command":"check-text-contains \"Multi-language support\"","key":"contains","expected":true,"description":"Contains multi-language feature"},{"command":"check-text-contains \"Performance improvements\"","key":"contains","expected":true,"description":"Contains performance feature"}],"github_task_path":"task_generator/tasks/libreoffice_writer_append_content"} {"id":"libreoffice_writer_bookmarks_add","app":"libreoffice_writer","task":"Open /home/user/Documents/manual.odt in LibreOffice Writer. The document contains 6 paragraphs. Add a bookmark named 'section_intro' at the beginning of the first paragraph. Add a bookmark named 'section_setup' at the beginning of the third paragraph. Add a bookmark named 'section_faq' at the beginning of the fifth paragraph. Save the file.","env":{"files":[{"filename":"manual.odt","sandbox_path":"/home/user/Documents/manual.odt"}]},"verification":[{"command":"bookmarks","eval":"'section_intro' in result.get('bookmarks', [])","description":"Bookmark 'section_intro' exists"},{"command":"bookmarks","eval":"'section_setup' in result.get('bookmarks', [])","description":"Bookmark 'section_setup' exists"},{"command":"bookmarks","eval":"'section_faq' in result.get('bookmarks', [])","description":"Bookmark 'section_faq' exists"},{"command":"bookmarks","eval":"result.get('count', 0) >= 3","description":"At least 3 bookmarks exist"}],"github_task_path":"task_generator/tasks/libreoffice_writer_bookmarks_add"} {"id":"libreoffice_writer_bug_triage_report_v2","app":"libreoffice_writer","task":"Create a new LibreOffice Writer document for a sprint bug triage report. The document must begin exactly in this order: paragraph index 0 is Heading 1 'Sprint 42 Bug Triage Report'; paragraph index 1 is Heading 2 'Summary'; paragraph index 2 is a bold body paragraph (at least 25 words) summarizing the overall bug status for Sprint 42. After that, add three more Heading 2 sections in order: 'Severity Breakdown', 'Top Bugs', 'Action Items'. Under 'Severity Breakdown' insert a table named Table1 with 5 rows and 3 columns. Header row: 'Severity', 'Open', 'Closed'. Row 2: 'Critical', '1', '3'. Row 3: 'High', '4', '7'. Row 4: 'Medium', '8', '12'. Row 5: 'Low', '6', '15'. Under 'Top Bugs' insert a second table with 6 rows and 3 columns. Header: 'ID', 'Title', 'Owner'. Row 2: 'BUG-101', 'Login loop on mobile', 'Alice'. Row 3: 'BUG-115', 'Checkout timeout', 'Bob'. Row 4: 'BUG-122', 'Cart total rounding', 'Carol'. Row 5: 'BUG-130', 'Search returns empty', 'Dan'. Row 6: 'BUG-140', 'Profile image upload fails', 'Eve'. Under 'Action Items' add a paragraph listing at least three next steps (at least 20 words). Add bookmarks named 'sev_critical', 'sev_high', and 'sev_medium' anchored at paragraphs within the Severity Breakdown area. Save the document to /home/user/Documents/bug_triage.odt.","env":{"files":[],"reload_files":["/home/user/Documents/bug_triage.odt"]},"verification":[{"command":"check-file-exists /home/user/Documents/bug_triage.odt","key":"exists","expected":true,"description":"bug_triage.odt exists"},{"command":"check-heading-exists \"Sprint 42 Bug Triage Report\" 1","key":"exists","expected":true,"description":"Heading 1"},{"command":"check-heading-exists Summary 2","key":"exists","expected":true,"description":"Heading 2 Summary"},{"command":"check-heading-exists \"Severity Breakdown\" 2","key":"exists","expected":true,"description":"Heading 2 Severity Breakdown"},{"command":"check-heading-exists \"Top Bugs\" 2","key":"exists","expected":true,"description":"Heading 2 Top Bugs"},{"command":"check-heading-exists \"Action Items\" 2","key":"exists","expected":true,"description":"Heading 2 Action Items"},{"command":"check-paragraph-formatted 2 true","key":"match","expected":true,"description":"Summary body paragraph (index 2) is bold"},{"command":"parse-tables /home/user/Documents/bug_triage.odt","eval":"len(result.get('tables', [])) >= 2","description":"At least 2 tables"},{"command":"parse-tables /home/user/Documents/bug_triage.odt","eval":"any(t.get('data', [[]])[0] == ['Severity', 'Open', 'Closed'] for t in result.get('tables', []))","description":"Severity table header"},{"command":"parse-tables /home/user/Documents/bug_triage.odt","eval":"any(len(t.get('data', [])) >= 5 and t['data'][1][0] == 'Critical' and t['data'][1][1] == '1' for t in result.get('tables', []))","description":"Critical severity row correct"},{"command":"parse-tables /home/user/Documents/bug_triage.odt","eval":"any(t.get('data', [[]])[0] == ['ID', 'Title', 'Owner'] for t in result.get('tables', []))","description":"Top Bugs header"},{"command":"parse-tables /home/user/Documents/bug_triage.odt","eval":"any(len(t.get('data', [])) >= 6 and t['data'][5][0] == 'BUG-140' and t['data'][5][2] == 'Eve' for t in result.get('tables', []))","description":"BUG-140 row correct"},{"command":"bookmarks","eval":"'sev_critical' in result.get('bookmarks', []) and 'sev_high' in result.get('bookmarks', []) and 'sev_medium' in result.get('bookmarks', [])","description":"Severity bookmarks exist"}],"github_task_path":"task_generator/tasks/libreoffice_writer_bug_triage_report_v2"} {"id":"libreoffice_writer_contract_amendment_v2","app":"libreoffice_writer","task":"Open /home/user/Documents/service_agreement.odt in LibreOffice Writer. Use Find & Replace to replace every occurrence of 'OldCo' with 'NewCo Holdings' and every occurrence of 'ClientX' with 'Globex Limited'. After the existing contract text, add a Heading 1 with text 'Amendment No. 1'. Below that heading, add a paragraph of at least 20 words describing the amendment (e.g., noting the parties have agreed to new terms effective immediately). Then insert a signatures table named Table1 with 4 rows and 3 columns. Header row: 'Party', 'Name', 'Date'. Row 2: 'Provider', 'NewCo Holdings', '2026-04-10'. Row 3: 'Client', 'Globex Limited', '2026-04-10'. Row 4: 'Witness', 'Jane Doe', '2026-04-10'. Add a bookmark named 'signature_party' anchored at the Party row of the signatures table area. Save the file at its original path.","env":{"files":[{"filename":"service_agreement.odt","sandbox_path":"/home/user/Documents/service_agreement.odt"}]},"verification":[{"command":"check-text-contains \"NewCo Holdings\"","key":"contains","expected":true,"description":"NewCo Holdings present"},{"command":"check-text-contains \"Globex Limited\"","key":"contains","expected":true,"description":"Globex Limited present"},{"command":"check-text-contains OldCo","key":"contains","expected":false,"description":"No occurrences of OldCo remain"},{"command":"check-text-contains ClientX","key":"contains","expected":false,"description":"No occurrences of ClientX remain"},{"command":"check-heading-exists \"Amendment No. 1\" 1","key":"exists","expected":true,"description":"Heading 1 'Amendment No. 1'"},{"command":"parse-tables /home/user/Documents/service_agreement.odt","eval":"len(result.get('tables', [])) >= 1 and result['tables'][0].get('rows', 0) == 4 and result['tables'][0].get('cols', 0) == 3","description":"Signatures table is 4x3"},{"command":"parse-tables /home/user/Documents/service_agreement.odt","eval":"any(t.get('data', [[]])[0] == ['Party', 'Name', 'Date'] for t in result.get('tables', []))","description":"Header row"},{"command":"parse-tables /home/user/Documents/service_agreement.odt","eval":"any(len(t.get('data', [])) >= 4 and t['data'][1][1] == 'NewCo Holdings' and t['data'][2][1] == 'Globex Limited' for t in result.get('tables', []))","description":"Provider and Client rows correct"},{"command":"bookmarks","eval":"'signature_party' in result.get('bookmarks', [])","description":"Bookmark 'signature_party' exists"}],"github_task_path":"task_generator/tasks/libreoffice_writer_contract_amendment_v2"} {"id":"libreoffice_writer_edit_existing_paragraphs","app":"libreoffice_writer","task":"Open /home/user/Documents/article.odt in LibreOffice Writer. The document has 5 paragraphs of plain text. Change the style of the first paragraph ('The Future of Renewable Energy') to 'Heading 1'. Change the style of the third paragraph ('Solar Power Advancements') to 'Heading 2'. Add a new paragraph at the end with the text 'Last updated: April 2026'. Make this last paragraph bold. Save the file.","env":{"files":[{"filename":"article.odt","sandbox_path":"/home/user/Documents/article.odt"}]},"verification":[{"command":"check-paragraph-style 0 \"Heading 1\"","key":"match","expected":true,"description":"Paragraph 0 style is Heading 1"},{"command":"check-paragraph-style 2 \"Heading 2\"","key":"match","expected":true,"description":"Paragraph 2 style is Heading 2"},{"command":"check-text-contains \"Last updated: April 2026\"","key":"contains","expected":true,"description":"Contains 'Last updated: April 2026'"},{"command":"paragraphs","eval":"any(p.get('text', '') == 'Last updated: April 2026' for p in result.get('paragraphs', []))","description":"Last paragraph has correct text"},{"command":"paragraph-format 5","eval":"result.get('bold', False) == True","description":"Last paragraph is bold"}],"github_task_path":"task_generator/tasks/libreoffice_writer_edit_existing_paragraphs"} {"id":"libreoffice_writer_edit_table_data","app":"libreoffice_writer","task":"Open /home/user/Documents/inventory.odt in LibreOffice Writer. The document contains a table named 'Table1' with product inventory data (5 rows including header: Product, Stock, Price). The current data rows are: Laptop/50/999, Keyboard/200/79, Mouse/150/25, Monitor/30/450. Change the stock of 'Laptop' (row 2, column 2) from '50' to '75'. Change the price of 'Mouse' (row 4, column 3) from '25' to '30'. Add a new row at the end of the table with: 'Webcam', '100', '45'. Save the file.","env":{"files":[{"filename":"inventory.odt","sandbox_path":"/home/user/Documents/inventory.odt"}]},"verification":[{"command":"parse-tables /home/user/Documents/inventory.odt","eval":"any(len(t.get('data', [])) >= 2 and t['data'][1][1] == '75' for t in result.get('tables', []))","description":"Laptop stock changed to 75"},{"command":"parse-tables /home/user/Documents/inventory.odt","eval":"any(len(t.get('data', [])) >= 4 and t['data'][3][2] == '30' for t in result.get('tables', []))","description":"Mouse price changed to 30"},{"command":"parse-tables /home/user/Documents/inventory.odt","eval":"any(len(t.get('data', [])) >= 6 and t['data'][5][0] == 'Webcam' for t in result.get('tables', []))","description":"New row: Webcam"},{"command":"parse-tables /home/user/Documents/inventory.odt","eval":"any(len(t.get('data', [])) >= 6 and t['data'][5][1] == '100' and t['data'][5][2] == '45' for t in result.get('tables', []))","description":"Webcam: stock=100, price=45"}],"github_task_path":"task_generator/tasks/libreoffice_writer_edit_table_data"} {"id":"libreoffice_writer_employee_directory","app":"libreoffice_writer","task":"Create an employee directory in LibreOffice Writer. Add a Heading 1 'Employee Directory'. Add a Heading 2 'Engineering Department'. Insert a table named 'Table1' with 5 rows and 4 columns. Header: 'Name', 'Title', 'Email', 'Extension'. Row 2: 'Alice Wang', 'Lead Engineer', 'alice@company.com', '1001'. Row 3: 'Bob Martinez', 'Senior Developer', 'bob@company.com', '1002'. Row 4: 'Carol Singh', 'DevOps Engineer', 'carol@company.com', '1003'. Row 5: 'David Kim', 'Junior Developer', 'david@company.com', '1004'. Add a Heading 2 'Marketing Department'. Insert a table named 'Table2' with 4 rows and 4 columns. Header: 'Name', 'Title', 'Email', 'Extension'. Row 2: 'Eva Brown', 'Marketing Manager', 'eva@company.com', '2001'. Row 3: 'Frank Lee', 'Content Writer', 'frank@company.com', '2002'. Row 4: 'Grace Patel', 'Social Media Lead', 'grace@company.com', '2003'. Save as /home/user/Documents/employee_directory.odt.","env":{"files":[],"reload_files":["/home/user/Documents/employee_directory.odt"]},"verification":[{"command":"check-heading-exists \"Employee Directory\" 1","key":"exists","expected":true,"description":"Heading 1 exists"},{"command":"check-heading-exists \"Engineering Department\" 2","key":"exists","expected":true,"description":"Heading 2 Engineering"},{"command":"check-heading-exists \"Marketing Department\" 2","key":"exists","expected":true,"description":"Heading 2 Marketing"},{"command":"parse-tables /home/user/Documents/employee_directory.odt","eval":"len(result.get('tables', [])) >= 2","description":"At least 2 tables"},{"command":"parse-tables /home/user/Documents/employee_directory.odt","eval":"result['tables'][0].get('rows', 0) == 5 and result['tables'][0].get('cols', 0) == 4","description":"Table1: 5 rows, 4 cols"},{"command":"parse-tables /home/user/Documents/employee_directory.odt","eval":"result['tables'][0]['data'][1][0] == 'Alice Wang'","description":"Table1 Row 2: Alice Wang"},{"command":"parse-tables /home/user/Documents/employee_directory.odt","eval":"result['tables'][0]['data'][4][3] == '1004'","description":"Table1 Row 5 ext: 1004"},{"command":"parse-tables /home/user/Documents/employee_directory.odt","eval":"result['tables'][1]['data'][1][0] == 'Eva Brown'","description":"Table2 Row 2: Eva Brown"},{"command":"parse-tables /home/user/Documents/employee_directory.odt","eval":"result['tables'][1]['data'][3][2] == 'grace@company.com'","description":"Table2 Row 4: grace email"},{"command":"check-file-exists /home/user/Documents/employee_directory.odt","key":"exists","expected":true,"description":"File exists"}],"github_task_path":"task_generator/tasks/libreoffice_writer_employee_directory"} {"id":"libreoffice_writer_find_replace","app":"libreoffice_writer","task":"Open /home/user/Documents/contract.odt in LibreOffice Writer. Use Find & Replace to replace all occurrences of 'ACME Corp' with 'GlobalTech Industries'. Then replace all occurrences of '2025' with '2026'. Save the file.","env":{"files":[{"filename":"contract.odt","sandbox_path":"/home/user/Documents/contract.odt"}]},"verification":[{"command":"search \"ACME Corp\"","eval":"result.get('found', True) == False","description":"No occurrences of 'ACME Corp' remain"},{"command":"check-text-contains \"GlobalTech Industries\"","key":"contains","expected":true,"description":"Document contains 'GlobalTech Industries'"},{"command":"search 2025","eval":"result.get('found', True) == False","description":"No occurrences of '2025' remain"},{"command":"check-text-contains 2026","key":"contains","expected":true,"description":"Document contains '2026'"}],"github_task_path":"task_generator/tasks/libreoffice_writer_find_replace"} {"id":"libreoffice_writer_formal_letter","app":"libreoffice_writer","task":"Create a formal business letter in LibreOffice Writer. The first paragraph should be the sender address: '123 Main Street, Springfield, IL 62704'. The second paragraph should be the date: 'April 1, 2026'. The third paragraph should be 'Dear Mr. Johnson,'. The fourth paragraph should be the body: 'I am writing to confirm our meeting scheduled for next week. Please bring the quarterly reports and budget proposals.' The fifth paragraph should be 'Sincerely,'. The sixth paragraph should be 'Jane Smith'. Make the first paragraph (sender address) bold. Save the file as /home/user/Documents/formal_letter.odt.","env":{"files":[],"reload_files":["/home/user/Documents/formal_letter.odt"]},"verification":[{"command":"check-paragraph-text 0 \"123 Main Street, Springfield, IL 62704\"","key":"match","expected":true,"description":"Paragraph 0 is sender address"},{"command":"check-paragraph-formatted 0 true","key":"match","expected":true,"description":"Paragraph 0 is bold"},{"command":"check-paragraph-text 1 \"April 1, 2026\"","key":"match","expected":true,"description":"Paragraph 1 is date"},{"command":"check-paragraph-text 2 \"Dear Mr. Johnson,\"","key":"match","expected":true,"description":"Paragraph 2 is salutation"},{"command":"check-text-contains \"quarterly reports and budget proposals\"","key":"contains","expected":true,"description":"Body contains key phrase"},{"command":"check-paragraph-text 4 \"Sincerely,\"","key":"match","expected":true,"description":"Paragraph 4 is closing"},{"command":"check-paragraph-text 5 \"Jane Smith\"","key":"match","expected":true,"description":"Paragraph 5 is signature"},{"command":"check-file-exists /home/user/Documents/formal_letter.odt","key":"exists","expected":true,"description":"File exists at expected path"}],"github_task_path":"task_generator/tasks/libreoffice_writer_formal_letter"} {"id":"libreoffice_writer_grant_proposal_v2","app":"libreoffice_writer","task":"Create a new LibreOffice Writer document for a grant proposal. Add a Heading 1 'Grant Proposal: Community Literacy Initiative' at the top. Add four Heading 2 sections in order: 'Executive Summary', 'Budget', 'Timeline', 'Expected Outcomes'. Under 'Executive Summary' add a paragraph of at least 40 words summarizing the initiative. Under 'Budget' insert a table named Table1 with 6 rows and 2 columns. Header: 'Category', 'Amount USD'. Row 2: 'Teaching Materials', '15000'. Row 3: 'Instructor Stipends', '40000'. Row 4: 'Venue Rental', '8000'. Row 5: 'Outreach and Marketing', '5000'. Row 6: 'Administration', '7000'. Under 'Timeline' insert a second table with 5 rows and 3 columns. Header: 'Phase', 'Start', 'End'. Row 2: 'Planning', '2026-05-01', '2026-06-15'. Row 3: 'Recruitment', '2026-06-16', '2026-07-31'. Row 4: 'Instruction', '2026-08-01', '2026-11-30'. Row 5: 'Evaluation', '2026-12-01', '2026-12-31'. Under 'Expected Outcomes' add a paragraph (at least 25 words). Set all four page margins (top, bottom, left, right) to 2.5 cm. Enable the page header and set its text to 'Literacy Initiative Grant Proposal'. Save to /home/user/Documents/grant_proposal.odt.","env":{"files":[],"reload_files":["/home/user/Documents/grant_proposal.odt"]},"verification":[{"command":"check-file-exists /home/user/Documents/grant_proposal.odt","key":"exists","expected":true,"description":"grant_proposal.odt exists"},{"command":"check-heading-exists \"Grant Proposal: Community Literacy Initiative\" 1","key":"exists","expected":true,"description":"Heading 1"},{"command":"check-heading-exists \"Executive Summary\" 2","key":"exists","expected":true,"description":"Heading 2 Executive Summary"},{"command":"check-heading-exists Budget 2","key":"exists","expected":true,"description":"Heading 2 Budget"},{"command":"check-heading-exists Timeline 2","key":"exists","expected":true,"description":"Heading 2 Timeline"},{"command":"check-heading-exists \"Expected Outcomes\" 2","key":"exists","expected":true,"description":"Heading 2 Expected Outcomes"},{"command":"parse-tables /home/user/Documents/grant_proposal.odt","eval":"len(result.get('tables', [])) >= 2","description":"At least 2 tables"},{"command":"parse-tables /home/user/Documents/grant_proposal.odt","eval":"any(t.get('data', [[]])[0] == ['Category', 'Amount USD'] for t in result.get('tables', []))","description":"Budget table header"},{"command":"parse-tables /home/user/Documents/grant_proposal.odt","eval":"any(len(t.get('data', [])) >= 6 and t['data'][2][1] == '40000' for t in result.get('tables', []))","description":"Instructor Stipends amount is 40000"},{"command":"parse-tables /home/user/Documents/grant_proposal.odt","eval":"any(t.get('data', [[]])[0] == ['Phase', 'Start', 'End'] for t in result.get('tables', []))","description":"Timeline header"},{"command":"parse-tables /home/user/Documents/grant_proposal.odt","eval":"any(len(t.get('data', [])) >= 5 and t['data'][3][2] == '2026-11-30' for t in result.get('tables', []))","description":"Instruction phase ends 2026-11-30"},{"command":"page-style","eval":"abs(result.get('margin_top', 0) - 2500) <= 50 and abs(result.get('margin_bottom', 0) - 2500) <= 50 and abs(result.get('margin_left', 0) - 2500) <= 50 and abs(result.get('margin_right', 0) - 2500) <= 50","description":"All four margins are 2.5 cm"},{"command":"headers-footers","eval":"result.get('header_text', '').strip() == 'Literacy Initiative Grant Proposal'","description":"Header text correct"}],"github_task_path":"task_generator/tasks/libreoffice_writer_grant_proposal_v2"} {"id":"libreoffice_writer_header_footer_landscape","app":"libreoffice_writer","task":"Create a new document in LibreOffice Writer. Set the page orientation to landscape. Set all four margins (top, bottom, left, right) to 1500 (1.5cm). Add a header with text 'Project Phoenix - Status Report'. Add a footer with text 'Page 1 of 1'. Add a Heading 1 'Project Phoenix Status'. Add a paragraph with at least 30 words describing a fictional project status update. Save as /home/user/Documents/project_status.odt.","env":{"files":[],"reload_files":["/home/user/Documents/project_status.odt"]},"verification":[{"command":"page-style","eval":"result.get('orientation') == 'landscape'","description":"Orientation is landscape"},{"command":"page-style","eval":"result.get('margin_top') == 1500","description":"Top margin is 1500"},{"command":"page-style","eval":"result.get('margin_bottom') == 1500","description":"Bottom margin is 1500"},{"command":"page-style","eval":"result.get('margin_left') == 1500","description":"Left margin is 1500"},{"command":"page-style","eval":"result.get('margin_right') == 1500","description":"Right margin is 1500"},{"command":"headers-footers","eval":"result.get('header_text', '').strip() == 'Project Phoenix - Status Report'","description":"Header text correct"},{"command":"headers-footers","eval":"result.get('footer_text', '').strip() == 'Page 1 of 1'","description":"Footer text correct"},{"command":"check-heading-exists \"Project Phoenix Status\" 1","key":"exists","expected":true,"description":"Heading 1 exists"},{"command":"check-word-count 30","key":"in_range","expected":true,"description":"Word count at least 30"},{"command":"check-file-exists /home/user/Documents/project_status.odt","key":"exists","expected":true,"description":"File exists"}],"github_task_path":"task_generator/tasks/libreoffice_writer_header_footer_landscape"} {"id":"libreoffice_writer_insert_images","app":"libreoffice_writer","task":"Open /home/user/Documents/photo_album.odt in LibreOffice Writer. Insert the image /home/user/Pictures/photo1.png into the document below the existing text. Then insert the image /home/user/Pictures/photo2.png below the first image. The document should contain exactly 2 images when done. Save the file.","env":{"files":[{"filename":"photo_album.odt","sandbox_path":"/home/user/Documents/photo_album.odt"},{"filename":"photo1.png","sandbox_path":"/home/user/Pictures/photo1.png"},{"filename":"photo2.png","sandbox_path":"/home/user/Pictures/photo2.png"}],"reload_files":["/home/user/Documents/photo_album.odt"]},"verification":[{"command":"check-image-count 2","key":"match","expected":true,"description":"Document contains exactly 2 images"}],"github_task_path":"task_generator/tasks/libreoffice_writer_insert_images"} {"id":"libreoffice_writer_invoice_table","app":"libreoffice_writer","task":"Create an invoice document in LibreOffice Writer. Add a Heading 1 'INVOICE'. Add a paragraph 'Invoice Number: INV-2026-001'. Add a paragraph 'Date: April 3, 2026'. Add a paragraph 'Bill To: Acme Corporation'. Insert a table named 'Table1' with 5 rows and 3 columns. Header row: 'Item', 'Quantity', 'Price'. Row 2: 'Web Development', '40', '4000'. Row 3: 'Database Setup', '10', '1500'. Row 4: 'Testing', '20', '2000'. Row 5: 'Total', '', '7500'. Save as /home/user/Documents/invoice.odt.","env":{"files":[],"reload_files":["/home/user/Documents/invoice.odt"]},"verification":[{"command":"check-heading-exists INVOICE 1","key":"exists","expected":true,"description":"Heading 1 'INVOICE' exists"},{"command":"check-text-contains INV-2026-001","key":"contains","expected":true,"description":"Contains invoice number"},{"command":"check-text-contains \"Acme Corporation\"","key":"contains","expected":true,"description":"Contains bill-to"},{"command":"parse-tables /home/user/Documents/invoice.odt","eval":"len(result.get('tables', [])) >= 1 and result['tables'][0].get('rows', 0) == 5","description":"Table has 5 rows"},{"command":"parse-tables /home/user/Documents/invoice.odt","eval":"any(t.get('data', [[]])[0] == ['Item', 'Quantity', 'Price'] for t in result.get('tables', []))","description":"Header: Item, Quantity, Price"},{"command":"parse-tables /home/user/Documents/invoice.odt","eval":"any(len(t.get('data', [])) >= 2 and t['data'][1][0] == 'Web Development' for t in result.get('tables', []))","description":"Row 2: Web Development"},{"command":"parse-tables /home/user/Documents/invoice.odt","eval":"any(len(t.get('data', [])) >= 5 and t['data'][4][0] == 'Total' and t['data'][4][2] == '7500' for t in result.get('tables', []))","description":"Row 5: Total = 7500"},{"command":"check-file-exists /home/user/Documents/invoice.odt","key":"exists","expected":true,"description":"File exists at expected path"}],"github_task_path":"task_generator/tasks/libreoffice_writer_invoice_table"} {"id":"libreoffice_writer_lab_report_v2","app":"libreoffice_writer","task":"Create a new LibreOffice Writer document for a physics lab report about pendulum period measurements. The document must begin exactly in this order: paragraph index 0 is a Heading 1 with text 'Lab Report: Pendulum Period Measurement'; paragraph index 1 is a Heading 2 with text 'Hypothesis'; paragraph index 2 is a bold body paragraph (at least 20 words) stating the hypothesis about how pendulum period relates to length. After that, add five more Heading 2 sections in order: 'Materials', 'Procedure', 'Results', 'Discussion', 'Conclusion'. Under 'Materials' add a paragraph listing at least three items. Under 'Procedure' add a paragraph describing the method (at least 25 words). Under 'Results' insert a table named Table1 with 6 rows and 3 columns. Header row: 'Trial', 'Length cm', 'Period s'. Row 2: '1', '20', '0.90'. Row 3: '2', '40', '1.27'. Row 4: '3', '60', '1.55'. Row 5: '4', '80', '1.79'. Row 6: '5', '100', '2.00'. Under 'Discussion' add a paragraph (at least 25 words) interpreting the results. Under 'Conclusion' add a paragraph (at least 15 words). Save to /home/user/Documents/lab_report.odt. The total document word count must be at least 150.","env":{"files":[],"reload_files":["/home/user/Documents/lab_report.odt"]},"verification":[{"command":"check-file-exists /home/user/Documents/lab_report.odt","key":"exists","expected":true,"description":"lab_report.odt exists"},{"command":"check-heading-exists \"Lab Report: Pendulum Period Measurement\" 1","key":"exists","expected":true,"description":"Heading 1"},{"command":"check-heading-exists Hypothesis 2","key":"exists","expected":true,"description":"Heading 2 Hypothesis"},{"command":"check-heading-exists Materials 2","key":"exists","expected":true,"description":"Heading 2 Materials"},{"command":"check-heading-exists Procedure 2","key":"exists","expected":true,"description":"Heading 2 Procedure"},{"command":"check-heading-exists Results 2","key":"exists","expected":true,"description":"Heading 2 Results"},{"command":"check-heading-exists Discussion 2","key":"exists","expected":true,"description":"Heading 2 Discussion"},{"command":"check-heading-exists Conclusion 2","key":"exists","expected":true,"description":"Heading 2 Conclusion"},{"command":"check-paragraph-formatted 2 true","key":"match","expected":true,"description":"Hypothesis body paragraph (index 2) is bold"},{"command":"parse-tables /home/user/Documents/lab_report.odt","eval":"len(result.get('tables', [])) >= 1 and result['tables'][0].get('rows', 0) == 6 and result['tables'][0].get('cols', 0) == 3","description":"Results table is 6x3"},{"command":"parse-tables /home/user/Documents/lab_report.odt","eval":"any(t.get('data', [[]])[0] == ['Trial', 'Length cm', 'Period s'] for t in result.get('tables', []))","description":"Header row correct"},{"command":"parse-tables /home/user/Documents/lab_report.odt","eval":"any(len(t.get('data', [])) >= 6 and t['data'][5][1] == '100' and t['data'][5][2] == '2.00' for t in result.get('tables', []))","description":"Row 5 data correct"},{"command":"check-word-count 150","key":"in_range","expected":true,"description":"At least 150 words"}],"github_task_path":"task_generator/tasks/libreoffice_writer_lab_report_v2"} {"id":"libreoffice_writer_meeting_minutes","app":"libreoffice_writer","task":"Create a meeting minutes document in LibreOffice Writer. Add a Heading 1 titled 'Team Meeting Minutes', followed by a Heading 2 'Attendees', then a paragraph listing 'Alice, Bob, Charlie'. Add another Heading 2 'Action Items', then insert a 3-row, 2-column table named 'Table1' with headers 'Task' and 'Owner' in the first row. Fill row 2 with 'Update website' and 'Alice', row 3 with 'Fix login bug' and 'Bob'. Save the file as /home/user/Documents/meeting_minutes.odt.","env":{"files":[],"reload_files":["/home/user/Documents/meeting_minutes.odt"]},"verification":[{"command":"check-heading-exists \"Team Meeting Minutes\" 1","key":"exists","expected":true,"description":"Heading 1 'Team Meeting Minutes' exists"},{"command":"check-heading-exists Attendees 2","key":"exists","expected":true,"description":"Heading 2 'Attendees' exists"},{"command":"check-text-contains \"Alice, Bob, Charlie\"","key":"contains","expected":true,"description":"Text contains attendee list"},{"command":"check-heading-exists \"Action Items\" 2","key":"exists","expected":true,"description":"Heading 2 'Action Items' exists"},{"command":"parse-tables /home/user/Documents/meeting_minutes.odt","eval":"len(result.get('tables', [])) >= 1 and result['tables'][0].get('rows', 0) == 3","description":"Table exists with 3 rows"},{"command":"parse-tables /home/user/Documents/meeting_minutes.odt","eval":"any(t.get('data', [[]])[0] == ['Task', 'Owner'] for t in result.get('tables', []))","description":"Table header row is Task, Owner"},{"command":"parse-tables /home/user/Documents/meeting_minutes.odt","eval":"any(len(t.get('data', [])) >= 2 and t['data'][1] == ['Update website', 'Alice'] for t in result.get('tables', []))","description":"Row 2: Update website, Alice"},{"command":"parse-tables /home/user/Documents/meeting_minutes.odt","eval":"any(len(t.get('data', [])) >= 3 and t['data'][2] == ['Fix login bug', 'Bob'] for t in result.get('tables', []))","description":"Row 3: Fix login bug, Bob"},{"command":"check-file-exists /home/user/Documents/meeting_minutes.odt","key":"exists","expected":true,"description":"File exists at expected path"}],"github_task_path":"task_generator/tasks/libreoffice_writer_meeting_minutes"} {"id":"libreoffice_writer_multi_section_manual","app":"libreoffice_writer","task":"Open /home/user/Documents/user_guide.odt in LibreOffice Writer. The document already has a Heading 1 'Product X User Guide'. Add a Heading 2 'Getting Started'. Add a paragraph explaining initial setup (at least 30 words). Add a Heading 2 'Configuration'. Add a paragraph about configuration options (at least 30 words). Add a Heading 2 'Troubleshooting'. Insert a table named 'Table1' with 4 rows and 2 columns. Header: 'Problem', 'Solution'. Row 2: 'App crashes on startup', 'Clear cache and restart'. Row 3: 'Slow performance', 'Check system requirements'. Row 4: 'Connection timeout', 'Verify network settings'. Add a header with text 'User Guide v2.0'. Add a footer with text 'Internal Use Only'. Save the file.","env":{"files":[{"filename":"user_guide.odt","sandbox_path":"/home/user/Documents/user_guide.odt"}]},"verification":[{"command":"check-heading-exists \"Getting Started\" 2","key":"exists","expected":true,"description":"Heading 2 'Getting Started'"},{"command":"check-heading-exists Configuration 2","key":"exists","expected":true,"description":"Heading 2 'Configuration'"},{"command":"check-heading-exists Troubleshooting 2","key":"exists","expected":true,"description":"Heading 2 'Troubleshooting'"},{"command":"parse-tables /home/user/Documents/user_guide.odt","eval":"len(result.get('tables', [])) >= 1 and result['tables'][0].get('rows', 0) == 4","description":"Table has 4 rows"},{"command":"parse-tables /home/user/Documents/user_guide.odt","eval":"any(t.get('data', [[]])[0] == ['Problem', 'Solution'] for t in result.get('tables', []))","description":"Header: Problem, Solution"},{"command":"parse-tables /home/user/Documents/user_guide.odt","eval":"any(len(t.get('data', [])) >= 2 and t['data'][1][1] == 'Clear cache and restart' for t in result.get('tables', []))","description":"Row 2 solution: Clear cache and restart"},{"command":"parse-tables /home/user/Documents/user_guide.odt","eval":"any(len(t.get('data', [])) >= 4 and t['data'][3][1] == 'Verify network settings' for t in result.get('tables', []))","description":"Row 4 solution: Verify network settings"},{"command":"headers-footers","eval":"result.get('header_text', '').strip() == 'User Guide v2.0'","description":"Header text correct"},{"command":"headers-footers","eval":"result.get('footer_text', '').strip() == 'Internal Use Only'","description":"Footer text correct"},{"command":"check-word-count 60","key":"in_range","expected":true,"description":"Word count at least 60"}],"github_task_path":"task_generator/tasks/libreoffice_writer_multi_section_manual"} {"id":"libreoffice_writer_multi_table_report","app":"libreoffice_writer","task":"Create a sales report in LibreOffice Writer. Add a Heading 1 'Annual Sales Report 2025'. Add a Heading 2 'Q1 Sales'. Insert a table named 'Table1' with 4 rows and 3 columns. Header: 'Product', 'Units', 'Revenue'. Row 2: 'Widget A', '500', '25000'. Row 3: 'Widget B', '300', '18000'. Row 4: 'Widget C', '150', '12000'. Add a Heading 2 'Q2 Sales'. Insert a second table named 'Table2' with 4 rows and 3 columns. Header: 'Product', 'Units', 'Revenue'. Row 2: 'Widget A', '600', '30000'. Row 3: 'Widget B', '350', '21000'. Row 4: 'Widget C', '200', '16000'. Save as /home/user/Documents/sales_report.odt.","env":{"files":[],"reload_files":["/home/user/Documents/sales_report.odt"]},"verification":[{"command":"check-heading-exists \"Annual Sales Report 2025\" 1","key":"exists","expected":true,"description":"Heading 1 exists"},{"command":"check-heading-exists \"Q1 Sales\" 2","key":"exists","expected":true,"description":"Heading 2 Q1 Sales exists"},{"command":"check-heading-exists \"Q2 Sales\" 2","key":"exists","expected":true,"description":"Heading 2 Q2 Sales exists"},{"command":"parse-tables /home/user/Documents/sales_report.odt","eval":"len(result.get('tables', [])) >= 2","description":"At least 2 tables exist"},{"command":"parse-tables /home/user/Documents/sales_report.odt","eval":"result['tables'][0].get('rows', 0) == 4 and result['tables'][0].get('cols', 0) == 3","description":"Table1 has 4 rows and 3 cols"},{"command":"parse-tables /home/user/Documents/sales_report.odt","eval":"result['tables'][0].get('data', [[]])[1][0] == 'Widget A' and result['tables'][0]['data'][1][2] == '25000'","description":"Table1 Row 2: Widget A, 25000"},{"command":"parse-tables /home/user/Documents/sales_report.odt","eval":"result['tables'][1].get('data', [[]])[1][0] == 'Widget A' and result['tables'][1]['data'][1][2] == '30000'","description":"Table2 Row 2: Widget A, 30000"},{"command":"check-file-exists /home/user/Documents/sales_report.odt","key":"exists","expected":true,"description":"File exists"}],"github_task_path":"task_generator/tasks/libreoffice_writer_multi_table_report"} {"id":"libreoffice_writer_newsletter","app":"libreoffice_writer","task":"Create a company newsletter in LibreOffice Writer. Add a Heading 1 'TechCorp Monthly Newsletter - April 2026' and make it bold. Add a Heading 2 'Company Updates'. Add a paragraph: 'We are excited to announce the opening of our new office in Austin, Texas. The new facility will house 200 employees and features state-of-the-art research labs.' Add a Heading 2 'Employee Spotlight'. Add a paragraph: 'This month we celebrate Sarah Chen, who has been with TechCorp for 10 years. Sarah leads our AI research division and has published over 30 papers.' Add a Heading 2 'Upcoming Events'. Insert a table named 'Table1' with 4 rows and 3 columns. Header: 'Event', 'Date', 'Location'. Row 2: 'Tech Summit', 'April 15', 'Main Auditorium'. Row 3: 'Team Building', 'April 22', 'City Park'. Row 4: 'Board Meeting', 'April 30', 'Conference Room A'. Save as /home/user/Documents/newsletter.odt.","env":{"files":[],"reload_files":["/home/user/Documents/newsletter.odt"]},"verification":[{"command":"check-heading-exists \"TechCorp Monthly Newsletter - April 2026\" 1","key":"exists","expected":true,"description":"Heading 1 exists"},{"command":"check-paragraph-formatted 0 true","key":"match","expected":true,"description":"Heading 1 is bold"},{"command":"check-heading-exists \"Company Updates\" 2","key":"exists","expected":true,"description":"Heading 2 'Company Updates'"},{"command":"check-text-contains \"Austin, Texas\"","key":"contains","expected":true,"description":"Contains Austin, Texas"},{"command":"check-heading-exists \"Employee Spotlight\" 2","key":"exists","expected":true,"description":"Heading 2 'Employee Spotlight'"},{"command":"check-text-contains \"Sarah Chen\"","key":"contains","expected":true,"description":"Contains Sarah Chen"},{"command":"check-heading-exists \"Upcoming Events\" 2","key":"exists","expected":true,"description":"Heading 2 'Upcoming Events'"},{"command":"parse-tables /home/user/Documents/newsletter.odt","eval":"len(result.get('tables', [])) >= 1 and result['tables'][0].get('rows', 0) == 4","description":"Table has 4 rows"},{"command":"parse-tables /home/user/Documents/newsletter.odt","eval":"any(len(t.get('data', [])) >= 2 and t['data'][1][0] == 'Tech Summit' for t in result.get('tables', []))","description":"Row 2: Tech Summit"},{"command":"parse-tables /home/user/Documents/newsletter.odt","eval":"any(len(t.get('data', [])) >= 4 and t['data'][3][0] == 'Board Meeting' for t in result.get('tables', []))","description":"Row 4: Board Meeting"},{"command":"check-file-exists /home/user/Documents/newsletter.odt","key":"exists","expected":true,"description":"File exists"}],"github_task_path":"task_generator/tasks/libreoffice_writer_newsletter"} {"id":"libreoffice_writer_policy_document_v2","app":"libreoffice_writer","task":"Create a new LibreOffice Writer document for the Acme Corp HR Policy Handbook. Add a Heading 1 'Acme Corp HR Policy Handbook' at the top. Add four Heading 2 sections in this order: 'Code of Conduct', 'Leave Policy', 'Remote Work Policy', 'Acknowledgment'. Under each of the first three Heading 2 sections add a paragraph of at least 20 words describing that policy. Under 'Acknowledgment', insert a table named Table1 with 5 rows and 3 columns. Header row: 'Policy', 'Acknowledged', 'Date'. Row 2: 'Code of Conduct', 'Yes', '2026-03-01'. Row 3: 'Leave Policy', 'Yes', '2026-03-01'. Row 4: 'Remote Work Policy', 'Yes', '2026-03-01'. Row 5: 'Data Security Policy', 'Yes', '2026-03-01'. Enable the page header with text 'Acme Corp - HR Handbook' and the page footer with text 'Revision 2026.1'. Add bookmarks named 'policy_conduct', 'policy_leave', and 'policy_remote' at the three policy Heading 2 paragraphs. Save the document to /home/user/Documents/hr_handbook.odt.","env":{"files":[],"reload_files":["/home/user/Documents/hr_handbook.odt"]},"verification":[{"command":"check-file-exists /home/user/Documents/hr_handbook.odt","key":"exists","expected":true,"description":"hr_handbook.odt exists"},{"command":"check-heading-exists \"Acme Corp HR Policy Handbook\" 1","key":"exists","expected":true,"description":"Heading 1"},{"command":"check-heading-exists \"Code of Conduct\" 2","key":"exists","expected":true,"description":"Heading 2 'Code of Conduct'"},{"command":"check-heading-exists \"Leave Policy\" 2","key":"exists","expected":true,"description":"Heading 2 'Leave Policy'"},{"command":"check-heading-exists \"Remote Work Policy\" 2","key":"exists","expected":true,"description":"Heading 2 'Remote Work Policy'"},{"command":"check-heading-exists Acknowledgment 2","key":"exists","expected":true,"description":"Heading 2 'Acknowledgment'"},{"command":"parse-tables /home/user/Documents/hr_handbook.odt","eval":"len(result.get('tables', [])) >= 1 and result['tables'][0].get('rows', 0) == 5 and result['tables'][0].get('cols', 0) == 3","description":"Acknowledgment table is 5x3"},{"command":"parse-tables /home/user/Documents/hr_handbook.odt","eval":"any(t.get('data', [[]])[0] == ['Policy', 'Acknowledged', 'Date'] for t in result.get('tables', []))","description":"Header row Policy, Acknowledged, Date"},{"command":"parse-tables /home/user/Documents/hr_handbook.odt","eval":"any(len(t.get('data', [])) >= 5 and t['data'][4][0] == 'Data Security Policy' for t in result.get('tables', []))","description":"Row 5 first column is 'Data Security Policy'"},{"command":"headers-footers","eval":"result.get('header_text', '').strip() == 'Acme Corp - HR Handbook'","description":"Header text correct"},{"command":"headers-footers","eval":"result.get('footer_text', '').strip() == 'Revision 2026.1'","description":"Footer text correct"},{"command":"bookmarks","eval":"'policy_conduct' in result.get('bookmarks', []) and 'policy_leave' in result.get('bookmarks', []) and 'policy_remote' in result.get('bookmarks', [])","description":"Policy bookmarks exist"}],"github_task_path":"task_generator/tasks/libreoffice_writer_policy_document_v2"} {"id":"libreoffice_writer_project_charter_v2","app":"libreoffice_writer","task":"Create a new LibreOffice Writer document named Orion Platform project charter. Structure: Heading 1 'Project Charter: Orion Platform' at top. Then five Heading 2 sections in order: 'Objective', 'Scope', 'Stakeholders', 'Risks', 'Timeline'. Under 'Objective' and 'Scope' add paragraphs of at least 20 words each describing the respective content. Under 'Stakeholders' insert a table with 5 rows and 3 columns: header 'Name', 'Role', 'Department'; row 2 'Alice Chen', 'Sponsor', 'Executive'; row 3 'Bob Kumar', 'Project Manager', 'PMO'; row 4 'Carla Diaz', 'Tech Lead', 'Engineering'; row 5 'Dan Park', 'QA Lead', 'Quality'. Under 'Risks' insert a second table with 5 rows and 3 columns: header 'Risk', 'Impact', 'Mitigation'; row 2 'Scope creep', 'High', 'Strict change control'; row 3 'Resource shortage', 'Medium', 'Hire contractors'; row 4 'Tech debt', 'Medium', 'Dedicated refactor sprints'; row 5 'Vendor delays', 'Low', 'Multiple vendor contracts'. Under 'Timeline' insert a third table with 6 rows and 2 columns: header 'Milestone', 'Date'; row 2 'Kickoff', '2026-04-01'; row 3 'Design Complete', '2026-05-15'; row 4 'Beta Release', '2026-08-01'; row 5 'General Availability', '2026-10-15'; row 6 'Post-launch Review', '2026-11-30'. Save the file to /home/user/Documents/project_charter.odt.","env":{"files":[],"reload_files":["/home/user/Documents/project_charter.odt"]},"verification":[{"command":"check-file-exists /home/user/Documents/project_charter.odt","key":"exists","expected":true,"description":"project_charter.odt exists"},{"command":"check-heading-exists \"Project Charter: Orion Platform\" 1","key":"exists","expected":true,"description":"Heading 1"},{"command":"check-heading-exists Objective 2","key":"exists","expected":true,"description":"Heading 2 Objective"},{"command":"check-heading-exists Scope 2","key":"exists","expected":true,"description":"Heading 2 Scope"},{"command":"check-heading-exists Stakeholders 2","key":"exists","expected":true,"description":"Heading 2 Stakeholders"},{"command":"check-heading-exists Risks 2","key":"exists","expected":true,"description":"Heading 2 Risks"},{"command":"check-heading-exists Timeline 2","key":"exists","expected":true,"description":"Heading 2 Timeline"},{"command":"parse-tables /home/user/Documents/project_charter.odt","eval":"len(result.get('tables', [])) >= 3","description":"At least 3 tables"},{"command":"parse-tables /home/user/Documents/project_charter.odt","eval":"any(t.get('data', [[]])[0] == ['Name', 'Role', 'Department'] for t in result.get('tables', []))","description":"Stakeholders header"},{"command":"parse-tables /home/user/Documents/project_charter.odt","eval":"any(t.get('data', [[]])[0] == ['Risk', 'Impact', 'Mitigation'] for t in result.get('tables', []))","description":"Risks header"},{"command":"parse-tables /home/user/Documents/project_charter.odt","eval":"any(t.get('data', [[]])[0] == ['Milestone', 'Date'] for t in result.get('tables', []))","description":"Timeline header"},{"command":"parse-tables /home/user/Documents/project_charter.odt","eval":"any(len(t.get('data', [])) >= 5 and t['data'][4][0] == 'Dan Park' for t in result.get('tables', []))","description":"Stakeholders row 5 Dan Park"},{"command":"parse-tables /home/user/Documents/project_charter.odt","eval":"any(len(t.get('data', [])) >= 6 and t['data'][5][1] == '2026-11-30' for t in result.get('tables', []))","description":"Timeline last row date"}],"github_task_path":"task_generator/tasks/libreoffice_writer_project_charter_v2"} {"id":"libreoffice_writer_recipe_card","app":"libreoffice_writer","task":"Create a recipe document in LibreOffice Writer. Add a Heading 1 'Classic Chocolate Chip Cookies'. Add a Heading 2 'Ingredients'. Insert a table named 'Table1' with 9 rows and 2 columns. Header row: 'Ingredient', 'Amount'. Fill the remaining rows: 'Butter', '1 cup'; 'Sugar', '3/4 cup'; 'Brown Sugar', '3/4 cup'; 'Eggs', '2'; 'Vanilla Extract', '1 tsp'; 'Flour', '2 1/4 cups'; 'Baking Soda', '1 tsp'; 'Chocolate Chips', '2 cups'. Add a Heading 2 'Instructions'. Add a paragraph with at least 60 words describing how to make the cookies (preheat oven, mix ingredients, bake, etc.). Save as /home/user/Documents/recipe.odt.","env":{"files":[],"reload_files":["/home/user/Documents/recipe.odt"]},"verification":[{"command":"check-heading-exists \"Classic Chocolate Chip Cookies\" 1","key":"exists","expected":true,"description":"Heading 1 exists"},{"command":"check-heading-exists Ingredients 2","key":"exists","expected":true,"description":"Heading 2 'Ingredients'"},{"command":"check-heading-exists Instructions 2","key":"exists","expected":true,"description":"Heading 2 'Instructions'"},{"command":"parse-tables /home/user/Documents/recipe.odt","eval":"len(result.get('tables', [])) >= 1 and result['tables'][0].get('rows', 0) == 9","description":"Table has 9 rows"},{"command":"parse-tables /home/user/Documents/recipe.odt","eval":"result['tables'][0].get('data', [[]])[0] == ['Ingredient', 'Amount']","description":"Header: Ingredient, Amount"},{"command":"parse-tables /home/user/Documents/recipe.odt","eval":"result['tables'][0]['data'][1][0] == 'Butter'","description":"Row 2: Butter"},{"command":"parse-tables /home/user/Documents/recipe.odt","eval":"result['tables'][0]['data'][8][0] == 'Chocolate Chips' and result['tables'][0]['data'][8][1] == '2 cups'","description":"Row 9: Chocolate Chips, 2 cups"},{"command":"check-word-count 60","key":"in_range","expected":true,"description":"Word count at least 60"},{"command":"check-file-exists /home/user/Documents/recipe.odt","key":"exists","expected":true,"description":"File exists"}],"github_task_path":"task_generator/tasks/libreoffice_writer_recipe_card"} {"id":"libreoffice_writer_report_with_headers_footers","app":"libreoffice_writer","task":"Open /home/user/Documents/draft_report.odt in LibreOffice Writer. Add a header with the text 'Quarterly Report Q1 2026'. Add a footer with the text 'Confidential'. Then change the page orientation to landscape. Save the file as TXT to /home/user/Documents/draft_report.txt","env":{"files":[{"filename":"draft_report.odt","sandbox_path":"/home/user/Documents/draft_report.odt"}]},"verification":[{"command":"headers-footers","eval":"result.get('header_text', '').strip() == 'Quarterly Report Q1 2026'","description":"Header text is 'Quarterly Report Q1 2026'"},{"command":"headers-footers","eval":"result.get('footer_text', '').strip() == 'Confidential'","description":"Footer text is 'Confidential'"},{"command":"page-style","eval":"result.get('orientation') == 'landscape'","description":"Page orientation is landscape"},{"command":"check-file-format","args":["/home/user/Documents/draft_report.txt","txt"],"eval":"result.get('match') == true","description":"File is saved as TXT format"},{"command":"check-txt-contains","args":["/home/user/Documents/draft_report.txt","Quarterly Report Q1 2026"],"eval":"result.get('contains') == true","description":"TXT file contains header text"},{"command":"check-txt-contains","args":["/home/user/Documents/draft_report.txt","Confidential"],"eval":"result.get('contains') == true","description":"TXT file contains footer text"}],"github_task_path":"task_generator/tasks/libreoffice_writer_report_with_headers_footers"} {"id":"libreoffice_writer_research_paper","app":"libreoffice_writer","task":"Create a research paper structure in LibreOffice Writer. Add a Heading 1 'Machine Learning in Healthcare: A Review'. Add a Heading 2 'Abstract'. Add a paragraph with at least 60 words summarizing a fictional research paper about ML applications in healthcare diagnostics. Add a Heading 2 'Introduction'. Add a paragraph with at least 50 words about the introduction. Add a Heading 2 'Methodology'. Add a paragraph with at least 40 words. Add a Heading 2 'Results'. Insert a table named 'Table1' with 4 rows and 3 columns. Header: 'Model', 'Accuracy', 'F1 Score'. Row 2: 'Random Forest', '0.89', '0.87'. Row 3: 'Neural Network', '0.94', '0.92'. Row 4: 'SVM', '0.85', '0.83'. Add a Heading 2 'Conclusion'. Add a paragraph with at least 30 words. Add a footer with text 'Draft - Not for Distribution'. Save as /home/user/Documents/research_paper.odt.","env":{"files":[],"reload_files":["/home/user/Documents/research_paper.odt"]},"verification":[{"command":"check-heading-exists \"Machine Learning in Healthcare\" 1","key":"exists","expected":true,"description":"Heading 1 exists"},{"command":"check-heading-exists Abstract 2","key":"exists","expected":true,"description":"Heading 2 'Abstract'"},{"command":"check-heading-exists Methodology 2","key":"exists","expected":true,"description":"Heading 2 'Methodology'"},{"command":"check-heading-exists Results 2","key":"exists","expected":true,"description":"Heading 2 'Results'"},{"command":"check-heading-exists Conclusion 2","key":"exists","expected":true,"description":"Heading 2 'Conclusion'"},{"command":"parse-tables /home/user/Documents/research_paper.odt","eval":"len(result.get('tables', [])) >= 1 and result['tables'][0].get('rows', 0) == 4","description":"Table has 4 rows"},{"command":"parse-tables /home/user/Documents/research_paper.odt","eval":"any(len(t.get('data', [])) >= 3 and t['data'][2][0] == 'Neural Network' and t['data'][2][1] == '0.94' for t in result.get('tables', []))","description":"Row 3: Neural Network, 0.94"},{"command":"headers-footers","eval":"result.get('footer_text', '').strip() == 'Draft - Not for Distribution'","description":"Footer text correct"},{"command":"check-word-count 180","key":"in_range","expected":true,"description":"Word count at least 180"},{"command":"check-file-exists /home/user/Documents/research_paper.odt","key":"exists","expected":true,"description":"File exists"}],"github_task_path":"task_generator/tasks/libreoffice_writer_research_paper"} {"id":"libreoffice_writer_resume_formatting","app":"libreoffice_writer","task":"Create a resume document in LibreOffice Writer. Add a Heading 1 'John Anderson'. Below that, add a paragraph with 'Software Engineer | john.anderson@email.com'. Add a Heading 2 'Experience'. Add a paragraph 'Senior Developer at TechCorp (2020-2025)'. Add another paragraph 'Built and maintained microservices handling 10M requests per day'. Add a Heading 2 'Education'. Add a paragraph 'B.S. Computer Science, MIT, 2019'. Make the Heading 1 'John Anderson' bold. Save as /home/user/Documents/resume_docx.docx and /home/user/Documents/resume_html.html.","env":{"files":[],"reload_files":["/home/user/Documents/resume_docx.docx","/home/user/Documents/resume_html.html"]},"verification":[{"command":"check-heading-exists \"John Anderson\" 1","key":"exists","expected":true,"description":"Heading 1 'John Anderson' exists"},{"command":"check-text-contains \"Software Engineer\"","key":"contains","expected":true,"description":"Contains 'Software Engineer'"},{"command":"check-text-contains \"john.anderson@email.com\"","key":"contains","expected":true,"description":"Contains email"},{"command":"check-heading-exists Experience 2","key":"exists","expected":true,"description":"Heading 2 'Experience' exists"},{"command":"check-text-contains \"Senior Developer at TechCorp\"","key":"contains","expected":true,"description":"Contains experience entry"},{"command":"check-text-contains \"microservices handling 10M requests\"","key":"contains","expected":true,"description":"Contains experience detail"},{"command":"check-heading-exists Education 2","key":"exists","expected":true,"description":"Heading 2 'Education' exists"},{"command":"check-text-contains \"B.S. Computer Science, MIT, 2019\"","key":"contains","expected":true,"description":"Contains education entry"},{"command":"check-paragraph-formatted 0 true","key":"match","expected":true,"description":"Heading 1 paragraph is bold"},{"command":"check-file-format","args":["/home/user/Documents/resume_docx.docx","docx"],"eval":"result.get('match') == true","description":"DOCX file format is correct"},{"command":"check-file-format","args":["/home/user/Documents/resume_html.html","html"],"eval":"result.get('match') == true","description":"HTML file format is correct"}],"github_task_path":"task_generator/tasks/libreoffice_writer_resume_formatting"} {"id":"libreoffice_writer_technical_spec_v2","app":"libreoffice_writer","task":"Open /home/user/Documents/requirements_draft.odt in LibreOffice Writer. The document currently contains only plain paragraphs. Restructure it into a formal technical specification. At the very top, add a Heading 1 with the text 'Technical Specification'. Convert the section label paragraphs 'Overview', 'Functional Requirements', 'Non-Functional Requirements', 'System Architecture', and 'Revision History' to Heading 2 style. Under the 'Revision History' heading, insert a table named Table1 with 4 rows and 3 columns. Row 1 (header): 'Version', 'Date', 'Author'. Row 2: '0.1', '2026-01-15', 'Alice'. Row 3: '0.2', '2026-02-10', 'Bob'. Row 4: '1.0', '2026-03-01', 'Carol'. Add bookmarks named 'sec_overview', 'sec_functional', 'sec_nonfunctional', and 'sec_architecture' anchored at each of the corresponding Heading 2 paragraphs. Save the file (keep the .odt format at the original path).","env":{"files":[{"filename":"requirements_draft.odt","sandbox_path":"/home/user/Documents/requirements_draft.odt"}]},"verification":[{"command":"check-file-exists /home/user/Documents/requirements_draft.odt","key":"exists","expected":true,"description":"requirements_draft.odt exists on disk"},{"command":"check-heading-exists \"Technical Specification\" 1","key":"exists","expected":true,"description":"Heading 1 'Technical Specification' exists"},{"command":"check-heading-exists Overview 2","key":"exists","expected":true,"description":"Heading 2 'Overview' exists"},{"command":"check-heading-exists \"Functional Requirements\" 2","key":"exists","expected":true,"description":"Heading 2 'Functional Requirements' exists"},{"command":"check-heading-exists \"Non-Functional Requirements\" 2","key":"exists","expected":true,"description":"Heading 2 'Non-Functional Requirements' exists"},{"command":"check-heading-exists \"System Architecture\" 2","key":"exists","expected":true,"description":"Heading 2 'System Architecture' exists"},{"command":"check-heading-exists \"Revision History\" 2","key":"exists","expected":true,"description":"Heading 2 'Revision History' exists"},{"command":"parse-tables /home/user/Documents/requirements_draft.odt","eval":"len(result.get('tables', [])) >= 1 and result['tables'][0].get('rows', 0) == 4 and result['tables'][0].get('cols', 0) == 3","description":"Table has 4 rows and 3 columns"},{"command":"parse-tables /home/user/Documents/requirements_draft.odt","eval":"any(t.get('data', [[]])[0] == ['Version', 'Date', 'Author'] for t in result.get('tables', []))","description":"Header row is Version, Date, Author"},{"command":"parse-tables /home/user/Documents/requirements_draft.odt","eval":"any(len(t.get('data', [])) >= 4 and t['data'][3][2] == 'Carol' for t in result.get('tables', []))","description":"Row 4 author is Carol"},{"command":"bookmarks","eval":"'sec_overview' in result.get('bookmarks', []) and 'sec_functional' in result.get('bookmarks', []) and 'sec_nonfunctional' in result.get('bookmarks', []) and 'sec_architecture' in result.get('bookmarks', [])","description":"All four section bookmarks exist"}],"github_task_path":"task_generator/tasks/libreoffice_writer_technical_spec_v2"} {"id":"libreoffice_writer_test_plan_v2","app":"libreoffice_writer","task":"Open /home/user/Documents/test_plan_draft.odt in LibreOffice Writer. At the very top of the document add a Heading 1 with the text 'Login Module Test Plan'. Convert the four section-label paragraphs 'Scope', 'Approach', 'Test Cases', 'Exit Criteria' to Heading 2 style. Under the 'Test Cases' heading, replace the placeholder paragraph with a table named Table1 that has 6 rows and 4 columns. Header row: 'ID', 'Description', 'Steps', 'Expected'. Row 2: 'TC-01', 'Valid login', 'Enter valid credentials and submit', 'Dashboard is shown'. Row 3: 'TC-02', 'Invalid password', 'Enter wrong password and submit', 'Error message displayed'. Row 4: 'TC-03', 'Empty username', 'Leave username empty and submit', 'Field validation error'. Row 5: 'TC-04', 'Locked account', 'Submit credentials for locked user', 'Account locked message'. Row 6: 'TC-05', 'Session timeout', 'Idle for 30 minutes', 'Redirected to login'. Enable the page header with text 'QA Test Plan - Login' and page footer with text 'Document Version 1.0'. Save the file.","env":{"files":[{"filename":"test_plan_draft.odt","sandbox_path":"/home/user/Documents/test_plan_draft.odt"}]},"verification":[{"command":"check-heading-exists \"Login Module Test Plan\" 1","key":"exists","expected":true,"description":"Heading 1"},{"command":"check-heading-exists Scope 2","key":"exists","expected":true,"description":"Heading 2 Scope"},{"command":"check-heading-exists Approach 2","key":"exists","expected":true,"description":"Heading 2 Approach"},{"command":"check-heading-exists \"Test Cases\" 2","key":"exists","expected":true,"description":"Heading 2 Test Cases"},{"command":"check-heading-exists \"Exit Criteria\" 2","key":"exists","expected":true,"description":"Heading 2 Exit Criteria"},{"command":"parse-tables /home/user/Documents/test_plan_draft.odt","eval":"len(result.get('tables', [])) >= 1 and result['tables'][0].get('rows', 0) == 6 and result['tables'][0].get('cols', 0) == 4","description":"Table is 6x4"},{"command":"parse-tables /home/user/Documents/test_plan_draft.odt","eval":"any(t.get('data', [[]])[0] == ['ID', 'Description', 'Steps', 'Expected'] for t in result.get('tables', []))","description":"Header row correct"},{"command":"parse-tables /home/user/Documents/test_plan_draft.odt","eval":"any(len(t.get('data', [])) >= 6 and t['data'][1][0] == 'TC-01' and t['data'][5][0] == 'TC-05' for t in result.get('tables', []))","description":"Test case IDs span TC-01 to TC-05"},{"command":"parse-tables /home/user/Documents/test_plan_draft.odt","eval":"any(len(t.get('data', [])) >= 6 and 'Dashboard' in t['data'][1][3] for t in result.get('tables', []))","description":"TC-01 expected mentions Dashboard"},{"command":"headers-footers","eval":"result.get('header_text', '').strip() == 'QA Test Plan - Login'","description":"Header text correct"},{"command":"headers-footers","eval":"result.get('footer_text', '').strip() == 'Document Version 1.0'","description":"Footer text correct"}],"github_task_path":"task_generator/tasks/libreoffice_writer_test_plan_v2"} {"id":"libreoffice_writer_user_manual_v2","app":"libreoffice_writer","task":"Create a new LibreOffice Writer document and build a user manual for a product called CloudSync Pro. The document must contain: a Heading 1 'CloudSync Pro User Manual' at the top; a Heading 2 'Installation' followed by a paragraph of at least 25 words describing how to install the app; a Heading 2 'Features' followed by a feature comparison table named Table1 with 5 rows and 3 columns: header row 'Feature', 'Free', 'Pro'; row 2 'Cloud Storage', '5 GB', '1 TB'; row 3 'Sync Devices', '2', '10'; row 4 'Support', 'Email', '24/7 Chat'; row 5 'Offline Mode', 'No', 'Yes'; a Heading 2 'Frequently Asked Questions' followed by a second table Table2 with 5 rows and 2 columns: header row 'Question', 'Answer'; row 2 'How do I reset my password', 'Use the forgot password link on login'; row 3 'Is my data encrypted', 'Yes, AES-256 at rest and TLS in transit'; row 4 'Can I cancel anytime', 'Yes, from your account settings'; row 5 'What platforms are supported', 'Windows, macOS, Linux, iOS, Android'. Enable the page header and set its text to 'CloudSync Pro v3.2 - User Manual'. Enable the page footer and set its text to 'Confidential'. Save the document to /home/user/Documents/cloudsync_manual.odt.","env":{"files":[],"reload_files":["/home/user/Documents/cloudsync_manual.odt"]},"verification":[{"command":"check-file-exists /home/user/Documents/cloudsync_manual.odt","key":"exists","expected":true,"description":"cloudsync_manual.odt exists on disk"},{"command":"check-heading-exists \"CloudSync Pro User Manual\" 1","key":"exists","expected":true,"description":"Heading 1 exists"},{"command":"check-heading-exists Installation 2","key":"exists","expected":true,"description":"Heading 2 'Installation'"},{"command":"check-heading-exists Features 2","key":"exists","expected":true,"description":"Heading 2 'Features'"},{"command":"check-heading-exists \"Frequently Asked Questions\" 2","key":"exists","expected":true,"description":"Heading 2 'Frequently Asked Questions'"},{"command":"parse-tables /home/user/Documents/cloudsync_manual.odt","eval":"len(result.get('tables', [])) >= 2","description":"At least 2 tables exist"},{"command":"parse-tables /home/user/Documents/cloudsync_manual.odt","eval":"any(t.get('data', [[]])[0] == ['Feature', 'Free', 'Pro'] for t in result.get('tables', []))","description":"Feature comparison header row"},{"command":"parse-tables /home/user/Documents/cloudsync_manual.odt","eval":"any(len(t.get('data', [])) >= 5 and t['data'][1][2] == '1 TB' for t in result.get('tables', []))","description":"Pro tier cloud storage is 1 TB"},{"command":"parse-tables /home/user/Documents/cloudsync_manual.odt","eval":"any(t.get('data', [[]])[0] == ['Question', 'Answer'] for t in result.get('tables', []))","description":"FAQ table header row"},{"command":"parse-tables /home/user/Documents/cloudsync_manual.odt","eval":"any(len(t.get('data', [])) >= 5 and 'AES-256' in t['data'][2][1] for t in result.get('tables', []))","description":"FAQ mentions AES-256 encryption"},{"command":"headers-footers","eval":"'CloudSync Pro v3.2' in result.get('header_text', '') and 'User Manual' in result.get('header_text', '')","description":"Header text is correct"},{"command":"headers-footers","eval":"result.get('footer_text', '').strip() == 'Confidential'","description":"Footer text is 'Confidential'"},{"command":"check-word-count 120","key":"in_range","expected":true,"description":"Document has at least 120 words"}],"github_task_path":"task_generator/tasks/libreoffice_writer_user_manual_v2"} {"id":"musescore3_add_composer_and_export_all","app":"musescore3","task":"MuseScore 3 is already open with the file /home/user/Documents/fanfare.mscz. The score has 4 measures of quarter notes and the current Composer is 'Anonymous'.\n\nPerform these steps in order:\n1. Open File > Score Properties. Change the Composer to exactly: Test Composer. Click OK.\n2. Save the score with Ctrl+S so the updated composer is written into /home/user/Documents/fanfare.mscz.\n3. Open File > Export.... Set the format to 'Standard MIDI File (*.mid)' and set the destination path to exactly /home/user/Documents/fanfare.mid. Click Export.\n4. Open File > Export... again. Set the format to 'Uncompressed MusicXML (*.musicxml)' and set the destination path to exactly /home/user/Documents/fanfare.musicxml. Click Export.\n5. Open File > Export... one more time. Set the format to 'PDF File (*.pdf)' and set the destination path to exactly /home/user/Documents/fanfare.pdf. Click Export.\n\nAll three exports must land at the exact paths shown. The original fanfare.mscz must still exist with the updated composer. The MIDI must contain at least 2 notes, the MusicXML must have at least 1 part, and the PDF must have a valid %PDF- header.","env":{"files":[{"filename":"fanfare.mscz","sandbox_path":"/home/user/Documents/fanfare.mscz"}]},"verification":[{"command":"check-file-exists /home/user/Documents/fanfare.mscz","key":"exists","expected":true,"description":"fanfare.mscz still exists"},{"command":"check-meta-tag /home/user/Documents/fanfare.mscz composer Test Composer","key":"match","expected":true,"description":"Composer is 'Test Composer'"},{"command":"check-file-exists /home/user/Documents/fanfare.mid","key":"exists","expected":true,"description":"Exported fanfare.mid exists"},{"command":"check-midi-has-notes /home/user/Documents/fanfare.mid 2","key":"match","expected":true,"description":"fanfare.mid has at least 2 notes"},{"command":"check-file-exists /home/user/Documents/fanfare.musicxml","key":"exists","expected":true,"description":"Exported fanfare.musicxml exists"},{"command":"check-musicxml-parts /home/user/Documents/fanfare.musicxml 1","key":"match","expected":true,"description":"fanfare.musicxml has exactly 1 part"},{"command":"check-pdf-exists /home/user/Documents/fanfare.pdf","key":"match","expected":true,"description":"Exported fanfare.pdf exists and has %PDF- header"}],"github_task_path":"task_generator/tasks/musescore3_add_composer_and_export_all"} {"id":"musescore3_add_flute_instrument","app":"musescore3","task":"MuseScore 3 is already open with the file /home/user/Documents/piano_only.mscz. The score currently has one part: Piano.\n\nAdd a Flute instrument so the final score has exactly two parts.\n\n1. Press the keyboard shortcut I (or use Edit > Instruments...) to open the Instruments dialog.\n2. In the instrument list, find Woodwinds > Flute.\n3. Click Add to add the Flute to the current score. The new Flute staff should appear in the instrument list on the right side.\n4. Click OK to close the dialog.\n5. Save the file with Ctrl+S.\n\nThe saved score must have exactly 2 parts: the original Piano and the newly added Flute. The file must remain at /home/user/Documents/piano_only.mscz.","env":{"files":[{"filename":"piano_only.mscz","sandbox_path":"/home/user/Documents/piano_only.mscz"}]},"verification":[{"command":"check-file-exists /home/user/Documents/piano_only.mscz","key":"exists","expected":true,"description":"piano_only.mscz still exists"},{"command":"check-part-count /home/user/Documents/piano_only.mscz 2","key":"match","expected":true,"description":"Score has exactly 2 parts"},{"command":"check-instrument /home/user/Documents/piano_only.mscz Flute","key":"exists","expected":true,"description":"Flute instrument exists in the score"},{"command":"check-instrument /home/user/Documents/piano_only.mscz Piano","key":"exists","expected":true,"description":"Piano instrument still exists in the score"}],"github_task_path":"task_generator/tasks/musescore3_add_flute_instrument"} {"id":"musescore3_add_lyrics_to_melody","app":"musescore3","task":"MuseScore 3 is already open with the file /home/user/Documents/melody.mscz. The score has a single piano staff with 8 quarter notes (2 measures, 4 notes each) in 4/4 time and currently has no lyrics.\n\nPerform these steps:\n1. Click the very first note of the melody to select it.\n2. Press Ctrl+L to begin adding lyrics on that note.\n3. Type the word 'hello' attached to the first note (type 'hello' and then press space to advance — this will write 'hello' as a single syllable under the first note).\n4. Type 'world' under the second note and press space.\n5. Type 'sing' under the third note and press space.\n6. Type 'out' under the fourth note.\n7. Press Escape to exit lyric entry mode.\n8. Save the file with Ctrl+S.\n\nThe file must still be at /home/user/Documents/melody.mscz. After saving, the score must contain at least one lyric syllable and one of the lyric syllables must contain the substring 'hel' (from 'hello').","env":{"files":[{"filename":"melody.mscz","sandbox_path":"/home/user/Documents/melody.mscz"}]},"verification":[{"command":"check-file-exists /home/user/Documents/melody.mscz","key":"exists","expected":true,"description":"melody.mscz still exists"},{"command":"check-has-lyrics /home/user/Documents/melody.mscz","key":"has_lyrics","expected":true,"description":"Score contains at least one lyric syllable"},{"command":"check-lyric-text /home/user/Documents/melody.mscz hel","key":"match","expected":true,"description":"A lyric syllable contains the substring 'hel'"}],"github_task_path":"task_generator/tasks/musescore3_add_lyrics_to_melody"} {"id":"musescore3_add_three_word_lyrics","app":"musescore3","task":"MuseScore 3 is already open with the file /home/user/Documents/hymn.mscz. The score is a single-staff melody with 3 measures of quarter notes in C major 4/4 and no lyrics at all.\n\nAdd a three-syllable lyric line to the first three notes of the first staff. The three lyric syllables, in order, must be exactly:\n\n sing\n for\n joy\n\n1. Click the very first note in measure 1 to select it.\n2. Press Ctrl+L to enter lyric input mode on that note.\n3. Type 'sing' and press the spacebar to advance to the next note.\n4. Type 'for' and press the spacebar to advance to the next note.\n5. Type 'joy' and press Escape to exit lyric input mode.\n6. Save the file with Ctrl+S.\n\nThe saved score must contain at least three lyric syllables and each of the words 'sing', 'for', and 'joy' must appear as lyric text. The file must remain at /home/user/Documents/hymn.mscz.","env":{"files":[{"filename":"hymn.mscz","sandbox_path":"/home/user/Documents/hymn.mscz"}]},"verification":[{"command":"check-file-exists /home/user/Documents/hymn.mscz","key":"exists","expected":true,"description":"hymn.mscz still exists"},{"command":"check-has-lyrics /home/user/Documents/hymn.mscz","key":"has_lyrics","expected":true,"description":"Score has at least one lyric syllable"},{"command":"check-lyric-text /home/user/Documents/hymn.mscz sing","key":"match","expected":true,"description":"A lyric syllable contains 'sing'"},{"command":"check-lyric-text /home/user/Documents/hymn.mscz for","key":"match","expected":true,"description":"A lyric syllable contains 'for'"},{"command":"check-lyric-text /home/user/Documents/hymn.mscz joy","key":"match","expected":true,"description":"A lyric syllable contains 'joy'"}],"github_task_path":"task_generator/tasks/musescore3_add_three_word_lyrics"} {"id":"musescore3_change_tempo_marking","app":"musescore3","task":"MuseScore 3 is already open with the file /home/user/Documents/allegretto.mscz. The score currently has 8 measures of quarter notes in 4/4 time and a tempo marking on the first measure of 90 BPM (quarter note = 90).\n\nPerform these steps:\n1. Click on the existing tempo text at the top-left of measure 1 to select it.\n2. Change the BPM value to exactly 144 (quarter note = 144). You can double-click the tempo marking to edit it in place, then type the new number, or delete it and add a new tempo marking from Add > Text > Tempo Marking set to 144 BPM.\n3. Click somewhere outside the tempo marking to deselect.\n4. Save the file with Ctrl+S.\n\nThe file must remain at /home/user/Documents/allegretto.mscz. The first Tempo marking must equal 144 BPM (beats-per-minute) after you save.","env":{"files":[{"filename":"allegretto.mscz","sandbox_path":"/home/user/Documents/allegretto.mscz"}]},"verification":[{"command":"check-file-exists /home/user/Documents/allegretto.mscz","key":"exists","expected":true,"description":"allegretto.mscz still exists"},{"command":"check-tempo /home/user/Documents/allegretto.mscz 144","key":"match","expected":true,"description":"First Tempo marking is 144 BPM (within ±0.5)"}],"github_task_path":"task_generator/tasks/musescore3_change_tempo_marking"} {"id":"musescore3_export_five_formats","app":"musescore3","task":"MuseScore 3 is already open with the file /home/user/Documents/suite.mscz. The score has 6 measures of quarter notes in C major 4/4.\n\nExport the score to five different formats, each at an exact path in /home/user/Documents/. Use File > Export... once per format. For each export, set the destination path exactly as shown and click Export.\n\n1. Standard MIDI File (*.mid) -> /home/user/Documents/suite.mid\n2. Uncompressed MusicXML (*.musicxml) -> /home/user/Documents/suite.musicxml\n3. PDF File (*.pdf) -> /home/user/Documents/suite.pdf\n4. PNG Images (*.png) -> /home/user/Documents/suite.png (confirm any per-page dialog so a single suite.png is written)\n5. Wave Audio (*.wav) -> /home/user/Documents/suite.wav\n\nThe original suite.mscz must still exist at /home/user/Documents/suite.mscz. All five exported files must end up at the exact paths listed: the MIDI must contain at least 4 notes, the MusicXML must have at least 1 part, the PDF must have a valid %PDF- header, the PNG must have a valid PNG header, and the WAV must have a duration of at least 1 second.","env":{"files":[{"filename":"suite.mscz","sandbox_path":"/home/user/Documents/suite.mscz"}]},"verification":[{"command":"check-file-exists /home/user/Documents/suite.mscz","key":"exists","expected":true,"description":"suite.mscz still exists"},{"command":"check-file-exists /home/user/Documents/suite.mid","key":"exists","expected":true,"description":"Exported suite.mid exists"},{"command":"check-midi-has-notes /home/user/Documents/suite.mid 4","key":"match","expected":true,"description":"suite.mid has at least 4 notes"},{"command":"check-file-exists /home/user/Documents/suite.musicxml","key":"exists","expected":true,"description":"Exported suite.musicxml exists"},{"command":"check-musicxml-parts /home/user/Documents/suite.musicxml 1","key":"match","expected":true,"description":"suite.musicxml has exactly 1 part"},{"command":"check-pdf-exists /home/user/Documents/suite.pdf","key":"match","expected":true,"description":"Exported suite.pdf exists with %PDF- header"},{"command":"check-png-exists /home/user/Documents/suite.png","key":"match","expected":true,"description":"Exported suite.png exists with PNG header"},{"command":"check-wav-duration /home/user/Documents/suite.wav 1","key":"match","expected":true,"description":"suite.wav duration is at least 1 second"}],"github_task_path":"task_generator/tasks/musescore3_export_five_formats"} {"id":"musescore3_export_musicxml","app":"musescore3","task":"MuseScore 3 is already open with the file /home/user/Documents/duet.mscz. The score is a two-part duet (Flute and Cello) in 4/4 time with 4 measures per part.\n\nPerform these steps:\n1. Open the File menu and click Export....\n2. In the Export dialog, set the format to 'Uncompressed MusicXML (*.musicxml)'. If the available option is 'MusicXML (*.musicxml)' that is also acceptable. Do NOT use compressed MusicXML (.mxl).\n3. Set the destination file path to exactly: /home/user/Documents/duet.musicxml\n4. Click Export / OK.\n5. If prompted, accept the default options.\n\nThe original /home/user/Documents/duet.mscz must still exist. The exported file must exist at exactly /home/user/Documents/duet.musicxml and must parse as valid MusicXML containing exactly 2 parts.","env":{"files":[{"filename":"duet.mscz","sandbox_path":"/home/user/Documents/duet.mscz"}]},"verification":[{"command":"check-file-exists /home/user/Documents/duet.mscz","key":"exists","expected":true,"description":"Original duet.mscz still exists"},{"command":"check-file-exists /home/user/Documents/duet.musicxml","key":"exists","expected":true,"description":"Exported MusicXML file exists"},{"command":"check-musicxml-parts /home/user/Documents/duet.musicxml 2","key":"match","expected":true,"description":"Exported MusicXML has exactly 2 parts"}],"github_task_path":"task_generator/tasks/musescore3_export_musicxml"} {"id":"musescore3_export_png_and_midi","app":"musescore3","task":"MuseScore 3 is already open with the file /home/user/Documents/chorale.mscz. The score has 4 measures of quarter notes in C major 4/4.\n\nExport the score to two formats, each at an exact path:\n1. Open File > Export.... Set the format to 'PNG Images (*.png)' and set the destination path to exactly /home/user/Documents/chorale.png. Click Export and accept any per-page confirmation so that a PNG is written to /home/user/Documents/chorale.png.\n2. Open File > Export... again. Set the format to 'Standard MIDI File (*.mid)' and set the destination path to exactly /home/user/Documents/chorale.mid. Click Export.\n\nBoth exports must land at the exact paths shown. The original chorale.mscz must still exist. The PNG must have a valid PNG header, and the MIDI must contain at least 4 notes.","env":{"files":[{"filename":"chorale.mscz","sandbox_path":"/home/user/Documents/chorale.mscz"}]},"verification":[{"command":"check-file-exists /home/user/Documents/chorale.mscz","key":"exists","expected":true,"description":"chorale.mscz still exists"},{"command":"check-png-exists /home/user/Documents/chorale.png","key":"match","expected":true,"description":"Exported chorale.png exists with valid PNG header"},{"command":"check-file-exists /home/user/Documents/chorale.mid","key":"exists","expected":true,"description":"Exported chorale.mid exists"},{"command":"check-midi-has-notes /home/user/Documents/chorale.mid 4","key":"match","expected":true,"description":"chorale.mid has at least 4 notes"}],"github_task_path":"task_generator/tasks/musescore3_export_png_and_midi"} {"id":"musescore3_gap_accent_tenuto_mix","app":"musescore3","task":"MuseScore 3 is already open with /home/user/Documents/expression_study.mscz. Add an accent (>) articulation to the first note of measure 2, and a tenuto (-) articulation to the first note of measure 3. Do not add any other articulations. Save in place.","env":{"files":[{"filename":"expression_study.mscz","sandbox_path":"/home/user/Documents/expression_study.mscz"}]},"verification":[{"command":"check-file-exists /home/user/Documents/expression_study.mscz","key":"exists","expected":true,"description":"File saved"},{"command":"check-articulation-in-measure /home/user/Documents/expression_study.mscz 2 accent","key":"match","expected":true,"description":"Accent in measure 2"},{"command":"check-articulation-in-measure /home/user/Documents/expression_study.mscz 3 tenuto","key":"match","expected":true,"description":"Tenuto in measure 3"}],"github_task_path":"task_generator/tasks/musescore3_gap_accent_tenuto_mix"} {"id":"musescore3_gap_chord_symbols","app":"musescore3","task":"MuseScore 3 is open with /home/user/Documents/leadsheet.mscz (single melody staff, 4 measures in C major). Add chord symbols above the first note of each measure: measure 1 = C, measure 2 = F, measure 3 = G7, measure 4 = C. Use Add > Text > Chord Symbol (Ctrl+K). Save in place.","env":{"files":[{"filename":"leadsheet.mscz","sandbox_path":"/home/user/Documents/leadsheet.mscz"}]},"verification":[{"command":"check-file-exists /home/user/Documents/leadsheet.mscz","key":"exists","expected":true,"description":"File saved"},{"command":"check-chord-symbol-in-measure /home/user/Documents/leadsheet.mscz 1 C","key":"match","expected":true,"description":"C chord symbol at measure 1"},{"command":"check-chord-symbol-in-measure /home/user/Documents/leadsheet.mscz 2 F","key":"match","expected":true,"description":"F chord symbol at measure 2"},{"command":"check-chord-symbol-in-measure /home/user/Documents/leadsheet.mscz 3 G7","key":"match","expected":true,"description":"G7 chord symbol at measure 3"},{"command":"check-chord-symbol-in-measure /home/user/Documents/leadsheet.mscz 4 C","key":"match","expected":true,"description":"C chord symbol at measure 4"}],"github_task_path":"task_generator/tasks/musescore3_gap_chord_symbols"} {"id":"musescore3_gap_crescendo_hairpin","app":"musescore3","task":"MuseScore 3 is open with /home/user/Documents/swell.mscz (4 measures). Add a crescendo hairpin spanning measures 1 through 2, and a decrescendo hairpin spanning measures 3 through 4. Save in place.","env":{"files":[{"filename":"swell.mscz","sandbox_path":"/home/user/Documents/swell.mscz"}]},"verification":[{"command":"check-file-exists /home/user/Documents/swell.mscz","key":"exists","expected":true,"description":"File saved"},{"command":"check-has-hairpin /home/user/Documents/swell.mscz crescendo","key":"match","expected":true,"description":"Crescendo hairpin present"},{"command":"check-has-hairpin /home/user/Documents/swell.mscz decrescendo","key":"match","expected":true,"description":"Decrescendo hairpin present"}],"github_task_path":"task_generator/tasks/musescore3_gap_crescendo_hairpin"} {"id":"musescore3_gap_dc_al_fine","app":"musescore3","task":"MuseScore 3 is open with /home/user/Documents/sonatina_dc.mscz (4 measures). Add a 'Fine' marker at measure 2 (so the piece ends there on the repeat) and a 'D.C. al Fine' jump at the end of measure 4. Use Add > Text > Tempo & Jumps or the Lines/Repeats palette. Save in place.","env":{"files":[{"filename":"sonatina_dc.mscz","sandbox_path":"/home/user/Documents/sonatina_dc.mscz"}]},"verification":[{"command":"check-file-exists /home/user/Documents/sonatina_dc.mscz","key":"exists","expected":true,"description":"File saved"},{"command":"check-marker-text /home/user/Documents/sonatina_dc.mscz Fine","key":"match","expected":true,"description":"Fine marker present"},{"command":"check-jump-text /home/user/Documents/sonatina_dc.mscz D.C.","key":"match","expected":true,"description":"D.C. jump present"}],"github_task_path":"task_generator/tasks/musescore3_gap_dc_al_fine"} {"id":"musescore3_gap_dynamics_mf_ff","app":"musescore3","task":"MuseScore 3 is open with /home/user/Documents/dynamic_arc.mscz. Add a mezzo-forte (mf) dynamic marking at the first note of measure 1, and a fortissimo (ff) dynamic marking at the first note of measure 3. Save in place.","env":{"files":[{"filename":"dynamic_arc.mscz","sandbox_path":"/home/user/Documents/dynamic_arc.mscz"}]},"verification":[{"command":"check-file-exists /home/user/Documents/dynamic_arc.mscz","key":"exists","expected":true,"description":"File saved"},{"command":"check-dynamic-in-measure /home/user/Documents/dynamic_arc.mscz 1 mf","key":"match","expected":true,"description":"mf dynamic at measure 1"},{"command":"check-dynamic-in-measure /home/user/Documents/dynamic_arc.mscz 3 ff","key":"match","expected":true,"description":"ff dynamic at measure 3"}],"github_task_path":"task_generator/tasks/musescore3_gap_dynamics_mf_ff"} {"id":"musescore3_gap_fingering_numbers","app":"musescore3","task":"MuseScore 3 is open with /home/user/Documents/finger_study.mscz (piano staff, 4 quarter notes per measure). Add piano fingering numbers 1, 2, 3, 5 to the first four notes of measure 1 (one number per note in order). Use Add > Text > Fingering or the Fingering palette. Save in place.","env":{"files":[{"filename":"finger_study.mscz","sandbox_path":"/home/user/Documents/finger_study.mscz"}]},"verification":[{"command":"check-file-exists /home/user/Documents/finger_study.mscz","key":"exists","expected":true,"description":"File saved"},{"command":"check-fingering-count-in-measure /home/user/Documents/finger_study.mscz 1 4","key":"match","expected":true,"description":"At least 4 fingering annotations in measure 1"}],"github_task_path":"task_generator/tasks/musescore3_gap_fingering_numbers"} {"id":"musescore3_gap_midscore_instrument_change","app":"musescore3","task":"MuseScore 3 is open with /home/user/Documents/woodwind_switch.mscz (single clarinet staff, 4 measures). Add a mid-score instrument change at the start of measure 3 so that the staff switches from Clarinet to Flute from measure 3 onwards. Use the Text palette's 'Change Instrument' element (Add > Text > Change Instr.) or the 'Change Instrument' palette entry. Save in place.","env":{"files":[{"filename":"woodwind_switch.mscz","sandbox_path":"/home/user/Documents/woodwind_switch.mscz"}]},"verification":[{"command":"check-file-exists /home/user/Documents/woodwind_switch.mscz","key":"exists","expected":true,"description":"File saved"},{"command":"check-instrument-change-at /home/user/Documents/woodwind_switch.mscz 3 flute","key":"match","expected":true,"description":"Instrument change to Flute at measure 3"}],"github_task_path":"task_generator/tasks/musescore3_gap_midscore_instrument_change"} {"id":"musescore3_gap_page_layout_margins","app":"musescore3","task":"MuseScore 3 is open with /home/user/Documents/score_layout.mscz (currently US Letter, 8.5 x 11 inches). Change the page dimensions to A4 sized in inches: page width 8.27 in and page height 11.69 in, via Format > Page Settings. Save the file in place.","env":{"files":[{"filename":"score_layout.mscz","sandbox_path":"/home/user/Documents/score_layout.mscz"}]},"verification":[{"command":"check-file-exists /home/user/Documents/score_layout.mscz","key":"exists","expected":true,"description":"File saved"},{"command":"check-style-value /home/user/Documents/score_layout.mscz pageWidth 8.27","key":"match","expected":true,"description":"Page width ~ 8.27 inches"},{"command":"check-style-value /home/user/Documents/score_layout.mscz pageHeight 11.69","key":"match","expected":true,"description":"Page height ~ 11.69 inches"}],"github_task_path":"task_generator/tasks/musescore3_gap_page_layout_margins"} {"id":"musescore3_gap_pedal_marks","app":"musescore3","task":"MuseScore 3 is open with /home/user/Documents/pedal_study.mscz (piano staff, 4 measures). Add a piano sustain pedal line (Ped. ... *) spanning from the start of measure 1 to the end of measure 2, using the Lines palette's Pedal marking. Save in place.","env":{"files":[{"filename":"pedal_study.mscz","sandbox_path":"/home/user/Documents/pedal_study.mscz"}]},"verification":[{"command":"check-file-exists /home/user/Documents/pedal_study.mscz","key":"exists","expected":true,"description":"File saved"},{"command":"check-has-pedal /home/user/Documents/pedal_study.mscz","key":"match","expected":true,"description":"Pedal line present in score"}],"github_task_path":"task_generator/tasks/musescore3_gap_pedal_marks"} {"id":"musescore3_gap_voltas_repeats","app":"musescore3","task":"MuseScore 3 is open with /home/user/Documents/folk_tune.mscz (4 measures). Mark the score with a start-repeat barline at the beginning of measure 1, an end-repeat barline at the end of measure 4, and add a 1st-ending volta bracket over measure 3 and a 2nd-ending volta bracket over measure 4. Save in place.","env":{"files":[{"filename":"folk_tune.mscz","sandbox_path":"/home/user/Documents/folk_tune.mscz"}]},"verification":[{"command":"check-file-exists /home/user/Documents/folk_tune.mscz","key":"exists","expected":true,"description":"File saved"},{"command":"check-start-repeat-at /home/user/Documents/folk_tune.mscz 1","key":"match","expected":true,"description":"Start-repeat at measure 1"},{"command":"check-end-repeat-at /home/user/Documents/folk_tune.mscz 4","key":"match","expected":true,"description":"End-repeat at measure 4"},{"command":"check-has-volta-at /home/user/Documents/folk_tune.mscz 3","key":"match","expected":true,"description":"Volta at measure 3"},{"command":"check-has-volta-at /home/user/Documents/folk_tune.mscz 4","key":"match","expected":true,"description":"Volta at measure 4"}],"github_task_path":"task_generator/tasks/musescore3_gap_voltas_repeats"} {"id":"musescore3_multi_meta_publishing","app":"musescore3","task":"MuseScore 3 is already open with the file /home/user/Documents/draft_song.mscz. Update the Score Properties so the score is ready for publishing, then save.\n\nOpen File > Score Properties and set the following five fields to these exact values:\n- Work Title: Autumn Reverie\n- Composer: Marie Durand\n- Lyricist: Paul Verlaine\n- Arranger: Chamber Ensemble\n- Copyright: Public Domain 2024\n\nClick OK to close the dialog, then save the file with Ctrl+S. The file must stay at /home/user/Documents/draft_song.mscz.","env":{"files":[{"filename":"draft_song.mscz","sandbox_path":"/home/user/Documents/draft_song.mscz"}]},"verification":[{"command":"check-file-exists /home/user/Documents/draft_song.mscz","key":"exists","expected":true,"description":"draft_song.mscz still exists"},{"command":"check-meta-tag /home/user/Documents/draft_song.mscz workTitle Autumn Reverie","key":"match","expected":true,"description":"workTitle metaTag is 'Autumn Reverie'"},{"command":"check-meta-tag /home/user/Documents/draft_song.mscz composer Marie Durand","key":"match","expected":true,"description":"composer metaTag is 'Marie Durand'"},{"command":"check-meta-tag /home/user/Documents/draft_song.mscz lyricist Paul Verlaine","key":"match","expected":true,"description":"lyricist metaTag is 'Paul Verlaine'"},{"command":"check-meta-tag /home/user/Documents/draft_song.mscz arranger Chamber Ensemble","key":"match","expected":true,"description":"arranger metaTag is 'Chamber Ensemble'"},{"command":"check-meta-tag /home/user/Documents/draft_song.mscz copyright Public Domain 2024","key":"match","expected":true,"description":"copyright metaTag is 'Public Domain 2024'"}],"github_task_path":"task_generator/tasks/musescore3_multi_meta_publishing"} {"id":"musescore3_rebuild_score_header","app":"musescore3","task":"MuseScore 3 is already open with the file /home/user/Documents/waltz_draft.mscz. The score currently has 4 measures in C major (no sharps or flats), 4/4 time, a first-measure tempo of 120 BPM, and an empty composer.\n\nRebuild the score header so it reads as a D-major waltz. Make all four of the following changes, then save:\n1. Change the time signature at measure 1 to 3/4. Use the Palettes panel (View > Palettes), expand Time Signatures, select measure 1, and apply 3/4.\n2. Change the first tempo marking to exactly 108 BPM (quarter note = 108). Edit the existing tempo text in place or replace it via Add > Text > Tempo Marking set to 108.\n3. Change the key signature at the start to D major (two sharps). Expand the Key Signatures palette, select measure 1, and apply the 2-sharps key signature.\n4. Open File > Score Properties and set the Composer field to exactly: Yvette Chauvire. Click OK.\n\nThen save the file with Ctrl+S.\n\nAfter saving, the first TimeSig must equal 3/4, the first Tempo must equal 108 BPM, the first KeySig accidental count must equal 2, and the composer metaTag must equal 'Yvette Chauvire'. The file must stay at /home/user/Documents/waltz_draft.mscz.","env":{"files":[{"filename":"waltz_draft.mscz","sandbox_path":"/home/user/Documents/waltz_draft.mscz"}]},"verification":[{"command":"check-file-exists /home/user/Documents/waltz_draft.mscz","key":"exists","expected":true,"description":"waltz_draft.mscz still exists"},{"command":"check-time-signature /home/user/Documents/waltz_draft.mscz 3 4","key":"match","expected":true,"description":"First TimeSig equals 3/4"},{"command":"check-tempo /home/user/Documents/waltz_draft.mscz 108","key":"match","expected":true,"description":"First Tempo equals 108 BPM"},{"command":"check-key-signature /home/user/Documents/waltz_draft.mscz 2","key":"match","expected":true,"description":"First KeySig has 2 accidentals (D major, two sharps)"},{"command":"check-meta-tag /home/user/Documents/waltz_draft.mscz composer Yvette Chauvire","key":"match","expected":true,"description":"composer metaTag equals 'Yvette Chauvire'"}],"github_task_path":"task_generator/tasks/musescore3_rebuild_score_header"} {"id":"musescore3_set_autosave_interval","app":"musescore3","task":"MuseScore 3 is already open with the placeholder file /home/user/Documents/placeholder.mscz. You do not need to edit the placeholder score itself — this task is only about changing the MuseScore 3 application preferences.\n\nPerform these steps:\n1. Open the Edit menu and click Preferences....\n2. Go to the Save section / tab (it may be called 'General > Save' or 'I/O' depending on the layout).\n3. Make sure 'Auto Save' is checked (enabled).\n4. Set 'Save every ___ minutes' (the Auto Save interval) to exactly 7.\n5. Click OK to close the Preferences dialog. This writes the change to ~/.config/MuseScore/MuseScore3.ini.\n\nYou do not need to save the placeholder score. After the preferences dialog closes, the autoSave key must be 'true' and the autoSaveInterval key must be '7' in the INI file.","env":{"files":[{"filename":"placeholder.mscz","sandbox_path":"/home/user/Documents/placeholder.mscz"}]},"verification":[{"command":"check-preference application.autoSave true","key":"match","expected":true,"description":"Auto Save is enabled in MuseScore3.ini"},{"command":"check-preference application.autoSaveInterval 7","key":"match","expected":true,"description":"Auto Save interval is set to 7 minutes"}],"github_task_path":"task_generator/tasks/musescore3_set_autosave_interval"} {"id":"musescore3_set_score_metadata","app":"musescore3","task":"MuseScore 3 is already open with the file /home/user/Documents/prelude.mscz. The current Work Title is 'Untitled Score' and the Composer is 'Anonymous'.\n\nPerform these steps:\n1. Open File > Score Properties.\n2. Set Work Title to exactly: Morning Prelude\n3. Set Composer to exactly: Ada Lovelace\n4. Set Copyright to exactly: 2024 Public Domain\n5. Click OK to close the dialog.\n6. Save the file with Ctrl+S so the .mscz file on disk is updated.\n\nDo not rename or move the file. It must still be at /home/user/Documents/prelude.mscz when you are done.","env":{"files":[{"filename":"prelude.mscz","sandbox_path":"/home/user/Documents/prelude.mscz"}]},"verification":[{"command":"check-file-exists /home/user/Documents/prelude.mscz","key":"exists","expected":true,"description":"prelude.mscz still exists at the original path"},{"command":"check-meta-tag /home/user/Documents/prelude.mscz workTitle Morning Prelude","key":"match","expected":true,"description":"Work Title is 'Morning Prelude'"},{"command":"check-meta-tag /home/user/Documents/prelude.mscz composer Ada Lovelace","key":"match","expected":true,"description":"Composer is 'Ada Lovelace'"},{"command":"check-meta-tag /home/user/Documents/prelude.mscz copyright 2024 Public Domain","key":"match","expected":true,"description":"Copyright is '2024 Public Domain'"}],"github_task_path":"task_generator/tasks/musescore3_set_score_metadata"} {"id":"musescore3_tempo_and_timesig_combo","app":"musescore3","task":"MuseScore 3 is already open with the file /home/user/Documents/jig.mscz. The score currently has 8 measures of quarter notes in 4/4 time with a tempo marking of 90 BPM on the first measure.\n\nMake two changes and save:\n1. Change the time signature at the start of the score to 6/8.\n - Open the Palettes panel (View > Palettes if needed), expand Time Signatures, click on measure 1, and double-click the 6/8 time signature (or drag it onto measure 1).\n2. Change the tempo marking on the first measure to exactly 168 BPM (quarter note = 168).\n - Double-click the existing tempo text at the top-left of measure 1 and edit the number to 168, or delete the existing marking and insert a new Tempo Marking from Add > Text > Tempo Marking set to 168.\n\nClick outside any selected element to deselect, then save the file with Ctrl+S.\n\nAfter saving, the first TimeSig must equal 6/8 and the first Tempo marking must equal 168 BPM. The file must stay at /home/user/Documents/jig.mscz.","env":{"files":[{"filename":"jig.mscz","sandbox_path":"/home/user/Documents/jig.mscz"}]},"verification":[{"command":"check-file-exists /home/user/Documents/jig.mscz","key":"exists","expected":true,"description":"jig.mscz still exists"},{"command":"check-time-signature /home/user/Documents/jig.mscz 6 8","key":"match","expected":true,"description":"First TimeSig equals 6/8"},{"command":"check-tempo /home/user/Documents/jig.mscz 168","key":"match","expected":true,"description":"First Tempo marking equals 168 BPM"}],"github_task_path":"task_generator/tasks/musescore3_tempo_and_timesig_combo"} {"id":"musescore3_transpose_to_g_major","app":"musescore3","task":"MuseScore 3 is already open with the file /home/user/Documents/etude_c.mscz. The score is currently in C major (0 sharps / 0 flats) with 4 measures of quarter notes.\n\nPerform these steps:\n1. Press Ctrl+A to select the entire score.\n2. Open the Tools menu and click Transpose....\n3. In the Transpose dialog, choose 'Transpose by Key' (or 'Transpose Chromatically' if the dialog requires it).\n4. Set the target key to G major.\n5. Make sure 'Transpose key signatures' is checked, and set direction to Up (or choose the closest distance).\n6. Click OK.\n7. The new key signature should be G major (1 sharp) at the start of the score.\n8. Save the file with Ctrl+S.\n\nThe file must still be at /home/user/Documents/etude_c.mscz. The first KeySig accidental count must equal 1 (for G major).","env":{"files":[{"filename":"etude_c.mscz","sandbox_path":"/home/user/Documents/etude_c.mscz"}]},"verification":[{"command":"check-file-exists /home/user/Documents/etude_c.mscz","key":"exists","expected":true,"description":"etude_c.mscz still exists"},{"command":"check-key-signature /home/user/Documents/etude_c.mscz 1","key":"match","expected":true,"description":"First key signature has 1 sharp (G major)"}],"github_task_path":"task_generator/tasks/musescore3_transpose_to_g_major"} {"id":"musescore3_work_catalog_metadata","app":"musescore3","task":"MuseScore 3 is already open with the file /home/user/Documents/catalog_entry.mscz. Populate the catalog-style Score Properties for this movement and save.\n\nOpen File > Score Properties and set the following five fields to these exact values (they map directly to MuseScore's metaTag fields 'workTitle', 'workNumber', 'movementNumber', 'movementTitle', 'source'):\n- Work Title: String Quartet No 2\n- Work Number: Op 18\n- Movement Number: 3\n- Movement Title: Andante cantabile\n- Source: Urtext Edition 1894\n\nClick OK, then save the file with Ctrl+S. The file must remain at /home/user/Documents/catalog_entry.mscz.","env":{"files":[{"filename":"catalog_entry.mscz","sandbox_path":"/home/user/Documents/catalog_entry.mscz"}]},"verification":[{"command":"check-file-exists /home/user/Documents/catalog_entry.mscz","key":"exists","expected":true,"description":"catalog_entry.mscz still exists"},{"command":"check-meta-tag /home/user/Documents/catalog_entry.mscz workTitle String Quartet No 2","key":"match","expected":true,"description":"workTitle is 'String Quartet No 2'"},{"command":"check-meta-tag /home/user/Documents/catalog_entry.mscz workNumber Op 18","key":"match","expected":true,"description":"workNumber is 'Op 18'"},{"command":"check-meta-tag /home/user/Documents/catalog_entry.mscz movementNumber 3","key":"match","expected":true,"description":"movementNumber is '3'"},{"command":"check-meta-tag /home/user/Documents/catalog_entry.mscz movementTitle Andante cantabile","key":"match","expected":true,"description":"movementTitle is 'Andante cantabile'"},{"command":"check-meta-tag /home/user/Documents/catalog_entry.mscz source Urtext Edition 1894","key":"match","expected":true,"description":"source is 'Urtext Edition 1894'"}],"github_task_path":"task_generator/tasks/musescore3_work_catalog_metadata"} {"id":"obs_add_sources_to_existing","app":"obs","task":"A scene collection has already been set up with a single scene named 'Live Stream' containing one Display Capture source named 'Screen'. Your task is to add four more sources to the 'Live Stream' scene WITHOUT creating any new scenes: 1. Add a Video Capture Device source named exactly 'Camera'. 2. Add a Text (FreeType 2) source named exactly 'Now Playing'. 3. Add an Image source named exactly 'Channel Logo'. Set its file path to /home/user/Pictures/channel_logo.png. 4. Add a Color Source named exactly 'Lower Third BG'. 5. All five sources must be visible. 6. Do NOT create or delete any scenes. The collection should still have exactly 1 scene. 7.","env":{"files":[{"filename":"scene_collection.json","sandbox_path":"/home/user/.config/obs-studio/basic/scenes/Untitled.json"},{"filename":"channel_logo.png","sandbox_path":"/home/user/Pictures/channel_logo.png"}]},"verification":[{"command":"check-scene-exists 'Live Stream'","key":"exists","expected":true,"description":"Scene 'Live Stream' exists"},{"command":"check-scene-count 1","key":"match","expected":true,"description":"Exactly 1 scene in the collection"},{"command":"check-source-in-scene Screen 'Live Stream'","key":"exists","expected":true,"description":"Original source 'Screen' still exists in 'Live Stream' scene"},{"command":"check-source-in-scene Camera 'Live Stream'","key":"exists","expected":true,"description":"Source 'Camera' exists in 'Live Stream' scene"},{"command":"check-source-in-scene 'Now Playing' 'Live Stream'","key":"exists","expected":true,"description":"Source 'Now Playing' exists in 'Live Stream' scene"},{"command":"check-source-in-scene 'Channel Logo' 'Live Stream'","key":"exists","expected":true,"description":"Source 'Channel Logo' exists in 'Live Stream' scene"},{"command":"check-source-in-scene 'Lower Third BG' 'Live Stream'","key":"exists","expected":true,"description":"Source 'Lower Third BG' exists in 'Live Stream' scene"},{"command":"check-source-visible Screen","key":"visible","expected":true,"description":"Source 'Screen' is visible"},{"command":"check-source-visible Camera","key":"visible","expected":true,"description":"Source 'Camera' is visible"},{"command":"check-source-visible 'Channel Logo'","key":"visible","expected":true,"description":"Source 'Channel Logo' is visible"}],"github_task_path":"task_generator/tasks/obs_add_sources_to_existing"} {"id":"obs_consolidate_into_single_scene","app":"obs","task":"The scene collection already contains three scenes, each with one source: - 'Cam A' scene containing source 'Webcam A' - 'Cam B' scene containing source 'Webcam B' - 'Graphics' scene containing source 'Lower Third' Your task is to consolidate everything into one new scene named 'Unified'. 1. Create a new scene named exactly 'Unified'. 2. Add three sources to the 'Unified' scene with these exact names: 'Webcam A', 'Webcam B', 'Lower Third'. (You may use any source type from the Add Source menu; only the names matter.) 3. Delete the original three scenes: 'Cam A', 'Cam B', 'Graphics'. 4. The final collection must have exactly 1 scene, 'Unified', containing those three sources, all visible. 5.","env":{"files":[{"filename":"scene_collection.json","sandbox_path":"/home/user/.config/obs-studio/basic/scenes/Untitled.json"}]},"verification":[{"command":"check-scene-exists Unified","key":"exists","expected":true,"description":"Scene 'Unified' exists"},{"command":"check-scene-exists 'Cam A'","key":"exists","expected":false,"description":"Original 'Cam A' deleted"},{"command":"check-scene-exists 'Cam B'","key":"exists","expected":false,"description":"Original 'Cam B' deleted"},{"command":"check-scene-exists Graphics","key":"exists","expected":false,"description":"Original 'Graphics' deleted"},{"command":"check-scene-count 1","key":"match","expected":true,"description":"Exactly 1 scene"},{"command":"check-source-in-scene 'Webcam A' Unified","key":"exists","expected":true,"description":"'Webcam A' in 'Unified'"},{"command":"check-source-in-scene 'Webcam B' Unified","key":"exists","expected":true,"description":"'Webcam B' in 'Unified'"},{"command":"check-source-in-scene 'Lower Third' Unified","key":"exists","expected":true,"description":"'Lower Third' in 'Unified'"},{"command":"check-source-visible 'Webcam A'","key":"visible","expected":true,"description":"'Webcam A' visible"},{"command":"check-source-visible 'Webcam B'","key":"visible","expected":true,"description":"'Webcam B' visible"},{"command":"check-source-visible 'Lower Third'","key":"visible","expected":true,"description":"'Lower Third' visible"}],"github_task_path":"task_generator/tasks/obs_consolidate_into_single_scene"} {"id":"obs_create_scene_collection","app":"obs","task":"Set up a scene collection with multiple scenes and sources. 1. OBS may start with a default 'Scene' --. 2. Create three scenes with the exact names: 'Intro', 'Main Content', 'Outro'. 3. Select the 'Intro' scene. Add a new source of type 'Color Source' and name it exactly 'Background'. 4. Select the 'Main Content' scene. Add a new source of type 'Display Capture' and name it exactly 'Desktop'. 5. The 'Outro' scene can remain empty (no sources needed). 6. All sources must be visible. 7. The final scene collection should have exactly 3 scenes: 'Intro', 'Main Content', and 'Outro'. Remove any extra default scenes if present.","env":{"files":[]},"verification":[{"command":"check-scene-exists Intro","key":"exists","expected":true,"description":"Scene 'Intro' exists"},{"command":"check-scene-exists 'Main Content'","key":"exists","expected":true,"description":"Scene 'Main Content' exists"},{"command":"check-scene-exists Outro","key":"exists","expected":true,"description":"Scene 'Outro' exists"},{"command":"check-scene-count 3","key":"match","expected":true,"description":"Exactly 3 scenes in the collection"},{"command":"check-source-in-scene Background Intro","key":"exists","expected":true,"description":"Source 'Background' exists in 'Intro' scene"},{"command":"check-source-in-scene Desktop 'Main Content'","key":"exists","expected":true,"description":"Source 'Desktop' exists in 'Main Content' scene"}],"github_task_path":"task_generator/tasks/obs_create_scene_collection"} {"id":"obs_delete_unused_scenes","app":"obs","task":"Open OBS Studio. The scene collection already contains 6 scenes: 'Intro', 'Main', 'BRB', 'Outro', 'Debug', 'Archive'. Each scene contains a single placeholder source.\n\nYour task is to prune the collection down to only 2 scenes: 'Main' and 'Outro'. Delete the other 4 scenes entirely.\n\nRules:\n1. Delete these scenes: 'Intro', 'BRB', 'Debug', 'Archive'.\n2. Keep these scenes: 'Main', 'Outro'.\n3. Do NOT rename, add, or create any scene.\n4. Do NOT modify the contents of 'Main' or 'Outro'.\n5. The final collection must have exactly 2 scenes.\n6. Close OBS or let it auto-save.","env":{"files":[{"filename":"scene_collection.json","sandbox_path":"/home/user/.config/obs-studio/basic/scenes/Untitled.json"}]},"verification":[{"command":"check-scene-exists Main","key":"exists","expected":true,"description":"Scene 'Main' kept"},{"command":"check-scene-exists Outro","key":"exists","expected":true,"description":"Scene 'Outro' kept"},{"command":"check-scene-exists Intro","key":"exists","expected":false,"description":"Scene 'Intro' deleted"},{"command":"check-scene-exists BRB","key":"exists","expected":false,"description":"Scene 'BRB' deleted"},{"command":"check-scene-exists Debug","key":"exists","expected":false,"description":"Scene 'Debug' deleted"},{"command":"check-scene-exists Archive","key":"exists","expected":false,"description":"Scene 'Archive' deleted"},{"command":"check-scene-count 2","key":"match","expected":true,"description":"Exactly 2 scenes in collection"},{"command":"check-source-in-scene 'Main Cam' Main","key":"exists","expected":true,"description":"'Main Cam' still in 'Main'"},{"command":"check-source-in-scene 'Outro Roll' Outro","key":"exists","expected":true,"description":"'Outro Roll' still in 'Outro'"}],"github_task_path":"task_generator/tasks/obs_delete_unused_scenes"} {"id":"obs_event_multicam_six_scenes","app":"obs","task":"Build a fresh scene collection for a multi-camera live event with six scenes. 1. OBS may start with a default 'Scene' -- delete it. 2. Create exactly six scenes with these exact names: 'Pre-Show', 'Keynote', 'Q and A', 'Demo', 'Interview', 'Wrap-Up'. 3. In the 'Pre-Show' scene, add: a. Image source named exactly 'Countdown' pointing at /home/user/Pictures/countdown.png. b. Text (FreeType 2) source named exactly 'Welcome Message'. 4. In the 'Keynote' scene, add: a. Display Capture source named exactly 'Keynote Screen'. b. Video Capture Device source named exactly 'Speaker Cam'. 5. In the 'Q and A' scene, add: a. Video Capture Device source named exactly 'Audience Cam'. b. Text (FreeType 2) source named exactly 'Question Prompt'. 6. In the 'Demo' scene, add: a. Display Capture source named exactly 'Demo Screen'. b. Video Capture Device source named exactly 'Demo Presenter'. 7. In the 'Interview' scene, add: a. Video Capture Device source named exactly 'Interviewer'. b. Video Capture Device source named exactly 'Guest'. 8. In the 'Wrap-Up' scene, add: a. Color Source named exactly 'Outro BG'. b. Text (FreeType 2) source named exactly 'Thanks'. 9. All sources must be visible. 10. The final collection must have exactly 6 scenes and no other scenes. 11.","env":{"files":[{"filename":"countdown.png","sandbox_path":"/home/user/Pictures/countdown.png"}]},"verification":[{"command":"check-scene-exists Pre-Show","key":"exists","expected":true,"description":"Scene 'Pre-Show' exists"},{"command":"check-scene-exists Keynote","key":"exists","expected":true,"description":"Scene 'Keynote' exists"},{"command":"check-scene-exists 'Q and A'","key":"exists","expected":true,"description":"Scene 'Q and A' exists"},{"command":"check-scene-exists Demo","key":"exists","expected":true,"description":"Scene 'Demo' exists"},{"command":"check-scene-exists Interview","key":"exists","expected":true,"description":"Scene 'Interview' exists"},{"command":"check-scene-exists Wrap-Up","key":"exists","expected":true,"description":"Scene 'Wrap-Up' exists"},{"command":"check-scene-count 6","key":"match","expected":true,"description":"Exactly 6 scenes"},{"command":"check-source-in-scene Countdown Pre-Show","key":"exists","expected":true,"description":"'Countdown' in 'Pre-Show'"},{"command":"check-source-in-scene 'Welcome Message' Pre-Show","key":"exists","expected":true,"description":"'Welcome Message' in 'Pre-Show'"},{"command":"check-source-in-scene 'Keynote Screen' Keynote","key":"exists","expected":true,"description":"'Keynote Screen' in 'Keynote'"},{"command":"check-source-in-scene 'Speaker Cam' Keynote","key":"exists","expected":true,"description":"'Speaker Cam' in 'Keynote'"},{"command":"check-source-in-scene 'Audience Cam' 'Q and A'","key":"exists","expected":true,"description":"'Audience Cam' in 'Q and A'"},{"command":"check-source-in-scene 'Question Prompt' 'Q and A'","key":"exists","expected":true,"description":"'Question Prompt' in 'Q and A'"},{"command":"check-source-in-scene 'Demo Screen' Demo","key":"exists","expected":true,"description":"'Demo Screen' in 'Demo'"},{"command":"check-source-in-scene 'Demo Presenter' Demo","key":"exists","expected":true,"description":"'Demo Presenter' in 'Demo'"},{"command":"check-source-in-scene Interviewer Interview","key":"exists","expected":true,"description":"'Interviewer' in 'Interview'"},{"command":"check-source-in-scene Guest Interview","key":"exists","expected":true,"description":"'Guest' in 'Interview'"},{"command":"check-source-in-scene 'Outro BG' Wrap-Up","key":"exists","expected":true,"description":"'Outro BG' in 'Wrap-Up'"},{"command":"check-source-in-scene Thanks Wrap-Up","key":"exists","expected":true,"description":"'Thanks' in 'Wrap-Up'"},{"command":"check-source-visible Countdown","key":"visible","expected":true,"description":"'Countdown' visible"},{"command":"check-source-visible 'Speaker Cam'","key":"visible","expected":true,"description":"'Speaker Cam' visible"}],"github_task_path":"task_generator/tasks/obs_event_multicam_six_scenes"} {"id":"obs_five_scene_broadcast","app":"obs","task":"Open OBS Studio and create a broadcast-ready scene collection with five scenes and various sources.\n\n1. OBS may start with a default 'Scene' -- delete it.\n2. Create five scenes with the exact names: 'Pre-Show', 'Interview', 'Screen Share', 'BRB', and 'End Card'.\n3. Select the 'Pre-Show' scene. Add a Color Source named exactly 'Countdown BG'.\n4. Select the 'Interview' scene. Add a Video Capture Device source named exactly 'Camera'.\n5. Select the 'Screen Share' scene. Add a Display Capture (or Screen Capture) source named exactly 'Monitor'.\n6. Select the 'BRB' scene. Add an Image source named exactly 'BRB Image'. Set its file path to /home/user/Pictures/brb.png.\n7. Select the 'End Card' scene. Add a Color Source named exactly 'EndBG'. Then add a Text (FreeType 2) source named exactly 'Thanks'.\n8. Make sure all added sources are visible (eye icon enabled).\n9. Remove any extra default scenes -- the collection should have exactly 5 scenes.\n10. Close OBS or let it auto-save.","env":{"files":[{"filename":"brb.png","sandbox_path":"/home/user/Pictures/brb.png"}]},"verification":[{"command":"check-scene-exists 'Pre-Show'","key":"exists","expected":true,"description":"Scene 'Pre-Show' exists"},{"command":"check-scene-exists Interview","key":"exists","expected":true,"description":"Scene 'Interview' exists"},{"command":"check-scene-exists 'Screen Share'","key":"exists","expected":true,"description":"Scene 'Screen Share' exists"},{"command":"check-scene-exists BRB","key":"exists","expected":true,"description":"Scene 'BRB' exists"},{"command":"check-scene-exists 'End Card'","key":"exists","expected":true,"description":"Scene 'End Card' exists"},{"command":"check-scene-count 5","key":"match","expected":true,"description":"Exactly 5 scenes in the collection"},{"command":"check-source-in-scene 'Countdown BG' 'Pre-Show'","key":"exists","expected":true,"description":"Source 'Countdown BG' exists in 'Pre-Show' scene"},{"command":"check-source-in-scene Camera Interview","key":"exists","expected":true,"description":"Source 'Camera' exists in 'Interview' scene"},{"command":"check-source-in-scene Monitor 'Screen Share'","key":"exists","expected":true,"description":"Source 'Monitor' exists in 'Screen Share' scene"},{"command":"check-source-in-scene 'BRB Image' BRB","key":"exists","expected":true,"description":"Source 'BRB Image' exists in 'BRB' scene"},{"command":"check-source-in-scene EndBG 'End Card'","key":"exists","expected":true,"description":"Source 'EndBG' exists in 'End Card' scene"},{"command":"check-source-in-scene Thanks 'End Card'","key":"exists","expected":true,"description":"Source 'Thanks' exists in 'End Card' scene"}],"github_task_path":"task_generator/tasks/obs_five_scene_broadcast"} {"id":"obs_gaming_stream_layout","app":"obs","task":"Set up a gaming stream layout with three scenes and multiple source types. 1. OBS may start with a default 'Scene' -- delete it. 2. Create three scenes with the exact names: 'Gaming', 'Just Chatting', and 'Starting Soon'. 3. Select the 'Gaming' scene and add these three sources: a. A Display Capture source named exactly 'Game'. b. A Video Capture Device source named exactly 'Webcam'. c. A Text (FreeType 2) source named exactly 'Stream Title'. 4. Select the 'Just Chatting' scene and add these two sources: a. A Video Capture Device source named exactly 'Main Camera'. b. An Image source named exactly 'Chat Frame'. Set its file path to /home/user/Pictures/frame.png. 5. Select the 'Starting Soon' scene and add these two sources: a. An Image source named exactly 'Start Screen'. Set its file path to /home/user/Pictures/starting.png. b. A Color Source named exactly 'Backdrop'. 6. Make sure all sources are visible (eye icon enabled) in all scenes. 7. Remove any extra default scenes. The collection should have exactly 3 scenes. 8.","env":{"files":[{"filename":"frame.png","sandbox_path":"/home/user/Pictures/frame.png"},{"filename":"starting.png","sandbox_path":"/home/user/Pictures/starting.png"}]},"verification":[{"command":"check-scene-exists Gaming","key":"exists","expected":true,"description":"Scene 'Gaming' exists"},{"command":"check-scene-exists 'Just Chatting'","key":"exists","expected":true,"description":"Scene 'Just Chatting' exists"},{"command":"check-scene-exists 'Starting Soon'","key":"exists","expected":true,"description":"Scene 'Starting Soon' exists"},{"command":"check-scene-count 3","key":"match","expected":true,"description":"Exactly 3 scenes in the collection"},{"command":"check-source-in-scene Game Gaming","key":"exists","expected":true,"description":"Source 'Game' exists in 'Gaming' scene"},{"command":"check-source-in-scene Webcam Gaming","key":"exists","expected":true,"description":"Source 'Webcam' exists in 'Gaming' scene"},{"command":"check-source-in-scene 'Stream Title' Gaming","key":"exists","expected":true,"description":"Source 'Stream Title' exists in 'Gaming' scene"},{"command":"check-source-in-scene 'Main Camera' 'Just Chatting'","key":"exists","expected":true,"description":"Source 'Main Camera' exists in 'Just Chatting' scene"},{"command":"check-source-in-scene 'Chat Frame' 'Just Chatting'","key":"exists","expected":true,"description":"Source 'Chat Frame' exists in 'Just Chatting' scene"},{"command":"check-source-in-scene 'Start Screen' 'Starting Soon'","key":"exists","expected":true,"description":"Source 'Start Screen' exists in 'Starting Soon' scene"},{"command":"check-source-in-scene Backdrop 'Starting Soon'","key":"exists","expected":true,"description":"Source 'Backdrop' exists in 'Starting Soon' scene"}],"github_task_path":"task_generator/tasks/obs_gaming_stream_layout"} {"id":"obs_gap_chroma_key_filter","app":"obs","task":"Set up a green-screen keyed layout. 1. OBS may start with a default 'Scene'. 2. Create a scene named exactly 'Live'. 3. In the 'Live' scene, add an Image source named exactly 'WebCam' whose file is /home/user/Pictures/green_plate.png. 4. Apply a Chroma Key filter to the 'WebCam' source. Name the filter exactly 'Green Screen'. 5. Configure the filter: Key Color Type = Green, Similarity = 420, Smoothness = 100. 6. The 'WebCam' source must be visible. 7..","env":{"files":[{"filename":"green_plate.png","sandbox_path":"/home/user/Pictures/green_plate.png"}]},"verification":[{"command":"check-scene-exists Live","key":"exists","expected":true,"description":"Scene 'Live' exists"},{"command":"check-source-in-scene WebCam Live","key":"exists","expected":true,"description":"Source 'WebCam' is in the 'Live' scene"},{"command":"check-source-has-filter WebCam 'Green Screen'","key":"exists","expected":true,"description":"Filter 'Green Screen' exists on 'WebCam'"},{"command":"source-filter-info WebCam 'Green Screen'","eval":"'chroma_key' in (result.get('type') or '')","expected":true,"description":"'Green Screen' filter is a chroma key filter"},{"command":"source-filter-info WebCam 'Green Screen'","eval":"str(result.get('settings', {}).get('key_color_type', '')).lower() == 'green'","expected":true,"description":"Chroma key color type set to green"},{"command":"source-filter-info WebCam 'Green Screen'","eval":"int(result.get('settings', {}).get('similarity', 0)) == 420","expected":true,"description":"Chroma key similarity is 420"},{"command":"source-filter-info WebCam 'Green Screen'","eval":"int(result.get('settings', {}).get('smoothness', 0)) == 100","expected":true,"description":"Chroma key smoothness is 100"}],"github_task_path":"task_generator/tasks/obs_gap_chroma_key_filter"} {"id":"obs_gap_color_correction_lut","app":"obs","task":"Open OBS Studio and build a color-graded Image source with two stacked filters.\n\n1. OBS may start with a default 'Scene' — delete it.\n2. Create a scene named exactly 'Color Grade'.\n3. Add an Image source named exactly 'Footage' pointing at /home/user/Pictures/raw_footage.png.\n4. Apply a Color Correction filter to 'Footage' named exactly 'Grade'. Use settings: Saturation = 0.4, Contrast = 0.15, Brightness = -0.05, Gamma = 0.1.\n5. Apply an Apply LUT filter to 'Footage' named exactly 'Warm LUT'. Use LUT file /home/user/Pictures/warm_lut.png and amount = 1.0.\n6. Close OBS or let it auto-save.","env":{"files":[{"filename":"raw_footage.png","sandbox_path":"/home/user/Pictures/raw_footage.png"},{"filename":"warm_lut.png","sandbox_path":"/home/user/Pictures/warm_lut.png"}]},"verification":[{"command":"check-scene-exists 'Color Grade'","key":"exists","expected":true,"description":"Scene 'Color Grade' exists"},{"command":"check-source-in-scene Footage 'Color Grade'","key":"exists","expected":true,"description":"Source 'Footage' is in the 'Color Grade' scene"},{"command":"check-source-has-filter Footage Grade","key":"exists","expected":true,"description":"Filter 'Grade' exists on 'Footage'"},{"command":"source-filter-info Footage Grade","eval":"'color_filter' in (result.get('type') or '')","expected":true,"description":"'Grade' filter is a color correction filter"},{"command":"source-filter-info Footage Grade","eval":"abs(float(result.get('settings', {}).get('saturation', 0)) - 0.4) < 0.01 and abs(float(result.get('settings', {}).get('contrast', 0)) - 0.15) < 0.01 and abs(float(result.get('settings', {}).get('brightness', 0)) - (-0.05)) < 0.01 and abs(float(result.get('settings', {}).get('gamma', 0)) - 0.1) < 0.01","expected":true,"description":"Color correction saturation/contrast/brightness/gamma match"},{"command":"check-source-has-filter Footage 'Warm LUT'","key":"exists","expected":true,"description":"Filter 'Warm LUT' exists on 'Footage'"},{"command":"source-filter-info Footage 'Warm LUT'","eval":"'clut' in (result.get('type') or '') or 'lut' in (result.get('type') or '').lower()","expected":true,"description":"'Warm LUT' filter is an Apply LUT filter"},{"command":"source-filter-info Footage 'Warm LUT'","eval":"'warm_lut.png' in str(result.get('settings', {}).get('image_path', ''))","expected":true,"description":"Apply LUT references warm_lut.png"},{"command":"source-filter-info Footage 'Warm LUT'","eval":"abs(float(result.get('settings', {}).get('clut_amount', result.get('settings', {}).get('amount', 0))) - 1.0) < 0.01","expected":true,"description":"Apply LUT amount = 1.0"}],"github_task_path":"task_generator/tasks/obs_gap_color_correction_lut"} {"id":"obs_hide_but_keep_sources","app":"obs","task":"The scene collection already contains a single scene named 'Live' with 6 sources, all currently visible: 'Camera A', 'Camera B', 'Screen', 'Title Text', 'Logo', 'Alert Box'. Your task is to toggle the eye (visibility) icon OFF for exactly 3 sources while leaving them in the scene, and leave the other 3 visible. Rules: 1. Hide (eye icon OFF) these 3 sources: 'Camera B', 'Logo', 'Alert Box'. 2. Keep these 3 sources visible (eye icon ON): 'Camera A', 'Screen', 'Title Text'. 3. Do NOT delete any source. All 6 sources must still be in the 'Live' scene. 4. Do NOT add, rename, or move any source. Do NOT create or delete any scene — the collection must still have exactly 1 scene named 'Live'. 5.","env":{"files":[{"filename":"scene_collection.json","sandbox_path":"/home/user/.config/obs-studio/basic/scenes/Untitled.json"}]},"verification":[{"command":"check-scene-exists Live","key":"exists","expected":true,"description":"Scene 'Live' exists"},{"command":"check-scene-count 1","key":"match","expected":true,"description":"Exactly 1 scene"},{"command":"check-source-in-scene 'Camera A' Live","key":"exists","expected":true,"description":"'Camera A' still in 'Live'"},{"command":"check-source-in-scene 'Camera B' Live","key":"exists","expected":true,"description":"'Camera B' still in 'Live'"},{"command":"check-source-in-scene Screen Live","key":"exists","expected":true,"description":"'Screen' still in 'Live'"},{"command":"check-source-in-scene 'Title Text' Live","key":"exists","expected":true,"description":"'Title Text' still in 'Live'"},{"command":"check-source-in-scene Logo Live","key":"exists","expected":true,"description":"'Logo' still in 'Live'"},{"command":"check-source-in-scene 'Alert Box' Live","key":"exists","expected":true,"description":"'Alert Box' still in 'Live'"},{"command":"check-source-visible 'Camera A'","key":"visible","expected":true,"description":"'Camera A' visible"},{"command":"check-source-visible Screen","key":"visible","expected":true,"description":"'Screen' visible"},{"command":"check-source-visible 'Title Text'","key":"visible","expected":true,"description":"'Title Text' visible"},{"command":"check-source-visible 'Camera B'","key":"visible","expected":false,"description":"'Camera B' hidden"},{"command":"check-source-visible Logo","key":"visible","expected":false,"description":"'Logo' hidden"},{"command":"check-source-visible 'Alert Box'","key":"visible","expected":false,"description":"'Alert Box' hidden"}],"github_task_path":"task_generator/tasks/obs_hide_but_keep_sources"} {"id":"obs_multi_collection_profiles","app":"obs","task":"Create a scene collection for a virtual event with four scenes and many sources. 1. OBS may start with a default 'Scene' -- delete it. 2. Create four scenes with the exact names: 'Welcome', 'Speaker', 'Panel', and 'Closing'. 3. Select the 'Welcome' scene and add two sources: a. An Image source named exactly 'Event Banner'. Set its file path to /home/user/Pictures/banner.png. b. A Text (FreeType 2) source named exactly 'Event Title'. 4. Select the 'Speaker' scene and add two sources: a. A Display Capture source named exactly 'Slides'. b. A Video Capture Device source named exactly 'Speaker Cam'. 5. Select the 'Panel' scene and add three Video Capture Device sources: a. Named exactly 'Panelist 1'. b. Named exactly 'Panelist 2'. c. Named exactly 'Panelist 3'. 6. Select the 'Closing' scene and add two sources: a. A Color Source named exactly 'Closing BG'. b. A Text (FreeType 2) source named exactly 'Goodbye'. 7. Make sure all sources are visible (eye icon enabled) in all scenes. 8. Remove any extra default scenes. The collection should have exactly 4 scenes. 9.","env":{"files":[{"filename":"banner.png","sandbox_path":"/home/user/Pictures/banner.png"}]},"verification":[{"command":"check-scene-exists Welcome","key":"exists","expected":true,"description":"Scene 'Welcome' exists"},{"command":"check-scene-exists Speaker","key":"exists","expected":true,"description":"Scene 'Speaker' exists"},{"command":"check-scene-exists Panel","key":"exists","expected":true,"description":"Scene 'Panel' exists"},{"command":"check-scene-exists Closing","key":"exists","expected":true,"description":"Scene 'Closing' exists"},{"command":"check-scene-count 4","key":"match","expected":true,"description":"Exactly 4 scenes in the collection"},{"command":"check-source-in-scene 'Event Banner' Welcome","key":"exists","expected":true,"description":"Source 'Event Banner' exists in 'Welcome' scene"},{"command":"check-source-in-scene 'Event Title' Welcome","key":"exists","expected":true,"description":"Source 'Event Title' exists in 'Welcome' scene"},{"command":"check-source-in-scene Slides Speaker","key":"exists","expected":true,"description":"Source 'Slides' exists in 'Speaker' scene"},{"command":"check-source-in-scene 'Speaker Cam' Speaker","key":"exists","expected":true,"description":"Source 'Speaker Cam' exists in 'Speaker' scene"},{"command":"check-source-in-scene 'Panelist 1' Panel","key":"exists","expected":true,"description":"Source 'Panelist 1' exists in 'Panel' scene"},{"command":"check-source-in-scene 'Panelist 2' Panel","key":"exists","expected":true,"description":"Source 'Panelist 2' exists in 'Panel' scene"},{"command":"check-source-in-scene 'Panelist 3' Panel","key":"exists","expected":true,"description":"Source 'Panelist 3' exists in 'Panel' scene"},{"command":"check-source-in-scene 'Closing BG' Closing","key":"exists","expected":true,"description":"Source 'Closing BG' exists in 'Closing' scene"},{"command":"check-source-in-scene Goodbye Closing","key":"exists","expected":true,"description":"Source 'Goodbye' exists in 'Closing' scene"}],"github_task_path":"task_generator/tasks/obs_multi_collection_profiles"} {"id":"obs_multi_source_scene","app":"obs","task":"Create a scene with multiple source types. 1. Delete any existing default scenes so you start fresh. 2. Create a scene named exactly 'Presentation'. 3. With 'Presentation' selected, add the following three sources: a. A 'Display Capture' source named exactly 'Screen'. b. An 'Image' source named exactly 'Logo'. Point it to the file /home/user/Pictures/logo.png. c. A 'Text (FreeType 2)' source (or 'Text' source) named exactly 'Title'. Set the text content to anything you like. 4. Make sure all three sources are visible in the scene. 5. The scene collection should contain exactly 1 scene ('Presentation') with all 3 sources. 6. Remove any other scenes besides 'Presentation'.","env":{"files":[{"filename":"logo.png","sandbox_path":"/home/user/Pictures/logo.png"}]},"verification":[{"command":"check-scene-exists Presentation","key":"exists","expected":true,"description":"Scene 'Presentation' exists"},{"command":"check-scene-count 1","key":"match","expected":true,"description":"Exactly 1 scene in the collection"},{"command":"check-source-in-scene Screen Presentation","key":"exists","expected":true,"description":"Source 'Screen' exists in 'Presentation' scene"},{"command":"check-source-in-scene Logo Presentation","key":"exists","expected":true,"description":"Source 'Logo' exists in 'Presentation' scene"},{"command":"check-source-in-scene Title Presentation","key":"exists","expected":true,"description":"Source 'Title' exists in 'Presentation' scene"},{"command":"check-source-visible Screen","key":"visible","expected":true,"description":"Source 'Screen' is visible"},{"command":"check-source-visible Logo","key":"visible","expected":true,"description":"Source 'Logo' is visible"},{"command":"check-source-visible Title","key":"visible","expected":true,"description":"Source 'Title' is visible"}],"github_task_path":"task_generator/tasks/obs_multi_source_scene"} {"id":"obs_news_broadcast_layout","app":"obs","task":"Build a scene collection for a TV news broadcast. 1. OBS may start with a default 'Scene' -- delete it. 2. Create exactly three scenes with these exact names: 'Studio', 'Field Report', 'Weather'. 3. In the 'Studio' scene, add these four sources with these exact names: a. Video Capture Device named exactly 'Anchor Cam'. b. Color Source named exactly 'Lower Third'. c. Text (FreeType 2) source named exactly 'Headline Ticker' (set the text to any value). d. Image source named exactly 'Network Logo' pointing at /home/user/Pictures/news_logo.png. 4. In the 'Field Report' scene, add these two sources: a. Video Capture Device named exactly 'Reporter Cam'. b. Text (FreeType 2) source named exactly 'Location Bug' (set the text to any value). 5. In the 'Weather' scene, add these two sources: a. Image source named exactly 'Weather Map' pointing at /home/user/Pictures/weather_map.png. b. Text (FreeType 2) source named exactly 'Forecast Caption' (set the text to any value). 6. All sources must be visible. 7. The final collection must have exactly 3 scenes. 8.","env":{"files":[{"filename":"news_logo.png","sandbox_path":"/home/user/Pictures/news_logo.png"},{"filename":"weather_map.png","sandbox_path":"/home/user/Pictures/weather_map.png"}]},"verification":[{"command":"check-scene-exists Studio","key":"exists","expected":true,"description":"Scene 'Studio' exists"},{"command":"check-scene-exists 'Field Report'","key":"exists","expected":true,"description":"Scene 'Field Report' exists"},{"command":"check-scene-exists Weather","key":"exists","expected":true,"description":"Scene 'Weather' exists"},{"command":"check-scene-count 3","key":"match","expected":true,"description":"Exactly 3 scenes"},{"command":"check-source-in-scene 'Anchor Cam' Studio","key":"exists","expected":true,"description":"'Anchor Cam' in 'Studio'"},{"command":"check-source-in-scene 'Lower Third' Studio","key":"exists","expected":true,"description":"'Lower Third' in 'Studio'"},{"command":"check-source-in-scene 'Headline Ticker' Studio","key":"exists","expected":true,"description":"'Headline Ticker' in 'Studio'"},{"command":"check-source-in-scene 'Network Logo' Studio","key":"exists","expected":true,"description":"'Network Logo' in 'Studio'"},{"command":"check-source-in-scene 'Reporter Cam' 'Field Report'","key":"exists","expected":true,"description":"'Reporter Cam' in 'Field Report'"},{"command":"check-source-in-scene 'Location Bug' 'Field Report'","key":"exists","expected":true,"description":"'Location Bug' in 'Field Report'"},{"command":"check-source-in-scene 'Weather Map' Weather","key":"exists","expected":true,"description":"'Weather Map' in 'Weather'"},{"command":"check-source-in-scene 'Forecast Caption' Weather","key":"exists","expected":true,"description":"'Forecast Caption' in 'Weather'"},{"command":"check-source-visible 'Anchor Cam'","key":"visible","expected":true,"description":"'Anchor Cam' visible"},{"command":"check-source-visible 'Network Logo'","key":"visible","expected":true,"description":"'Network Logo' visible"},{"command":"check-source-visible 'Weather Map'","key":"visible","expected":true,"description":"'Weather Map' visible"}],"github_task_path":"task_generator/tasks/obs_news_broadcast_layout"} {"id":"obs_podcast_two_person","app":"obs","task":"Open OBS Studio and create a podcast recording setup with four scenes.\n\n1. OBS may start with a default 'Scene' -- delete it.\n2. Create four scenes with the exact names: 'Solo', 'Dual', 'Screen Demo', and 'Intermission'.\n3. Select the 'Solo' scene and add these two sources:\n a. A Video Capture Device source named exactly 'Host Camera'.\n b. A Color Source named exactly 'Solo BG'.\n4. Select the 'Dual' scene and add these two sources:\n a. A Video Capture Device source named exactly 'Host'.\n b. A Video Capture Device source named exactly 'Guest'.\n5. Select the 'Screen Demo' scene and add these two sources:\n a. A Display Capture (or Screen Capture) source named exactly 'Shared Screen'.\n b. A Text (FreeType 2) source named exactly 'Topic'. Set the text to any value.\n6. Select the 'Intermission' scene. Add an Image source named exactly 'Break Slide'. Set its file path to /home/user/Pictures/break.png.\n7. Make sure all sources are visible (eye icon enabled) in all scenes.\n8. Remove any extra default scenes. The collection should have exactly 4 scenes.\n9. Close OBS or let it auto-save.","env":{"files":[{"filename":"break.png","sandbox_path":"/home/user/Pictures/break.png"}]},"verification":[{"command":"check-scene-exists Solo","key":"exists","expected":true,"description":"Scene 'Solo' exists"},{"command":"check-scene-exists Dual","key":"exists","expected":true,"description":"Scene 'Dual' exists"},{"command":"check-scene-exists 'Screen Demo'","key":"exists","expected":true,"description":"Scene 'Screen Demo' exists"},{"command":"check-scene-exists Intermission","key":"exists","expected":true,"description":"Scene 'Intermission' exists"},{"command":"check-scene-count 4","key":"match","expected":true,"description":"Exactly 4 scenes in the collection"},{"command":"check-source-in-scene 'Host Camera' Solo","key":"exists","expected":true,"description":"Source 'Host Camera' exists in 'Solo' scene"},{"command":"check-source-in-scene 'Solo BG' Solo","key":"exists","expected":true,"description":"Source 'Solo BG' exists in 'Solo' scene"},{"command":"check-source-in-scene Host Dual","key":"exists","expected":true,"description":"Source 'Host' exists in 'Dual' scene"},{"command":"check-source-in-scene Guest Dual","key":"exists","expected":true,"description":"Source 'Guest' exists in 'Dual' scene"},{"command":"check-source-in-scene 'Shared Screen' 'Screen Demo'","key":"exists","expected":true,"description":"Source 'Shared Screen' exists in 'Screen Demo' scene"},{"command":"check-source-in-scene Topic 'Screen Demo'","key":"exists","expected":true,"description":"Source 'Topic' exists in 'Screen Demo' scene"},{"command":"check-source-in-scene 'Break Slide' Intermission","key":"exists","expected":true,"description":"Source 'Break Slide' exists in 'Intermission' scene"}],"github_task_path":"task_generator/tasks/obs_podcast_two_person"} {"id":"obs_prune_crowded_scene","app":"obs","task":"Open OBS Studio. The scene collection already contains a single scene named 'Master' with 8 sources: 'Primary Cam', 'Secondary Cam', 'Desktop', 'Chat Overlay', 'BRB Image', 'Stinger Video', 'Logo', 'Audio Meter'.\n\nYour task is to prune the 'Master' scene so only three sources remain: 'Primary Cam', 'Desktop', and 'Logo'. Remove the other 5 sources from the scene.\n\nRules:\n1. Do NOT rename, add, or create any source or scene.\n2. Do NOT create new scenes and do NOT delete the 'Master' scene.\n3. The final collection must still have exactly 1 scene, and 'Master' must contain exactly the 3 sources listed above.\n4. The 3 remaining sources must be visible (eye icon enabled).\n5. Close OBS or let it auto-save.","env":{"files":[{"filename":"scene_collection.json","sandbox_path":"/home/user/.config/obs-studio/basic/scenes/Untitled.json"}]},"verification":[{"command":"check-scene-exists Master","key":"exists","expected":true,"description":"Scene 'Master' still exists"},{"command":"check-scene-count 1","key":"match","expected":true,"description":"Collection has exactly 1 scene"},{"command":"check-source-in-scene 'Primary Cam' Master","key":"exists","expected":true,"description":"'Primary Cam' kept in 'Master'"},{"command":"check-source-in-scene Desktop Master","key":"exists","expected":true,"description":"'Desktop' kept in 'Master'"},{"command":"check-source-in-scene Logo Master","key":"exists","expected":true,"description":"'Logo' kept in 'Master'"},{"command":"check-source-in-scene 'Secondary Cam' Master","key":"exists","expected":false,"description":"'Secondary Cam' removed from 'Master'"},{"command":"check-source-in-scene 'Chat Overlay' Master","key":"exists","expected":false,"description":"'Chat Overlay' removed from 'Master'"},{"command":"check-source-in-scene 'BRB Image' Master","key":"exists","expected":false,"description":"'BRB Image' removed from 'Master'"},{"command":"check-source-in-scene 'Stinger Video' Master","key":"exists","expected":false,"description":"'Stinger Video' removed from 'Master'"},{"command":"check-source-in-scene 'Audio Meter' Master","key":"exists","expected":false,"description":"'Audio Meter' removed from 'Master'"},{"command":"check-source-visible 'Primary Cam'","key":"visible","expected":true,"description":"'Primary Cam' is visible"},{"command":"check-source-visible Desktop","key":"visible","expected":true,"description":"'Desktop' is visible"},{"command":"check-source-visible Logo","key":"visible","expected":true,"description":"'Logo' is visible"}],"github_task_path":"task_generator/tasks/obs_prune_crowded_scene"} {"id":"obs_relocate_sources_across_scenes","app":"obs","task":"The scene collection already contains two scenes: - 'Raw' with 5 sources: 'Cam1', 'Cam2', 'Screen', 'Overlay', 'Bumper' - 'Target' which is currently empty Your task is to move three of the sources from 'Raw' to 'Target' so that: - 'Raw' contains only 'Cam1' and 'Screen'. - 'Target' contains 'Cam2', 'Overlay', 'Bumper'. Rules: 1. Do NOT create or delete any scene. Both 'Raw' and 'Target' must still exist; the collection must still have exactly 2 scenes. 2. The three moved sources ('Cam2', 'Overlay', 'Bumper') must appear ONLY in 'Target', not in 'Raw'. 3. 'Cam1' and 'Screen' must remain in 'Raw' and must NOT appear in 'Target'. 4. All sources must be visible. 5. You may achieve the move by removing each source from 'Raw' and adding a source with the exact same name in 'Target' (using any source type from the Add Source menu). Only the names in each scene matter. 6.","env":{"files":[{"filename":"scene_collection.json","sandbox_path":"/home/user/.config/obs-studio/basic/scenes/Untitled.json"}]},"verification":[{"command":"check-scene-exists Raw","key":"exists","expected":true,"description":"Scene 'Raw' still exists"},{"command":"check-scene-exists Target","key":"exists","expected":true,"description":"Scene 'Target' still exists"},{"command":"check-scene-count 2","key":"match","expected":true,"description":"Exactly 2 scenes"},{"command":"check-source-in-scene Cam1 Raw","key":"exists","expected":true,"description":"'Cam1' kept in 'Raw'"},{"command":"check-source-in-scene Screen Raw","key":"exists","expected":true,"description":"'Screen' kept in 'Raw'"},{"command":"check-source-in-scene Cam2 Raw","key":"exists","expected":false,"description":"'Cam2' no longer in 'Raw'"},{"command":"check-source-in-scene Overlay Raw","key":"exists","expected":false,"description":"'Overlay' no longer in 'Raw'"},{"command":"check-source-in-scene Bumper Raw","key":"exists","expected":false,"description":"'Bumper' no longer in 'Raw'"},{"command":"check-source-in-scene Cam2 Target","key":"exists","expected":true,"description":"'Cam2' moved to 'Target'"},{"command":"check-source-in-scene Overlay Target","key":"exists","expected":true,"description":"'Overlay' moved to 'Target'"},{"command":"check-source-in-scene Bumper Target","key":"exists","expected":true,"description":"'Bumper' moved to 'Target'"},{"command":"check-source-in-scene Cam1 Target","key":"exists","expected":false,"description":"'Cam1' not in 'Target'"},{"command":"check-source-in-scene Screen Target","key":"exists","expected":false,"description":"'Screen' not in 'Target'"},{"command":"check-source-visible Cam1","key":"visible","expected":true,"description":"'Cam1' visible"},{"command":"check-source-visible Cam2","key":"visible","expected":true,"description":"'Cam2' visible"}],"github_task_path":"task_generator/tasks/obs_relocate_sources_across_scenes"} {"id":"obs_rename_and_reorganize_scenes","app":"obs","task":"A scene collection has already been set up with three scenes: 'Scene 1', 'Scene 2', and 'Scene 3', each with a basic source. Your task is to rename the scenes and add new sources: 1. Rename 'Scene 1' to exactly 'Main View'. (Right-click the scene name and select Rename.) 2. Rename 'Scene 2' to exactly 'Closeup'. 3. Rename 'Scene 3' to exactly 'Wide Shot'. 4. Select the 'Main View' scene. Add a Text (FreeType 2) source named exactly 'Overlay Text'. 5. Select the 'Wide Shot' scene. Add a Color Source named exactly 'Stage Light'. 6. Make sure all sources (old and new) are visible. 7. Do NOT create or delete any scenes. The collection should still have exactly 3 scenes. 8.","env":{"files":[{"filename":"scene_collection.json","sandbox_path":"/home/user/.config/obs-studio/basic/scenes/Untitled.json"}]},"verification":[{"command":"check-scene-exists 'Main View'","key":"exists","expected":true,"description":"Scene 'Main View' exists (renamed from 'Scene 1')"},{"command":"check-scene-exists Closeup","key":"exists","expected":true,"description":"Scene 'Closeup' exists (renamed from 'Scene 2')"},{"command":"check-scene-exists 'Wide Shot'","key":"exists","expected":true,"description":"Scene 'Wide Shot' exists (renamed from 'Scene 3')"},{"command":"check-scene-count 3","key":"match","expected":true,"description":"Exactly 3 scenes in the collection"},{"command":"check-source-in-scene 'Overlay Text' 'Main View'","key":"exists","expected":true,"description":"Source 'Overlay Text' exists in 'Main View' scene"},{"command":"check-source-in-scene 'Stage Light' 'Wide Shot'","key":"exists","expected":true,"description":"Source 'Stage Light' exists in 'Wide Shot' scene"}],"github_task_path":"task_generator/tasks/obs_rename_and_reorganize_scenes"} {"id":"obs_scene_split_refactor","app":"obs","task":"The scene collection already contains one scene named 'Everything' with 6 sources: 'Webcam', 'Desktop', 'Game Capture', 'Intro Logo', 'BRB Text', 'End Card'. Your task is to refactor this monolithic scene into three focused scenes: 1. Create a new scene named exactly 'Playing'. Add sources named exactly 'Webcam', 'Desktop', 'Game Capture' to it. 2. Create a new scene named exactly 'BRB'. Add a source named exactly 'BRB Text' to it. 3. Create a new scene named exactly 'End'. Add sources named exactly 'End Card' and 'Intro Logo' to it. 4. Delete the original 'Everything' scene. 5. The final collection must have exactly 3 scenes: 'Playing', 'BRB', 'End'. All sources must be visible. 6. You may use any source type from the Add Source menu when re-creating sources; only the names matter. 7.","env":{"files":[{"filename":"scene_collection.json","sandbox_path":"/home/user/.config/obs-studio/basic/scenes/Untitled.json"}]},"verification":[{"command":"check-scene-exists Playing","key":"exists","expected":true,"description":"Scene 'Playing' exists"},{"command":"check-scene-exists BRB","key":"exists","expected":true,"description":"Scene 'BRB' exists"},{"command":"check-scene-exists End","key":"exists","expected":true,"description":"Scene 'End' exists"},{"command":"check-scene-exists Everything","key":"exists","expected":false,"description":"Original 'Everything' scene deleted"},{"command":"check-scene-count 3","key":"match","expected":true,"description":"Exactly 3 scenes"},{"command":"check-source-in-scene Webcam Playing","key":"exists","expected":true,"description":"'Webcam' in 'Playing'"},{"command":"check-source-in-scene Desktop Playing","key":"exists","expected":true,"description":"'Desktop' in 'Playing'"},{"command":"check-source-in-scene 'Game Capture' Playing","key":"exists","expected":true,"description":"'Game Capture' in 'Playing'"},{"command":"check-source-in-scene 'BRB Text' BRB","key":"exists","expected":true,"description":"'BRB Text' in 'BRB'"},{"command":"check-source-in-scene 'End Card' End","key":"exists","expected":true,"description":"'End Card' in 'End'"},{"command":"check-source-in-scene 'Intro Logo' End","key":"exists","expected":true,"description":"'Intro Logo' in 'End'"},{"command":"check-source-visible Webcam","key":"visible","expected":true,"description":"'Webcam' visible"},{"command":"check-source-visible 'BRB Text'","key":"visible","expected":true,"description":"'BRB Text' visible"},{"command":"check-source-visible 'End Card'","key":"visible","expected":true,"description":"'End Card' visible"}],"github_task_path":"task_generator/tasks/obs_scene_split_refactor"} {"id":"obsidian_add_links_to_existing","app":"obsidian","task":"Open the Obsidian vault at /home/user/Documents/LinkVault. The vault has 5 isolated notes with no links between them. Edit each note to add cross-references by appending a '## Related' section at the end:\n\n1. Edit 'Python.md': Add '## Related' section with links to [[JavaScript]] and [[Git]].\n2. Edit 'JavaScript.md': Add '## Related' section with links to [[Python]] and [[React]].\n3. Edit 'React.md': Add '## Related' section with links to [[JavaScript]] and [[TypeScript]].\n4. Edit 'TypeScript.md': Add '## Related' section with links to [[JavaScript]] and [[React]].\n5. Edit 'Git.md': Add '## Related' section with links to [[Python]] and [[JavaScript]].\n\nThen create 'Map of Content.md' in root with body:\n\n# Map of Content\n\n## Languages\n- [[Python]]\n- [[JavaScript]]\n- [[TypeScript]]\n\n## Frameworks\n- [[React]]\n\n## Tools\n- [[Git]]\n\n#moc #overview","env":{"files":[]},"verification":[{"command":"check-note-links-to /home/user/Documents/LinkVault Python JavaScript","key":"links_to","expected":true,"description":"Python links to JavaScript"},{"command":"check-note-links-to /home/user/Documents/LinkVault Python Git","key":"links_to","expected":true,"description":"Python links to Git"},{"command":"check-note-links-to /home/user/Documents/LinkVault JavaScript React","key":"links_to","expected":true,"description":"JavaScript links to React"},{"command":"check-note-links-to /home/user/Documents/LinkVault React TypeScript","key":"links_to","expected":true,"description":"React links to TypeScript"},{"command":"check-note-links-to /home/user/Documents/LinkVault TypeScript React","key":"links_to","expected":true,"description":"TypeScript links to React"},{"command":"check-note-links-to /home/user/Documents/LinkVault Git Python","key":"links_to","expected":true,"description":"Git links to Python"},{"command":"check-note-has-heading /home/user/Documents/LinkVault Python Related","key":"has_heading","expected":true,"description":"Python has Related heading"},{"command":"check-note-links-to /home/user/Documents/LinkVault 'Map of Content' Python","key":"links_to","expected":true,"description":"Map of Content links to Python"},{"command":"check-note-links-to /home/user/Documents/LinkVault 'Map of Content' Git","key":"links_to","expected":true,"description":"Map of Content links to Git"},{"command":"check-note-has-tag /home/user/Documents/LinkVault 'Map of Content' moc","key":"has_tag","expected":true,"description":"Map of Content has #moc tag"},{"command":"list-notes /home/user/Documents/LinkVault","eval":"result.get('count') == 6","description":"Vault has exactly 6 notes"}],"github_task_path":"task_generator/tasks/obsidian_add_links_to_existing"} {"id":"obsidian_appearance_setup","app":"obsidian","task":"Open Obsidian with the vault at /home/user/Documents/ThemeVault. Using the Settings dialog, configure the appearance:\n\nChange the base theme to light mode (set theme to 'moonstone'), set the base font size to 18\n, set the accent color to '#E11D48' (a rose color).\n\nThen create a note called 'ThemeTest.md' in the vault root with body:\n\n# Theme Test\nThis note verifies the theme was changed.\nThe editor should now show light mode with larger text.\n#test #appearance","env":{"files":[]},"verification":[{"command":"appearance /home/user/Documents/ThemeVault theme","eval":"result.get('value') == 'moonstone'","description":"Theme set to moonstone (light)"},{"command":"appearance /home/user/Documents/ThemeVault baseFontSize","eval":"result.get('value') == 18","description":"Font size set to 18"},{"command":"appearance /home/user/Documents/ThemeVault accentColor","eval":"result.get('value') == '#E11D48'","description":"Accent color set to rose"},{"command":"check-note-exists /home/user/Documents/ThemeVault ThemeTest","key":"exists","expected":true,"description":"ThemeTest note exists"},{"command":"check-note-has-tag /home/user/Documents/ThemeVault ThemeTest appearance","key":"has_tag","expected":true,"description":"ThemeTest has #appearance tag"}],"github_task_path":"task_generator/tasks/obsidian_appearance_setup"} {"id":"obsidian_bookmarks_curation","app":"obsidian","task":"Open the Obsidian vault at /home/user/Documents/BookmarkVault. Create a reference library and pin the most important notes as bookmarks:\n\n1. Create 6 reference notes in the vault root. Each note must have a level-1 heading matching its title, a short body paragraph, and the inline tag #reference.\n - 'Guide.md' — heading 'Guide'\n - 'Cheatsheet.md' — heading 'Cheatsheet'\n - 'FAQ.md' — heading 'FAQ'\n - 'Glossary.md' — heading 'Glossary'\n - 'Changelog.md' — heading 'Changelog'\n - 'README.md' — heading 'README'\n2. Enable the 'Bookmarks' core plugin in Settings > Core plugins.\n3. Using the Bookmarks panel (or by editing .obsidian/bookmarks.json directly), add exactly 4 file bookmarks pointing to: Guide.md, Cheatsheet.md, FAQ.md, Glossary.md. The other two notes (Changelog.md, README.md) must NOT be bookmarked.\n4. Create 'BookmarkIndex.md' in the root with a level-1 heading 'Bookmark Index', a bulleted list of wikilinks to the 4 bookmarked notes ([[Guide]], [[Cheatsheet]], [[FAQ]], [[Glossary]]), and the inline tag #index.\n\nThe vault must contain exactly 7 notes.","env":{"files":[{"filename":"app.json","sandbox_path":"/home/user/Documents/BookmarkVault/.obsidian/app.json"}]},"verification":[{"command":"check-note-exists /home/user/Documents/BookmarkVault Guide","key":"exists","expected":true,"description":"Guide note exists"},{"command":"check-note-exists /home/user/Documents/BookmarkVault Cheatsheet","key":"exists","expected":true,"description":"Cheatsheet note exists"},{"command":"check-note-exists /home/user/Documents/BookmarkVault FAQ","key":"exists","expected":true,"description":"FAQ note exists"},{"command":"check-note-exists /home/user/Documents/BookmarkVault Glossary","key":"exists","expected":true,"description":"Glossary note exists"},{"command":"check-note-exists /home/user/Documents/BookmarkVault Changelog","key":"exists","expected":true,"description":"Changelog note exists"},{"command":"check-note-exists /home/user/Documents/BookmarkVault README","key":"exists","expected":true,"description":"README note exists"},{"command":"check-note-has-tag /home/user/Documents/BookmarkVault Guide reference","key":"has_tag","expected":true,"description":"Guide has #reference tag"},{"command":"check-note-has-heading /home/user/Documents/BookmarkVault Cheatsheet Cheatsheet 1","key":"has_heading","expected":true,"description":"Cheatsheet has level-1 heading"},{"command":"check-plugin-enabled /home/user/Documents/BookmarkVault bookmarks core","key":"enabled","expected":true,"description":"Bookmarks core plugin enabled"},{"command":"bookmarks /home/user/Documents/BookmarkVault","eval":"len([i for i in (result.get('items') or []) if 'Guide' in (i.get('path') or '')]) >= 1","description":"Guide is bookmarked"},{"command":"bookmarks /home/user/Documents/BookmarkVault","eval":"len([i for i in (result.get('items') or []) if 'Cheatsheet' in (i.get('path') or '')]) >= 1","description":"Cheatsheet is bookmarked"},{"command":"bookmarks /home/user/Documents/BookmarkVault","eval":"len([i for i in (result.get('items') or []) if 'FAQ' in (i.get('path') or '')]) >= 1","description":"FAQ is bookmarked"},{"command":"bookmarks /home/user/Documents/BookmarkVault","eval":"len([i for i in (result.get('items') or []) if 'Glossary' in (i.get('path') or '')]) >= 1","description":"Glossary is bookmarked"},{"command":"bookmarks /home/user/Documents/BookmarkVault","eval":"len(result.get('items') or []) == 4","description":"Exactly 4 bookmarks"},{"command":"check-note-links-to /home/user/Documents/BookmarkVault BookmarkIndex Guide","key":"links_to","expected":true,"description":"BookmarkIndex links Guide"},{"command":"check-note-links-to /home/user/Documents/BookmarkVault BookmarkIndex Glossary","key":"links_to","expected":true,"description":"BookmarkIndex links Glossary"},{"command":"check-note-has-tag /home/user/Documents/BookmarkVault BookmarkIndex index","key":"has_tag","expected":true,"description":"BookmarkIndex has #index tag"},{"command":"list-notes /home/user/Documents/BookmarkVault","eval":"result.get('count') == 7","description":"Vault has exactly 7 notes"}],"github_task_path":"task_generator/tasks/obsidian_bookmarks_curation"} {"id":"obsidian_bug_tracker","app":"obsidian","task":"Open the Obsidian vault at /home/user/Documents/BugTracker. Create a bug tracking system:\n\n1. Create folders: 'Open', 'InProgress', 'Closed'.\n2. Create 'Open/BUG-001.md' with frontmatter 'type: bug', 'severity: high', 'component: auth', 'status: open' and body with heading 'BUG-001: Authentication Failure on Login', description of the bug, a link to [[BUG-003]], and tags #bug #open #high #auth\n3. Create 'InProgress/BUG-002.md' with frontmatter 'type: bug', 'severity: medium', 'component: api', 'status: inprogress' and body with heading 'BUG-002: API Rate Limiting Not Enforced', description, and tags #bug #inprogress #medium #api\n4. Create 'Closed/BUG-003.md' with frontmatter 'type: bug', 'severity: critical', 'component: auth', 'status: closed', 'resolved: 2025-03-01' and body with heading 'BUG-003: SQL Injection in Login Form', description, resolution notes, a link to [[BUG-001]], and tags #bug #closed #critical\n5. Create 'Overview.md' in root with body with heading 'Bug Tracker Overview', summary of all bugs, links to [[BUG-001]], [[BUG-002]], and [[BUG-003]], and tags #tracker #overview","env":{"files":[]},"verification":[{"command":"check-folder-exists /home/user/Documents/BugTracker Open","key":"exists","expected":true,"description":"Open folder exists"},{"command":"check-folder-exists /home/user/Documents/BugTracker InProgress","key":"exists","expected":true,"description":"InProgress folder exists"},{"command":"check-folder-exists /home/user/Documents/BugTracker Closed","key":"exists","expected":true,"description":"Closed folder exists"},{"command":"check-note-has-frontmatter /home/user/Documents/BugTracker BUG-001 severity high","key":"match","expected":true,"description":"BUG-001 has severity=high"},{"command":"check-note-has-tag /home/user/Documents/BugTracker BUG-001 auth","key":"has_tag","expected":true,"description":"BUG-001 has #auth tag"},{"command":"check-note-links-to /home/user/Documents/BugTracker BUG-001 BUG-003","key":"links_to","expected":true,"description":"BUG-001 links to BUG-003"},{"command":"check-note-has-frontmatter /home/user/Documents/BugTracker BUG-002 component api","key":"match","expected":true,"description":"BUG-002 has component=api"},{"command":"check-note-has-tag /home/user/Documents/BugTracker BUG-002 inprogress","key":"has_tag","expected":true,"description":"BUG-002 has #inprogress tag"},{"command":"check-note-has-frontmatter /home/user/Documents/BugTracker BUG-003 resolved 2025-03-01","key":"match","expected":true,"description":"BUG-003 has resolved=2025-03-01"},{"command":"check-note-links-to /home/user/Documents/BugTracker BUG-003 BUG-001","key":"links_to","expected":true,"description":"BUG-003 links to BUG-001"},{"command":"check-note-links-to /home/user/Documents/BugTracker Overview BUG-001","key":"links_to","expected":true,"description":"Overview links to BUG-001"},{"command":"check-note-links-to /home/user/Documents/BugTracker Overview BUG-002","key":"links_to","expected":true,"description":"Overview links to BUG-002"},{"command":"check-note-links-to /home/user/Documents/BugTracker Overview BUG-003","key":"links_to","expected":true,"description":"Overview links to BUG-003"},{"command":"check-note-has-tag /home/user/Documents/BugTracker Overview tracker","key":"has_tag","expected":true,"description":"Overview has #tracker tag"},{"command":"list-notes /home/user/Documents/BugTracker","eval":"result.get('count') == 4","description":"Vault has exactly 4 notes"}],"github_task_path":"task_generator/tasks/obsidian_bug_tracker"} {"id":"obsidian_configure_editor","app":"obsidian","task":"Open Obsidian with the vault at /home/user/Documents/EditorVault. Using the Obsidian Settings dialog, configure the following editor settings:\n\n1. Enable 'Spell check' (the spellcheck toggle in Settings > Editor)\n2. Enable 'Strict line breaks' (strictLineBreaks)\n3. Disable 'Readable line length' (readableLineLength)\n4. Enable 'Fold heading' (foldHeading)\n5. Enable 'Fold indent' (foldIndent)\n6. Enable 'Show line number' (showLineNumber)\n\nAfter changing all settings, close the Settings dialog.","env":{"files":[]},"verification":[{"command":"check-setting /home/user/Documents/EditorVault spellcheck true","key":"match","expected":true,"description":"Spellcheck enabled"},{"command":"check-setting /home/user/Documents/EditorVault strictLineBreaks true","key":"match","expected":true,"description":"Strict line breaks enabled"},{"command":"check-setting /home/user/Documents/EditorVault readableLineLength false","key":"match","expected":true,"description":"Readable line length disabled"},{"command":"check-setting /home/user/Documents/EditorVault foldHeading true","key":"match","expected":true,"description":"Fold heading enabled"},{"command":"check-setting /home/user/Documents/EditorVault foldIndent true","key":"match","expected":true,"description":"Fold indent enabled"},{"command":"check-setting /home/user/Documents/EditorVault showLineNumber true","key":"match","expected":true,"description":"Show line number enabled"}],"github_task_path":"task_generator/tasks/obsidian_configure_editor"} {"id":"obsidian_custom_hotkeys","app":"obsidian","task":"Open Obsidian with the vault at /home/user/Documents/HotkeyVault. Set up the following custom keyboard shortcuts:\n\n1. Set 'Toggle bold' (editor:toggle-bold) to Ctrl+B\n2. Set 'Toggle italic' (editor:toggle-italic) to Ctrl+I\n3. Set 'Toggle strikethrough' (editor:toggle-strikethrough) to Ctrl+Shift+X\n4. Set 'Toggle highlight' (editor:toggle-highlight) to Ctrl+Shift+H\n5. Set 'Insert template' (insert-template) to Ctrl+T\n\nAfter setting all hotkeys, close Settings and create a note 'HotkeyCheatsheet.md' with body:\n\n# Hotkey Cheatsheet\n## Formatting\n- Bold: Ctrl+B\n- Italic: Ctrl+I\n- Strikethrough: Ctrl+Shift+X\n- Highlight: Ctrl+Shift+H\n## Templates\n- Insert: Ctrl+T\n#hotkeys #cheatsheet","env":{"files":[]},"verification":[{"command":"check-hotkey /home/user/Documents/HotkeyVault editor:toggle-bold","key":"has_hotkey","expected":true,"description":"Bold hotkey set"},{"command":"check-hotkey /home/user/Documents/HotkeyVault editor:toggle-italic","key":"has_hotkey","expected":true,"description":"Italic hotkey set"},{"command":"check-hotkey /home/user/Documents/HotkeyVault editor:toggle-strikethrough","key":"has_hotkey","expected":true,"description":"Strikethrough hotkey set"},{"command":"check-hotkey /home/user/Documents/HotkeyVault editor:toggle-highlight","key":"has_hotkey","expected":true,"description":"Highlight hotkey set"},{"command":"check-hotkey /home/user/Documents/HotkeyVault insert-template","key":"has_hotkey","expected":true,"description":"Insert template hotkey set"},{"command":"check-note-exists /home/user/Documents/HotkeyVault HotkeyCheatsheet","key":"exists","expected":true,"description":"HotkeyCheatsheet note exists"},{"command":"check-note-has-tag /home/user/Documents/HotkeyVault HotkeyCheatsheet hotkeys","key":"has_tag","expected":true,"description":"HotkeyCheatsheet has #hotkeys tag"}],"github_task_path":"task_generator/tasks/obsidian_custom_hotkeys"} {"id":"obsidian_daily_notes_week","app":"obsidian","task":"Open the Obsidian vault at /home/user/Documents/DailyVault (the daily-notes core plugin is already enabled). Set up a week of daily notes by creating them manually:\n\n1. Create a folder 'Daily' in the vault root.\n2. Create 7 daily notes inside 'Daily/' named '2025-03-10.md', '2025-03-11.md', '2025-03-12.md', '2025-03-13.md', '2025-03-14.md', '2025-03-15.md', '2025-03-16.md'. Each note MUST contain:\n - YAML frontmatter with 'type: daily' and 'date: '\n - Level-1 heading '' matching the file name\n - Level-2 headings 'Today', 'Notes', 'Tomorrow'\n - The inline tag #daily somewhere in the body\n3. In '2025-03-10.md' add a wikilink to [[2025-03-11]] under the 'Tomorrow' section.\n4. In '2025-03-14.md' add a wikilink to [[2025-03-15]] under the 'Tomorrow' section.\n5. In '2025-03-16.md' add a wikilink to [[2025-03-15]] in the 'Notes' section (as a reference back to yesterday).\n\nThe vault must end up with exactly 7 notes total, all inside the 'Daily' folder. The daily-notes core plugin must remain enabled.","env":{"files":[{"filename":"app.json","sandbox_path":"/home/user/Documents/DailyVault/.obsidian/app.json"},{"filename":"core-plugins.json","sandbox_path":"/home/user/Documents/DailyVault/.obsidian/core-plugins.json"}]},"verification":[{"command":"check-folder-exists /home/user/Documents/DailyVault Daily","key":"exists","expected":true,"description":"Daily folder exists"},{"command":"check-note-exists /home/user/Documents/DailyVault 'Daily/2025-03-10'","key":"exists","expected":true,"description":"2025-03-10 note exists"},{"command":"check-note-exists /home/user/Documents/DailyVault 'Daily/2025-03-11'","key":"exists","expected":true,"description":"2025-03-11 note exists"},{"command":"check-note-exists /home/user/Documents/DailyVault 'Daily/2025-03-12'","key":"exists","expected":true,"description":"2025-03-12 note exists"},{"command":"check-note-exists /home/user/Documents/DailyVault 'Daily/2025-03-13'","key":"exists","expected":true,"description":"2025-03-13 note exists"},{"command":"check-note-exists /home/user/Documents/DailyVault 'Daily/2025-03-14'","key":"exists","expected":true,"description":"2025-03-14 note exists"},{"command":"check-note-exists /home/user/Documents/DailyVault 'Daily/2025-03-15'","key":"exists","expected":true,"description":"2025-03-15 note exists"},{"command":"check-note-exists /home/user/Documents/DailyVault 'Daily/2025-03-16'","key":"exists","expected":true,"description":"2025-03-16 note exists"},{"command":"check-note-has-frontmatter /home/user/Documents/DailyVault 'Daily/2025-03-10' type daily","key":"match","expected":true,"description":"2025-03-10 has type=daily"},{"command":"check-note-has-tag /home/user/Documents/DailyVault 'Daily/2025-03-10' daily","key":"has_tag","expected":true,"description":"2025-03-10 has #daily tag"},{"command":"check-note-has-heading /home/user/Documents/DailyVault 'Daily/2025-03-12' Today 2","key":"has_heading","expected":true,"description":"2025-03-12 has Today heading"},{"command":"check-note-has-heading /home/user/Documents/DailyVault 'Daily/2025-03-12' Notes 2","key":"has_heading","expected":true,"description":"2025-03-12 has Notes heading"},{"command":"check-note-has-heading /home/user/Documents/DailyVault 'Daily/2025-03-12' Tomorrow 2","key":"has_heading","expected":true,"description":"2025-03-12 has Tomorrow heading"},{"command":"check-note-links-to /home/user/Documents/DailyVault 'Daily/2025-03-10' 2025-03-11","key":"links_to","expected":true,"description":"2025-03-10 links to 2025-03-11"},{"command":"check-note-links-to /home/user/Documents/DailyVault 'Daily/2025-03-14' 2025-03-15","key":"links_to","expected":true,"description":"2025-03-14 links to 2025-03-15"},{"command":"check-note-links-to /home/user/Documents/DailyVault 'Daily/2025-03-16' 2025-03-15","key":"links_to","expected":true,"description":"2025-03-16 links to 2025-03-15"},{"command":"check-plugin-enabled /home/user/Documents/DailyVault daily-notes core","key":"enabled","expected":true,"description":"daily-notes core plugin enabled"},{"command":"list-notes /home/user/Documents/DailyVault Daily","eval":"result.get('count') == 7","description":"Daily folder has exactly 7 notes"},{"command":"list-notes /home/user/Documents/DailyVault","eval":"result.get('count') == 7","description":"Vault has exactly 7 notes total"}],"github_task_path":"task_generator/tasks/obsidian_daily_notes_week"} {"id":"obsidian_digital_garden","app":"obsidian","task":"Open Obsidian with the vault at /home/user/Documents/GardenVault. Build a digital garden with full configuration:\n\n1. Enable 'Show frontmatter' (showFrontmatter), enable 'Fold heading' (foldHeading), enable 'Spell check' (spellcheck).\n2. Set base font size to 17.\n3. Set hotkeys for 'Toggle bold' (editor:toggle-bold) and 'Toggle italic' (editor:toggle-italic).\n4. Create folders: 'Seeds', 'Budding', 'Evergreen'.\n5. Create 'Seeds/Thinking in Systems.md' with frontmatter 'type: seed', 'planted: 2025-03-01' and body:\n\n# Thinking in Systems\nEarly thoughts on systems thinking.\n\nA system is more than the sum of its parts.\nFeedback loops create emergent behavior.\n\nRelated: [[Mental Models]], [[Feedback Loops]]\n#seed #systems\n\n6. Create 'Budding/Mental Models.md' with frontmatter 'type: budding', 'planted: 2025-02-15' and body:\n\n# Mental Models\nFrameworks for understanding the world.\n\n## Key Models\n- First principles thinking\n- Inversion\n- Circle of competence\n\nGrows from: [[Thinking in Systems]]\nLeads to: [[Decision Making]]\n#budding #thinking\n\n7. Create 'Budding/Feedback Loops.md' with frontmatter 'type: budding', 'planted: 2025-02-20' and body:\n\n# Feedback Loops\nPositive and negative feedback in systems.\n\n## Types\n- Reinforcing (positive): growth spirals\n- Balancing (negative): homeostasis\n\nSource: [[Thinking in Systems]]\n#budding #systems\n\n8. Create 'Evergreen/Decision Making.md' with frontmatter 'type: evergreen', 'planted: 2025-01-10', 'confidence: high' and body:\n\n# Decision Making\nA well-developed note on making better decisions.\n\n## Framework\n1. Define the problem clearly\n2. Apply [[Mental Models]]\n3. Consider second-order effects via [[Feedback Loops]]\n4. Decide and commit\n\n## Key Insight\nMost bad decisions come from rushing step 1.\n#evergreen #thinking #decisions","env":{"files":[]},"verification":[{"command":"check-setting /home/user/Documents/GardenVault showFrontmatter true","key":"match","expected":true,"description":"showFrontmatter enabled"},{"command":"check-setting /home/user/Documents/GardenVault foldHeading true","key":"match","expected":true,"description":"foldHeading enabled"},{"command":"check-setting /home/user/Documents/GardenVault spellcheck true","key":"match","expected":true,"description":"spellcheck enabled"},{"command":"appearance /home/user/Documents/GardenVault baseFontSize","eval":"result.get('value') == 17","description":"Font size set to 17"},{"command":"check-hotkey /home/user/Documents/GardenVault editor:toggle-bold","key":"has_hotkey","expected":true,"description":"Bold hotkey set"},{"command":"check-hotkey /home/user/Documents/GardenVault editor:toggle-italic","key":"has_hotkey","expected":true,"description":"Italic hotkey set"},{"command":"check-folder-exists /home/user/Documents/GardenVault Seeds","key":"exists","expected":true,"description":"Seeds folder exists"},{"command":"check-folder-exists /home/user/Documents/GardenVault Budding","key":"exists","expected":true,"description":"Budding folder exists"},{"command":"check-folder-exists /home/user/Documents/GardenVault Evergreen","key":"exists","expected":true,"description":"Evergreen folder exists"},{"command":"check-note-has-frontmatter /home/user/Documents/GardenVault 'Thinking in Systems' type seed","key":"match","expected":true,"description":"Thinking in Systems is a seed"},{"command":"check-note-links-to /home/user/Documents/GardenVault 'Thinking in Systems' 'Mental Models'","key":"links_to","expected":true,"description":"Thinking in Systems links to Mental Models"},{"command":"check-note-links-to /home/user/Documents/GardenVault 'Thinking in Systems' 'Feedback Loops'","key":"links_to","expected":true,"description":"Thinking in Systems links to Feedback Loops"},{"command":"check-note-links-to /home/user/Documents/GardenVault 'Mental Models' 'Decision Making'","key":"links_to","expected":true,"description":"Mental Models links to Decision Making"},{"command":"check-note-links-to /home/user/Documents/GardenVault 'Feedback Loops' 'Thinking in Systems'","key":"links_to","expected":true,"description":"Feedback Loops links to Thinking in Systems"},{"command":"check-note-has-frontmatter /home/user/Documents/GardenVault 'Decision Making' confidence high","key":"match","expected":true,"description":"Decision Making has confidence=high"},{"command":"check-note-links-to /home/user/Documents/GardenVault 'Decision Making' 'Mental Models'","key":"links_to","expected":true,"description":"Decision Making links to Mental Models"},{"command":"check-note-has-tag /home/user/Documents/GardenVault 'Decision Making' evergreen","key":"has_tag","expected":true,"description":"Decision Making has #evergreen tag"},{"command":"list-notes /home/user/Documents/GardenVault","eval":"result.get('count') == 4","description":"Vault has exactly 4 notes"}],"github_task_path":"task_generator/tasks/obsidian_digital_garden"} {"id":"obsidian_enable_core_plugins","app":"obsidian","task":"Open Obsidian with the vault at /home/user/Documents/PluginVault. In Settings > Core plugins, enable the following core plugins:\n\n1. Graph view (graph)\n2. Tag pane (tag-pane)\n3. Daily notes (daily-notes)\n4. Templates (templates)\n5. Outline (outline)\n6. Word count (word-count)\n7. Backlinks (backlinks)\n\nAfter configuring plugins, create a note 'PluginConfig.md' with body:\n\n# Plugin Configuration\n## Enabled Core Plugins\n- Graph view\n- Tag pane\n- Daily notes\n- Templates\n- Outline\n- Word count\n- Backlinks\n#config #plugins","env":{"files":[]},"verification":[{"command":"check-plugin-enabled /home/user/Documents/PluginVault graph core","key":"enabled","expected":true,"description":"Graph view enabled"},{"command":"check-plugin-enabled /home/user/Documents/PluginVault tag-pane core","key":"enabled","expected":true,"description":"Tag pane enabled"},{"command":"check-plugin-enabled /home/user/Documents/PluginVault daily-notes core","key":"enabled","expected":true,"description":"Daily notes enabled"},{"command":"check-plugin-enabled /home/user/Documents/PluginVault templates core","key":"enabled","expected":true,"description":"Templates enabled"},{"command":"check-plugin-enabled /home/user/Documents/PluginVault outline core","key":"enabled","expected":true,"description":"Outline enabled"},{"command":"check-plugin-enabled /home/user/Documents/PluginVault word-count core","key":"enabled","expected":true,"description":"Word count enabled"},{"command":"check-plugin-enabled /home/user/Documents/PluginVault backlinks core","key":"enabled","expected":true,"description":"Backlinks enabled"},{"command":"check-note-exists /home/user/Documents/PluginVault PluginConfig","key":"exists","expected":true,"description":"PluginConfig note exists"},{"command":"check-note-has-tag /home/user/Documents/PluginVault PluginConfig plugins","key":"has_tag","expected":true,"description":"PluginConfig has #plugins tag"}],"github_task_path":"task_generator/tasks/obsidian_enable_core_plugins"} {"id":"obsidian_fleeting_to_permanent","app":"obsidian","task":"Open the Obsidian vault at /home/user/Documents/FleetingVault. The vault has 5 fleeting notes in the root (Fleeting-Habits, Fleeting-Focus, Fleeting-Writing, Fleeting-Learning, Fleeting-Systems), each tagged #fleeting. Convert every fleeting note into a corresponding permanent note and archive the source.\n\nRequirements:\n\n1. Create a folder 'Permanent' in the vault root.\n2. For each of the 5 fleeting notes, create a new note at 'Permanent/Perm-.md' (where is Habits, Focus, Writing, Learning, Systems) containing:\n - YAML frontmatter with 'type: permanent' and 'source: fleeting'\n - A level-1 heading 'Perm: '\n - A paragraph expanding the original fleeting idea\n - A wikilink back to the source fleeting note (e.g. [[Fleeting-Habits]])\n - The inline tag #permanent\n3. Edit EACH original fleeting note so it now has the inline tag #archived and NO #fleeting tag. Replace the existing '#fleeting' line with '#archived'. Do not modify the heading or body paragraph of the fleeting notes.\n\nThe vault must end up with exactly 10 notes total (5 fleeting + 5 permanent).","env":{"files":[{"filename":"app.json","sandbox_path":"/home/user/Documents/FleetingVault/.obsidian/app.json"},{"filename":"Fleeting-Habits.md","sandbox_path":"/home/user/Documents/FleetingVault/Fleeting-Habits.md"},{"filename":"Fleeting-Focus.md","sandbox_path":"/home/user/Documents/FleetingVault/Fleeting-Focus.md"},{"filename":"Fleeting-Writing.md","sandbox_path":"/home/user/Documents/FleetingVault/Fleeting-Writing.md"},{"filename":"Fleeting-Learning.md","sandbox_path":"/home/user/Documents/FleetingVault/Fleeting-Learning.md"},{"filename":"Fleeting-Systems.md","sandbox_path":"/home/user/Documents/FleetingVault/Fleeting-Systems.md"}]},"verification":[{"command":"check-folder-exists /home/user/Documents/FleetingVault Permanent","key":"exists","expected":true,"description":"Permanent folder exists"},{"command":"check-note-has-frontmatter /home/user/Documents/FleetingVault 'Permanent/Perm-Habits' type permanent","key":"match","expected":true,"description":"Perm-Habits type=permanent"},{"command":"check-note-has-frontmatter /home/user/Documents/FleetingVault 'Permanent/Perm-Habits' source fleeting","key":"match","expected":true,"description":"Perm-Habits source=fleeting"},{"command":"check-note-has-tag /home/user/Documents/FleetingVault 'Permanent/Perm-Habits' permanent","key":"has_tag","expected":true,"description":"Perm-Habits has #permanent"},{"command":"check-note-links-to /home/user/Documents/FleetingVault 'Permanent/Perm-Habits' Fleeting-Habits","key":"links_to","expected":true,"description":"Perm-Habits links back"},{"command":"check-note-has-frontmatter /home/user/Documents/FleetingVault 'Permanent/Perm-Focus' type permanent","key":"match","expected":true,"description":"Perm-Focus type=permanent"},{"command":"check-note-links-to /home/user/Documents/FleetingVault 'Permanent/Perm-Focus' Fleeting-Focus","key":"links_to","expected":true,"description":"Perm-Focus links back"},{"command":"check-note-has-frontmatter /home/user/Documents/FleetingVault 'Permanent/Perm-Writing' type permanent","key":"match","expected":true,"description":"Perm-Writing type=permanent"},{"command":"check-note-links-to /home/user/Documents/FleetingVault 'Permanent/Perm-Writing' Fleeting-Writing","key":"links_to","expected":true,"description":"Perm-Writing links back"},{"command":"check-note-has-frontmatter /home/user/Documents/FleetingVault 'Permanent/Perm-Learning' type permanent","key":"match","expected":true,"description":"Perm-Learning type=permanent"},{"command":"check-note-links-to /home/user/Documents/FleetingVault 'Permanent/Perm-Learning' Fleeting-Learning","key":"links_to","expected":true,"description":"Perm-Learning links back"},{"command":"check-note-has-frontmatter /home/user/Documents/FleetingVault 'Permanent/Perm-Systems' type permanent","key":"match","expected":true,"description":"Perm-Systems type=permanent"},{"command":"check-note-links-to /home/user/Documents/FleetingVault 'Permanent/Perm-Systems' Fleeting-Systems","key":"links_to","expected":true,"description":"Perm-Systems links back"},{"command":"check-note-has-tag /home/user/Documents/FleetingVault Fleeting-Habits archived","key":"has_tag","expected":true,"description":"Fleeting-Habits has #archived"},{"command":"check-note-has-tag /home/user/Documents/FleetingVault Fleeting-Focus archived","key":"has_tag","expected":true,"description":"Fleeting-Focus has #archived"},{"command":"check-note-has-tag /home/user/Documents/FleetingVault Fleeting-Writing archived","key":"has_tag","expected":true,"description":"Fleeting-Writing has #archived"},{"command":"check-note-has-tag /home/user/Documents/FleetingVault Fleeting-Learning archived","key":"has_tag","expected":true,"description":"Fleeting-Learning has #archived"},{"command":"check-note-has-tag /home/user/Documents/FleetingVault Fleeting-Systems archived","key":"has_tag","expected":true,"description":"Fleeting-Systems has #archived"},{"command":"get-note-tags /home/user/Documents/FleetingVault Fleeting-Habits","eval":"'fleeting' not in (result.get('tags') or [])","description":"Fleeting-Habits no longer tagged #fleeting"},{"command":"get-note-tags /home/user/Documents/FleetingVault Fleeting-Systems","eval":"'fleeting' not in (result.get('tags') or [])","description":"Fleeting-Systems no longer tagged #fleeting"},{"command":"list-notes /home/user/Documents/FleetingVault","eval":"result.get('count') == 10","description":"Vault has exactly 10 notes"}],"github_task_path":"task_generator/tasks/obsidian_fleeting_to_permanent"} {"id":"obsidian_frontmatter_normalize","app":"obsidian","task":"Open the Obsidian vault at /home/user/Documents/NormalizeVault. The vault contains 6 pre-existing notes with inconsistent or missing YAML frontmatter. Rewrite the frontmatter of EACH note so that every note has exactly these three keys at the top: 'type', 'status', 'priority'. Do NOT delete the existing level-1 heading or body paragraphs. Remove any unrelated frontmatter keys (like 'title', 'name', 'randomkey', 'foo', 'x') so only the three required keys remain.\n\nUse these exact values:\n\n- 'Task-Launch.md': type=task, status=inprogress, priority=high\n- 'Idea-DarkMode.md': type=idea, status=new, priority=medium\n- 'Meeting-Kickoff.md': type=meeting, status=done, priority=high\n- 'Reference-Style.md': type=reference, status=done, priority=low\n- 'Project-Alpha.md': type=project, status=active, priority=high\n- 'Log-Sprint3.md': type=log, status=done, priority=low\n\nEach note must still have its original level-1 heading after the frontmatter. The vault must end up with exactly 6 notes (do not add any new notes).","env":{"files":[{"filename":"app.json","sandbox_path":"/home/user/Documents/NormalizeVault/.obsidian/app.json"},{"filename":"Task-Launch.md","sandbox_path":"/home/user/Documents/NormalizeVault/Task-Launch.md"},{"filename":"Idea-DarkMode.md","sandbox_path":"/home/user/Documents/NormalizeVault/Idea-DarkMode.md"},{"filename":"Meeting-Kickoff.md","sandbox_path":"/home/user/Documents/NormalizeVault/Meeting-Kickoff.md"},{"filename":"Reference-Style.md","sandbox_path":"/home/user/Documents/NormalizeVault/Reference-Style.md"},{"filename":"Project-Alpha.md","sandbox_path":"/home/user/Documents/NormalizeVault/Project-Alpha.md"},{"filename":"Log-Sprint3.md","sandbox_path":"/home/user/Documents/NormalizeVault/Log-Sprint3.md"}]},"verification":[{"command":"check-note-has-frontmatter /home/user/Documents/NormalizeVault Task-Launch type task","key":"match","expected":true,"description":"Task-Launch type=task"},{"command":"check-note-has-frontmatter /home/user/Documents/NormalizeVault Task-Launch status inprogress","key":"match","expected":true,"description":"Task-Launch status=inprogress"},{"command":"check-note-has-frontmatter /home/user/Documents/NormalizeVault Task-Launch priority high","key":"match","expected":true,"description":"Task-Launch priority=high"},{"command":"check-note-has-frontmatter /home/user/Documents/NormalizeVault Idea-DarkMode type idea","key":"match","expected":true,"description":"Idea-DarkMode type=idea"},{"command":"check-note-has-frontmatter /home/user/Documents/NormalizeVault Idea-DarkMode status new","key":"match","expected":true,"description":"Idea-DarkMode status=new"},{"command":"check-note-has-frontmatter /home/user/Documents/NormalizeVault Idea-DarkMode priority medium","key":"match","expected":true,"description":"Idea-DarkMode priority=medium"},{"command":"check-note-has-frontmatter /home/user/Documents/NormalizeVault Meeting-Kickoff type meeting","key":"match","expected":true,"description":"Meeting-Kickoff type=meeting"},{"command":"check-note-has-frontmatter /home/user/Documents/NormalizeVault Meeting-Kickoff status done","key":"match","expected":true,"description":"Meeting-Kickoff status=done"},{"command":"check-note-has-frontmatter /home/user/Documents/NormalizeVault Meeting-Kickoff priority high","key":"match","expected":true,"description":"Meeting-Kickoff priority=high"},{"command":"check-note-has-frontmatter /home/user/Documents/NormalizeVault Reference-Style type reference","key":"match","expected":true,"description":"Reference-Style type=reference"},{"command":"check-note-has-frontmatter /home/user/Documents/NormalizeVault Reference-Style priority low","key":"match","expected":true,"description":"Reference-Style priority=low"},{"command":"check-note-has-frontmatter /home/user/Documents/NormalizeVault Project-Alpha type project","key":"match","expected":true,"description":"Project-Alpha type=project"},{"command":"check-note-has-frontmatter /home/user/Documents/NormalizeVault Project-Alpha status active","key":"match","expected":true,"description":"Project-Alpha status=active"},{"command":"check-note-has-frontmatter /home/user/Documents/NormalizeVault Log-Sprint3 type log","key":"match","expected":true,"description":"Log-Sprint3 type=log"},{"command":"check-note-has-frontmatter /home/user/Documents/NormalizeVault Log-Sprint3 priority low","key":"match","expected":true,"description":"Log-Sprint3 priority=low"},{"command":"get-note-frontmatter /home/user/Documents/NormalizeVault Meeting-Kickoff","eval":"set((result.get('frontmatter') or {}).keys()) == {'type', 'status', 'priority'}","description":"Meeting-Kickoff frontmatter has exactly type/status/priority"},{"command":"get-note-frontmatter /home/user/Documents/NormalizeVault Task-Launch","eval":"set((result.get('frontmatter') or {}).keys()) == {'type', 'status', 'priority'}","description":"Task-Launch frontmatter has exactly type/status/priority"},{"command":"list-notes /home/user/Documents/NormalizeVault","eval":"result.get('count') == 6","description":"Vault has exactly 6 notes"}],"github_task_path":"task_generator/tasks/obsidian_frontmatter_normalize"} {"id":"obsidian_full_dev_setup","app":"obsidian","task":"Open Obsidian with the vault at /home/user/Documents/FullDevVault. Perform a complete developer vault setup:\n\n1.Enable 'Vim key bindings' (vimMode), enable 'Show line number' (showLineNumber), enable 'Show frontmatter' (showFrontmatter), disable 'Readable line length' (readableLineLength), enable 'Strict line breaks' (strictLineBreaks).\n2. Set base font size to 15, set theme to 'obsidian' (dark mode).\n3. Set hotkeys for 'Toggle bold' (editor:toggle-bold), 'Open command palette' (command-palette:open), and 'Open quick switcher' (switcher:open).\n4. Create folders: 'Projects', 'TIL', 'Snippets'.\n5. Create 'Projects/API-Service.md' with frontmatter 'type: project', 'language: python', 'status: active' and body:\n\n# API Service\nREST API built with FastAPI.\n\n## Architecture\n- FastAPI framework\n- PostgreSQL database\n- Redis cache\n\n## Tasks\n- Implement auth endpoints\n- Add rate limiting\n- Set up CI/CD\n\nLearnings: [[TIL-FastAPI]], [[TIL-Docker]]\n#project #python #api\n\n6. Create 'TIL/TIL-FastAPI.md' with frontmatter 'type: til', 'date: 2025-03-14' and body:\n\n# TIL: FastAPI Dependency Injection\nFastAPI uses Depends for clean DI.\n\nFrom working on [[API-Service]].\n\n#til #python #fastapi\n\n7. Create 'TIL/TIL-Docker.md' with frontmatter 'type: til', 'date: 2025-03-15' and body:\n\n# TIL: Docker Multi-stage Builds\nReduce image size by 70% with multi-stage builds.\n\nApplied to [[API-Service]].\n\n#til #docker #devops\n\n8. Create 'Snippets/Python-Decorator.md' with frontmatter 'type: snippet', 'language: python' and body:\n\n# Python Decorator Pattern\n\nUseful in [[API-Service]] for auth middleware.\n\n#snippet #python","env":{"files":[]},"verification":[{"command":"check-setting /home/user/Documents/FullDevVault vimMode true","key":"match","expected":true,"description":"Vim mode enabled"},{"command":"check-setting /home/user/Documents/FullDevVault showLineNumber true","key":"match","expected":true,"description":"Show line number enabled"},{"command":"check-setting /home/user/Documents/FullDevVault showFrontmatter true","key":"match","expected":true,"description":"Show frontmatter enabled"},{"command":"check-setting /home/user/Documents/FullDevVault readableLineLength false","key":"match","expected":true,"description":"Readable line length disabled"},{"command":"check-setting /home/user/Documents/FullDevVault strictLineBreaks true","key":"match","expected":true,"description":"Strict line breaks enabled"},{"command":"appearance /home/user/Documents/FullDevVault baseFontSize","eval":"result.get('value') == 15","description":"Font size set to 15"},{"command":"appearance /home/user/Documents/FullDevVault theme","eval":"result.get('value') == 'obsidian'","description":"Theme set to obsidian (dark)"},{"command":"check-hotkey /home/user/Documents/FullDevVault editor:toggle-bold","key":"has_hotkey","expected":true,"description":"Bold hotkey set"},{"command":"check-hotkey /home/user/Documents/FullDevVault command-palette:open","key":"has_hotkey","expected":true,"description":"Command palette hotkey set"},{"command":"check-hotkey /home/user/Documents/FullDevVault switcher:open","key":"has_hotkey","expected":true,"description":"Quick switcher hotkey set"},{"command":"check-folder-exists /home/user/Documents/FullDevVault Projects","key":"exists","expected":true,"description":"Projects folder exists"},{"command":"check-folder-exists /home/user/Documents/FullDevVault TIL","key":"exists","expected":true,"description":"TIL folder exists"},{"command":"check-folder-exists /home/user/Documents/FullDevVault Snippets","key":"exists","expected":true,"description":"Snippets folder exists"},{"command":"check-note-has-frontmatter /home/user/Documents/FullDevVault API-Service language python","key":"match","expected":true,"description":"API-Service has language=python"},{"command":"check-note-links-to /home/user/Documents/FullDevVault API-Service TIL-FastAPI","key":"links_to","expected":true,"description":"API-Service links to TIL-FastAPI"},{"command":"check-note-links-to /home/user/Documents/FullDevVault API-Service TIL-Docker","key":"links_to","expected":true,"description":"API-Service links to TIL-Docker"},{"command":"check-note-links-to /home/user/Documents/FullDevVault TIL-FastAPI API-Service","key":"links_to","expected":true,"description":"TIL-FastAPI links to API-Service"},{"command":"check-note-has-tag /home/user/Documents/FullDevVault TIL-Docker devops","key":"has_tag","expected":true,"description":"TIL-Docker has #devops tag"},{"command":"check-note-links-to /home/user/Documents/FullDevVault Python-Decorator API-Service","key":"links_to","expected":true,"description":"Python-Decorator links to API-Service"},{"command":"list-notes /home/user/Documents/FullDevVault","eval":"result.get('count') == 4","description":"Vault has exactly 4 notes"}],"github_task_path":"task_generator/tasks/obsidian_full_dev_setup"} {"id":"obsidian_interview_prep","app":"obsidian","task":"Open the Obsidian vault at /home/user/Documents/InterviewPrep. Create a technical interview preparation vault:\n\n1. Create folders: 'Topics', 'Problems', 'Companies'.\n2. Create 'Topics/Arrays.md' with frontmatter 'type: topic', 'difficulty: easy-medium' and body with heading 'Arrays', key concepts (two pointer, sliding window, prefix sums), links to [[Two Sum]] and [[Maximum Subarray]], and tags #topic #arrays #fundamentals\n3. Create 'Topics/DynamicProgramming.md' with frontmatter 'type: topic', 'difficulty: medium-hard' and body with heading 'Dynamic Programming', patterns list, link to [[Climbing Stairs]], link to [[Arrays]], and tags #topic #dp #advanced\n4. Create 'Problems/Two Sum.md' with frontmatter 'type: problem', 'difficulty: easy', 'pattern: hash-map' and body with heading, topic link to [[Arrays]], solution description, complexity analysis, and tags #problem #easy #arrays\n5. Create 'Problems/Maximum Subarray.md' with frontmatter 'type: problem', 'difficulty: medium', 'pattern: kadane' and body with heading, topic links to [[Arrays]] and [[DynamicProgramming]], solution, and tags #problem #medium #arrays #dp\n6. Create 'Problems/Climbing Stairs.md' with frontmatter 'type: problem', 'difficulty: easy', 'pattern: fibonacci' and body with heading, link to [[DynamicProgramming]], solution, and tags #problem #easy #dp\n7. Create 'Companies/Google.md' with frontmatter 'type: company', 'focus: algorithms' and body with heading, focus areas linking to [[Arrays]] and [[DynamicProgramming]], key problems linking to [[Two Sum]] and [[Maximum Subarray]], and tags #company #faang","env":{"files":[]},"verification":[{"command":"check-folder-exists /home/user/Documents/InterviewPrep Topics","key":"exists","expected":true,"description":"Topics folder exists"},{"command":"check-folder-exists /home/user/Documents/InterviewPrep Problems","key":"exists","expected":true,"description":"Problems folder exists"},{"command":"check-folder-exists /home/user/Documents/InterviewPrep Companies","key":"exists","expected":true,"description":"Companies folder exists"},{"command":"check-note-has-frontmatter /home/user/Documents/InterviewPrep Arrays type topic","key":"match","expected":true,"description":"Arrays has type=topic"},{"command":"check-note-links-to /home/user/Documents/InterviewPrep Arrays 'Two Sum'","key":"links_to","expected":true,"description":"Arrays links to Two Sum"},{"command":"check-note-links-to /home/user/Documents/InterviewPrep Arrays 'Maximum Subarray'","key":"links_to","expected":true,"description":"Arrays links to Maximum Subarray"},{"command":"check-note-has-tag /home/user/Documents/InterviewPrep DynamicProgramming dp","key":"has_tag","expected":true,"description":"DynamicProgramming has #dp tag"},{"command":"check-note-links-to /home/user/Documents/InterviewPrep DynamicProgramming Arrays","key":"links_to","expected":true,"description":"DynamicProgramming links to Arrays"},{"command":"check-note-has-frontmatter /home/user/Documents/InterviewPrep 'Two Sum' difficulty easy","key":"match","expected":true,"description":"Two Sum has difficulty=easy"},{"command":"check-note-links-to /home/user/Documents/InterviewPrep 'Maximum Subarray' Arrays","key":"links_to","expected":true,"description":"Maximum Subarray links to Arrays"},{"command":"check-note-links-to /home/user/Documents/InterviewPrep 'Maximum Subarray' DynamicProgramming","key":"links_to","expected":true,"description":"Maximum Subarray links to DynamicProgramming"},{"command":"check-note-links-to /home/user/Documents/InterviewPrep 'Climbing Stairs' DynamicProgramming","key":"links_to","expected":true,"description":"Climbing Stairs links to DynamicProgramming"},{"command":"check-note-links-to /home/user/Documents/InterviewPrep Google Arrays","key":"links_to","expected":true,"description":"Google links to Arrays"},{"command":"check-note-links-to /home/user/Documents/InterviewPrep Google DynamicProgramming","key":"links_to","expected":true,"description":"Google links to DynamicProgramming"},{"command":"check-note-has-tag /home/user/Documents/InterviewPrep Google faang","key":"has_tag","expected":true,"description":"Google has #faang tag"},{"command":"list-notes /home/user/Documents/InterviewPrep","eval":"result.get('count') == 7","description":"Vault has exactly 7 notes"}],"github_task_path":"task_generator/tasks/obsidian_interview_prep"} {"id":"obsidian_language_vocab","app":"obsidian","task":"Open the Obsidian vault at /home/user/Documents/SpanishVault. Create a Spanish vocabulary learning vault:\n\n1. Create folders: 'Vocabulary', 'Grammar', 'Lessons'.\n2. Create 'Vocabulary/Greetings.md' with frontmatter 'type: vocabulary', 'level: A1' and body with heading 'Greetings', a vocabulary table with Spanish-English pairs including 'Hola' (Hello), 'Buenos días' (Good morning), 'Adiós' (Goodbye), a link to [[Lesson 1]], and tags #vocabulary #A1 #greetings\n3. Create 'Vocabulary/Food.md' with frontmatter 'type: vocabulary', 'level: A1' and body with heading 'Food', a vocabulary table with Spanish-English pairs including 'Manzana' (Apple), 'Pan' (Bread), 'Agua' (Water), links to [[Lesson 2]] and [[Greetings]], and tags #vocabulary #A1 #food\n4. Create 'Grammar/Present Tense.md' with frontmatter 'type: grammar', 'level: A1' and body with heading 'Present Tense', conjugation rules, examples, links to [[Lesson 1]] and [[Lesson 2]], and tags #grammar #A1 #verbs\n5. Create 'Lessons/Lesson 1.md' with frontmatter 'type: lesson', 'order: 1' and body with heading 'Lesson 1', lesson overview, links to [[Greetings]] and [[Present Tense]], and tags #lesson #A1\n6. Create 'Lessons/Lesson 2.md' with frontmatter 'type: lesson', 'order: 2' and body with heading 'Lesson 2', lesson overview, links to [[Food]] and [[Greetings]], and tags #lesson #A1","env":{"files":[]},"verification":[{"command":"check-folder-exists /home/user/Documents/SpanishVault Vocabulary","key":"exists","expected":true,"description":"Vocabulary folder exists"},{"command":"check-folder-exists /home/user/Documents/SpanishVault Grammar","key":"exists","expected":true,"description":"Grammar folder exists"},{"command":"check-folder-exists /home/user/Documents/SpanishVault Lessons","key":"exists","expected":true,"description":"Lessons folder exists"},{"command":"check-note-has-frontmatter /home/user/Documents/SpanishVault Greetings level A1","key":"match","expected":true,"description":"Greetings has level=A1"},{"command":"check-note-contains /home/user/Documents/SpanishVault Greetings Hola","key":"contains","expected":true,"description":"Greetings contains Hola"},{"command":"check-note-links-to /home/user/Documents/SpanishVault Food Greetings","key":"links_to","expected":true,"description":"Food links to Greetings"},{"command":"check-note-links-to /home/user/Documents/SpanishVault Food 'Lesson 2'","key":"links_to","expected":true,"description":"Food links to Lesson 2"},{"command":"check-note-has-tag /home/user/Documents/SpanishVault 'Present Tense' grammar","key":"has_tag","expected":true,"description":"Present Tense has #grammar tag"},{"command":"check-note-links-to /home/user/Documents/SpanishVault 'Present Tense' 'Lesson 1'","key":"links_to","expected":true,"description":"Present Tense links to Lesson 1"},{"command":"check-note-links-to /home/user/Documents/SpanishVault 'Present Tense' 'Lesson 2'","key":"links_to","expected":true,"description":"Present Tense links to Lesson 2"},{"command":"check-note-links-to /home/user/Documents/SpanishVault 'Lesson 1' Greetings","key":"links_to","expected":true,"description":"Lesson 1 links to Greetings"},{"command":"check-note-links-to /home/user/Documents/SpanishVault 'Lesson 1' 'Present Tense'","key":"links_to","expected":true,"description":"Lesson 1 links to Present Tense"},{"command":"check-note-links-to /home/user/Documents/SpanishVault 'Lesson 2' Food","key":"links_to","expected":true,"description":"Lesson 2 links to Food"},{"command":"check-note-links-to /home/user/Documents/SpanishVault 'Lesson 2' Greetings","key":"links_to","expected":true,"description":"Lesson 2 links to Greetings"},{"command":"list-notes /home/user/Documents/SpanishVault","eval":"result.get('count') == 5","description":"Vault has exactly 5 notes"}],"github_task_path":"task_generator/tasks/obsidian_language_vocab"} {"id":"obsidian_music_collection","app":"obsidian","task":"Open the Obsidian vault at /home/user/Documents/MusicVault. Create a music collection:\n\n1. Create folders: 'Artists', 'Albums', 'Playlists'.\n2. Create 'Artists/Radiohead.md' with frontmatter 'type: artist', 'genre: alternative rock' and body with heading 'Radiohead', description, links to [[OK Computer]] and [[Kid A]], and tags #artist #alternative-rock\n3. Create 'Artists/Daft Punk.md' with frontmatter 'type: artist', 'genre: electronic' and body with heading 'Daft Punk', description, a link to [[Discovery]], and tags #artist #electronic\n4. Create 'Albums/OK Computer.md' with frontmatter 'type: album', 'year: 1997', 'rating: 10' and body with heading 'OK Computer', description, a link to [[Radiohead]], track list, and tags #album #alternative-rock\n5. Create 'Albums/Kid A.md' with frontmatter 'type: album', 'year: 2000', 'rating: 9' and body with heading 'Kid A', description, a link to [[Radiohead]], track list, and tags #album #experimental\n6. Create 'Albums/Discovery.md' with frontmatter 'type: album', 'year: 2001', 'rating: 9' and body with heading 'Discovery', description, a link to [[Daft Punk]], track list, and tags #album #electronic\n7. Create 'Playlists/Late Night Coding.md' with frontmatter 'type: playlist' and body with heading 'Late Night Coding', description, links to [[OK Computer]], [[Kid A]], and [[Discovery]], and tags #playlist #coding #latenight","env":{"files":[]},"verification":[{"command":"check-folder-exists /home/user/Documents/MusicVault Artists","key":"exists","expected":true,"description":"Artists folder exists"},{"command":"check-folder-exists /home/user/Documents/MusicVault Albums","key":"exists","expected":true,"description":"Albums folder exists"},{"command":"check-folder-exists /home/user/Documents/MusicVault Playlists","key":"exists","expected":true,"description":"Playlists folder exists"},{"command":"check-note-has-frontmatter /home/user/Documents/MusicVault Radiohead genre 'alternative rock'","key":"match","expected":true,"description":"Radiohead has genre=alternative rock"},{"command":"check-note-links-to /home/user/Documents/MusicVault Radiohead 'OK Computer'","key":"links_to","expected":true,"description":"Radiohead links to OK Computer"},{"command":"check-note-links-to /home/user/Documents/MusicVault Radiohead 'Kid A'","key":"links_to","expected":true,"description":"Radiohead links to Kid A"},{"command":"check-note-links-to /home/user/Documents/MusicVault 'Daft Punk' Discovery","key":"links_to","expected":true,"description":"Daft Punk links to Discovery"},{"command":"check-note-has-frontmatter /home/user/Documents/MusicVault 'OK Computer' rating 10","key":"match","expected":true,"description":"OK Computer has rating=10"},{"command":"check-note-links-to /home/user/Documents/MusicVault 'OK Computer' Radiohead","key":"links_to","expected":true,"description":"OK Computer links to Radiohead"},{"command":"check-note-links-to /home/user/Documents/MusicVault Discovery 'Daft Punk'","key":"links_to","expected":true,"description":"Discovery links to Daft Punk"},{"command":"check-note-links-to /home/user/Documents/MusicVault 'Late Night Coding' 'OK Computer'","key":"links_to","expected":true,"description":"Late Night Coding links to OK Computer"},{"command":"check-note-links-to /home/user/Documents/MusicVault 'Late Night Coding' 'Kid A'","key":"links_to","expected":true,"description":"Late Night Coding links to Kid A"},{"command":"check-note-links-to /home/user/Documents/MusicVault 'Late Night Coding' Discovery","key":"links_to","expected":true,"description":"Late Night Coding links to Discovery"},{"command":"check-note-has-tag /home/user/Documents/MusicVault 'Late Night Coding' playlist","key":"has_tag","expected":true,"description":"Late Night Coding has #playlist tag"},{"command":"list-notes /home/user/Documents/MusicVault","eval":"result.get('count') == 7","description":"Vault has exactly 7 notes"}],"github_task_path":"task_generator/tasks/obsidian_music_collection"} {"id":"obsidian_personal_crm","app":"obsidian","task":"Open the Obsidian vault at /home/user/Documents/PeopleCRM. Build a personal CRM system:\n\n1. Create folders: 'Contacts', 'Companies', 'Interactions'.\n2. Create 'Companies/Acme.md' with frontmatter 'type: company', 'industry: technology', 'founded: 2010' and body containing heading 'Acme Corp', description, a link to [[Alice Chen]], and tags #company #technology\n3. Create 'Contacts/Alice Chen.md' with frontmatter 'role: CTO', 'company: Acme', 'email: alice@acme.com' and body containing heading, bio, links to [[Acme]] and [[Meeting-2025-02-15]], and tags #contact #leadership\n4. Create 'Interactions/Meeting-2025-02-15.md' with frontmatter 'date: 2025-02-15', 'type: meeting', 'location: Office' and body containing heading, meeting notes, links to [[Alice Chen]] and [[Acme]], and tags #meeting #followup\n5. Create 'Contacts/Bob Martinez.md' with frontmatter 'role: Designer', 'company: Acme', 'email: bob@acme.com' and body containing heading, bio, links to [[Acme]] and [[Alice Chen]], and tags #contact #design\n6. Create 'Dashboard.md' in root with body containing heading 'CRM Dashboard', links to [[Acme]], [[Alice Chen]], [[Bob Martinez]], [[Meeting-2025-02-15]], and tags #dashboard #overview","env":{"files":[]},"verification":[{"command":"check-folder-exists /home/user/Documents/PeopleCRM Contacts","key":"exists","expected":true,"description":"Contacts folder exists"},{"command":"check-folder-exists /home/user/Documents/PeopleCRM Companies","key":"exists","expected":true,"description":"Companies folder exists"},{"command":"check-folder-exists /home/user/Documents/PeopleCRM Interactions","key":"exists","expected":true,"description":"Interactions folder exists"},{"command":"check-note-has-frontmatter /home/user/Documents/PeopleCRM Acme type company","key":"match","expected":true,"description":"Acme has type=company"},{"command":"check-note-has-frontmatter /home/user/Documents/PeopleCRM 'Alice Chen' role CTO","key":"match","expected":true,"description":"Alice Chen has role=CTO"},{"command":"check-note-has-frontmatter /home/user/Documents/PeopleCRM Meeting-2025-02-15 date 2025-02-15","key":"match","expected":true,"description":"Meeting has date=2025-02-15"},{"command":"check-note-links-to /home/user/Documents/PeopleCRM Acme 'Alice Chen'","key":"links_to","expected":true,"description":"Acme links to Alice Chen"},{"command":"check-note-links-to /home/user/Documents/PeopleCRM 'Alice Chen' Acme","key":"links_to","expected":true,"description":"Alice Chen links to Acme"},{"command":"check-note-links-to /home/user/Documents/PeopleCRM 'Alice Chen' Meeting-2025-02-15","key":"links_to","expected":true,"description":"Alice Chen links to Meeting"},{"command":"check-note-links-to /home/user/Documents/PeopleCRM Meeting-2025-02-15 'Alice Chen'","key":"links_to","expected":true,"description":"Meeting links to Alice Chen"},{"command":"check-note-has-tag /home/user/Documents/PeopleCRM Dashboard dashboard","key":"has_tag","expected":true,"description":"Dashboard has #dashboard tag"},{"command":"check-note-links-to /home/user/Documents/PeopleCRM Dashboard Acme","key":"links_to","expected":true,"description":"Dashboard links to Acme"},{"command":"check-note-links-to /home/user/Documents/PeopleCRM Dashboard 'Alice Chen'","key":"links_to","expected":true,"description":"Dashboard links to Alice Chen"},{"command":"list-notes /home/user/Documents/PeopleCRM","eval":"result.get('count') == 5","description":"Vault has exactly 5 notes"}],"github_task_path":"task_generator/tasks/obsidian_personal_crm"} {"id":"obsidian_project_tracker_kanban","app":"obsidian","task":"Open the Obsidian vault at /home/user/Documents/KanbanVault. Build a project tracker that simulates a kanban board using folders and notes:\n\n1. Create folders 'Backlog', 'InProgress', 'Done' in the vault root.\n2. Create these 7 task notes, each with YAML frontmatter exactly as listed, a level-1 heading 'Task T-00X: ', a level-2 heading 'Description' with a one-paragraph summary, and the inline tag #task:\n - 'Backlog/T-001.md' — status: backlog, priority: high, estimate: 5, title: 'Research authentication providers'\n - 'Backlog/T-002.md' — status: backlog, priority: low, estimate: 2, title: 'Update favicon'\n - 'Backlog/T-003.md' — status: backlog, priority: medium, estimate: 3, title: 'Write integration test suite'\n - 'InProgress/T-004.md' — status: inprogress, priority: high, estimate: 8, title: 'Implement OAuth login'\n - 'InProgress/T-005.md' — status: inprogress, priority: medium, estimate: 5, title: 'Refactor database layer'\n - 'Done/T-006.md' — status: done, priority: medium, estimate: 3, title: 'Set up logging pipeline'\n - 'Done/T-007.md' — status: done, priority: low, estimate: 1, title: 'Fix typo in README'\n3. Create 'Board.md' in the vault root with:\n - Level-1 heading 'Project Board'\n - Level-2 heading 'Backlog' followed by a bulleted list with wikilinks to [[T-001]], [[T-002]], [[T-003]]\n - Level-2 heading 'In Progress' followed by a bulleted list with wikilinks to [[T-004]], [[T-005]]\n - Level-2 heading 'Done' followed by a bulleted list with wikilinks to [[T-006]], [[T-007]]\n - The inline tag #board\n\nThe vault must end up with exactly 8 notes total.","env":{"files":[{"filename":"app.json","sandbox_path":"/home/user/Documents/KanbanVault/.obsidian/app.json"}]},"verification":[{"command":"check-folder-exists /home/user/Documents/KanbanVault Backlog","key":"exists","expected":true,"description":"Backlog folder exists"},{"command":"check-folder-exists /home/user/Documents/KanbanVault InProgress","key":"exists","expected":true,"description":"InProgress folder exists"},{"command":"check-folder-exists /home/user/Documents/KanbanVault Done","key":"exists","expected":true,"description":"Done folder exists"},{"command":"check-note-has-frontmatter /home/user/Documents/KanbanVault 'Backlog/T-001' status backlog","key":"match","expected":true,"description":"T-001 status=backlog"},{"command":"check-note-has-frontmatter /home/user/Documents/KanbanVault 'Backlog/T-001' priority high","key":"match","expected":true,"description":"T-001 priority=high"},{"command":"check-note-has-frontmatter /home/user/Documents/KanbanVault 'Backlog/T-001' estimate 5","key":"match","expected":true,"description":"T-001 estimate=5"},{"command":"check-note-has-heading /home/user/Documents/KanbanVault 'Backlog/T-001' Description 2","key":"has_heading","expected":true,"description":"T-001 has Description heading"},{"command":"check-note-has-tag /home/user/Documents/KanbanVault 'Backlog/T-001' task","key":"has_tag","expected":true,"description":"T-001 has #task"},{"command":"check-note-has-frontmatter /home/user/Documents/KanbanVault 'Backlog/T-002' priority low","key":"match","expected":true,"description":"T-002 priority=low"},{"command":"check-note-has-frontmatter /home/user/Documents/KanbanVault 'Backlog/T-003' priority medium","key":"match","expected":true,"description":"T-003 priority=medium"},{"command":"check-note-has-frontmatter /home/user/Documents/KanbanVault 'InProgress/T-004' status inprogress","key":"match","expected":true,"description":"T-004 status=inprogress"},{"command":"check-note-has-frontmatter /home/user/Documents/KanbanVault 'InProgress/T-004' estimate 8","key":"match","expected":true,"description":"T-004 estimate=8"},{"command":"check-note-has-frontmatter /home/user/Documents/KanbanVault 'InProgress/T-005' status inprogress","key":"match","expected":true,"description":"T-005 status=inprogress"},{"command":"check-note-has-frontmatter /home/user/Documents/KanbanVault 'Done/T-006' status done","key":"match","expected":true,"description":"T-006 status=done"},{"command":"check-note-has-frontmatter /home/user/Documents/KanbanVault 'Done/T-007' status done","key":"match","expected":true,"description":"T-007 status=done"},{"command":"check-note-has-heading /home/user/Documents/KanbanVault Board 'Project Board' 1","key":"has_heading","expected":true,"description":"Board has Project Board heading"},{"command":"check-note-has-heading /home/user/Documents/KanbanVault Board 'In Progress' 2","key":"has_heading","expected":true,"description":"Board has In Progress heading"},{"command":"check-note-links-to /home/user/Documents/KanbanVault Board T-001","key":"links_to","expected":true,"description":"Board links T-001"},{"command":"check-note-links-to /home/user/Documents/KanbanVault Board T-004","key":"links_to","expected":true,"description":"Board links T-004"},{"command":"check-note-links-to /home/user/Documents/KanbanVault Board T-007","key":"links_to","expected":true,"description":"Board links T-007"},{"command":"check-note-has-tag /home/user/Documents/KanbanVault Board board","key":"has_tag","expected":true,"description":"Board has #board"},{"command":"list-notes /home/user/Documents/KanbanVault","eval":"result.get('count') == 8","description":"Vault has exactly 8 notes"}],"github_task_path":"task_generator/tasks/obsidian_project_tracker_kanban"} {"id":"obsidian_recipe_vault","app":"obsidian","task":"Open the Obsidian vault at /home/user/Documents/RecipeVault. Create a recipe collection:\n\n1. Create folders: 'Italian', 'Asian', 'Desserts'.\n2. Create 'Italian/Carbonara.md' with frontmatter 'cuisine: italian', 'servings: 4', 'time: 30' and body containing heading 'Carbonara', ingredient list, instructions, a link to [[Cacio e Pepe]], and tags #recipe #italian #pasta\n3. Create 'Italian/Cacio e Pepe.md' with frontmatter 'cuisine: italian', 'servings: 2', 'time: 20' and body containing heading, ingredients, instructions, a link to [[Carbonara]], and tags #recipe #italian #pasta\n4. Create 'Asian/PadThai.md' with frontmatter 'cuisine: thai', 'servings: 2', 'time: 25' and body containing heading, ingredients, instructions, and tags #recipe #thai #noodles\n5. Create 'Desserts/Tiramisu.md' with frontmatter 'cuisine: italian', 'servings: 6', 'time: 45' and body containing heading, ingredients, instructions, a link to [[Carbonara]], and tags #recipe #italian #dessert\n6. Create 'Index.md' in root with body containing heading 'Recipe Index', links to [[Carbonara]], [[Cacio e Pepe]], [[PadThai]], [[Tiramisu]], and tags #index #recipes","env":{"files":[]},"verification":[{"command":"check-folder-exists /home/user/Documents/RecipeVault Italian","key":"exists","expected":true,"description":"Italian folder exists"},{"command":"check-folder-exists /home/user/Documents/RecipeVault Asian","key":"exists","expected":true,"description":"Asian folder exists"},{"command":"check-folder-exists /home/user/Documents/RecipeVault Desserts","key":"exists","expected":true,"description":"Desserts folder exists"},{"command":"check-note-has-frontmatter /home/user/Documents/RecipeVault Carbonara cuisine italian","key":"match","expected":true,"description":"Carbonara has cuisine=italian"},{"command":"check-note-links-to /home/user/Documents/RecipeVault Carbonara 'Cacio e Pepe'","key":"links_to","expected":true,"description":"Carbonara links to Cacio e Pepe"},{"command":"check-note-links-to /home/user/Documents/RecipeVault 'Cacio e Pepe' Carbonara","key":"links_to","expected":true,"description":"Cacio e Pepe links to Carbonara"},{"command":"check-note-has-frontmatter /home/user/Documents/RecipeVault PadThai cuisine thai","key":"match","expected":true,"description":"PadThai has cuisine=thai"},{"command":"check-note-has-tag /home/user/Documents/RecipeVault PadThai noodles","key":"has_tag","expected":true,"description":"PadThai has #noodles tag"},{"command":"check-note-has-frontmatter /home/user/Documents/RecipeVault Tiramisu servings 6","key":"match","expected":true,"description":"Tiramisu has servings=6"},{"command":"check-note-links-to /home/user/Documents/RecipeVault Tiramisu Carbonara","key":"links_to","expected":true,"description":"Tiramisu links to Carbonara"},{"command":"check-note-links-to /home/user/Documents/RecipeVault Index Carbonara","key":"links_to","expected":true,"description":"Index links to Carbonara"},{"command":"check-note-links-to /home/user/Documents/RecipeVault Index PadThai","key":"links_to","expected":true,"description":"Index links to PadThai"},{"command":"check-note-has-tag /home/user/Documents/RecipeVault Index index","key":"has_tag","expected":true,"description":"Index has #index tag"},{"command":"list-notes /home/user/Documents/RecipeVault","eval":"result.get('count') == 5","description":"Vault has exactly 5 notes"}],"github_task_path":"task_generator/tasks/obsidian_recipe_vault"} {"id":"obsidian_reorganize_tags","app":"obsidian","task":"Open the Obsidian vault at /home/user/Documents/TagVault. The vault contains 6 notes that have no frontmatter or tags. Edit each note to add proper metadata:\n\n1. Edit 'Meeting Notes.md': Add frontmatter with type: meeting and date: 2025-03-01 at the top of the file. Add #meeting #work tags at the end of the note body on a new line.\n2. Edit 'Project Plan.md': Add frontmatter with type: project and status: active. Add #project #planning tags at the end.\n3. Edit 'Reading List.md': Add frontmatter with type: list and category: books. Add #reading #books tags at the end.\n4. Edit 'Quick Ideas.md': Add frontmatter with type: fleeting and priority: low. Add #ideas #fleeting tags at the end.\n5. Edit 'Weekly Review.md': Add frontmatter with type: review and week: 10. Add #review #weekly tags at the end.\n6. Edit 'Contacts.md': Add frontmatter with type: reference and category: people. Add #contacts #reference tags at the end.\n\nThen create 'Tag Index.md' in root with body:\n\n# Tag Index\n## By Type\n- meeting: [[Meeting Notes]]\n- project: [[Project Plan]]\n- list: [[Reading List]]\n- fleeting: [[Quick Ideas]]\n- review: [[Weekly Review]]\n- reference: [[Contacts]]\n#index #tags","env":{"files":[]},"verification":[{"command":"check-note-has-frontmatter /home/user/Documents/TagVault 'Meeting Notes' type meeting","key":"match","expected":true,"description":"Meeting Notes has type=meeting"},{"command":"check-note-has-tag /home/user/Documents/TagVault 'Meeting Notes' work","key":"has_tag","expected":true,"description":"Meeting Notes has #work tag"},{"command":"check-note-has-frontmatter /home/user/Documents/TagVault 'Project Plan' status active","key":"match","expected":true,"description":"Project Plan has status=active"},{"command":"check-note-has-tag /home/user/Documents/TagVault 'Project Plan' planning","key":"has_tag","expected":true,"description":"Project Plan has #planning tag"},{"command":"check-note-has-frontmatter /home/user/Documents/TagVault 'Reading List' category books","key":"match","expected":true,"description":"Reading List has category=books"},{"command":"check-note-has-frontmatter /home/user/Documents/TagVault 'Quick Ideas' priority low","key":"match","expected":true,"description":"Quick Ideas has priority=low"},{"command":"check-note-has-tag /home/user/Documents/TagVault 'Quick Ideas' fleeting","key":"has_tag","expected":true,"description":"Quick Ideas has #fleeting tag"},{"command":"check-note-has-frontmatter /home/user/Documents/TagVault 'Weekly Review' week 10","key":"match","expected":true,"description":"Weekly Review has week=10"},{"command":"check-note-has-tag /home/user/Documents/TagVault 'Weekly Review' weekly","key":"has_tag","expected":true,"description":"Weekly Review has #weekly tag"},{"command":"check-note-has-tag /home/user/Documents/TagVault Contacts reference","key":"has_tag","expected":true,"description":"Contacts has #reference tag"},{"command":"check-note-links-to /home/user/Documents/TagVault 'Tag Index' 'Meeting Notes'","key":"links_to","expected":true,"description":"Tag Index links to Meeting Notes"},{"command":"check-note-links-to /home/user/Documents/TagVault 'Tag Index' 'Quick Ideas'","key":"links_to","expected":true,"description":"Tag Index links to Quick Ideas"},{"command":"check-note-has-tag /home/user/Documents/TagVault 'Tag Index' index","key":"has_tag","expected":true,"description":"Tag Index has #index tag"},{"command":"list-notes /home/user/Documents/TagVault","eval":"result.get('count') == 7","description":"Vault has exactly 7 notes"}],"github_task_path":"task_generator/tasks/obsidian_reorganize_tags"} {"id":"obsidian_research_papers","app":"obsidian","task":"Open the Obsidian vault at /home/user/Documents/ResearchVault. Build a research paper note system:\n\n1. Create folders 'Papers' and 'Topics'.\n2. Inside 'Papers', create these 5 paper notes. Each MUST have YAML frontmatter with the listed keys, a level-1 heading matching the title, a level-2 heading 'Summary', a level-2 heading 'Key Contributions', and the listed inline tags and wikilinks in the body.\n - 'Papers/Attention2017.md' — frontmatter: authors: Vaswani et al, year: 2017, venue: NeurIPS. Tags: #paper #transformers. Link: [[Transformers]].\n - 'Papers/ResNet2015.md' — frontmatter: authors: He et al, year: 2015, venue: CVPR. Tags: #paper #cv. Link: [[Image Classification]].\n - 'Papers/BERT2018.md' — frontmatter: authors: Devlin et al, year: 2018, venue: NAACL. Tags: #paper #nlp. Link: [[Transformers]].\n - 'Papers/GPT3_2020.md' — frontmatter: authors: Brown et al, year: 2020, venue: NeurIPS. Tags: #paper #nlp. Link: [[Transformers]].\n - 'Papers/AlphaGo2016.md' — frontmatter: authors: Silver et al, year: 2016, venue: Nature. Tags: #paper #rl. Link: [[Reinforcement Learning]].\n3. Inside 'Topics', create these 3 topic hub notes. Each has a level-1 heading, a short paragraph, a #topic tag, and wikilinks to the papers listed.\n - 'Topics/Transformers.md' — links to [[Attention2017]], [[BERT2018]], [[GPT3_2020]].\n - 'Topics/Image Classification.md' — links to [[ResNet2015]].\n - 'Topics/Reinforcement Learning.md' — links to [[AlphaGo2016]].\n\nThe vault must end up with exactly 8 notes.","env":{"files":[{"filename":"app.json","sandbox_path":"/home/user/Documents/ResearchVault/.obsidian/app.json"}]},"verification":[{"command":"check-folder-exists /home/user/Documents/ResearchVault Papers","key":"exists","expected":true,"description":"Papers folder exists"},{"command":"check-folder-exists /home/user/Documents/ResearchVault Topics","key":"exists","expected":true,"description":"Topics folder exists"},{"command":"check-note-has-frontmatter /home/user/Documents/ResearchVault Attention2017 year 2017","key":"match","expected":true,"description":"Attention2017 year=2017"},{"command":"check-note-has-frontmatter /home/user/Documents/ResearchVault Attention2017 venue NeurIPS","key":"match","expected":true,"description":"Attention2017 venue=NeurIPS"},{"command":"check-note-has-tag /home/user/Documents/ResearchVault Attention2017 transformers","key":"has_tag","expected":true,"description":"Attention2017 has #transformers tag"},{"command":"check-note-has-heading /home/user/Documents/ResearchVault Attention2017 Summary 2","key":"has_heading","expected":true,"description":"Attention2017 has Summary heading"},{"command":"check-note-has-heading /home/user/Documents/ResearchVault Attention2017 'Key Contributions' 2","key":"has_heading","expected":true,"description":"Attention2017 has Key Contributions heading"},{"command":"check-note-has-frontmatter /home/user/Documents/ResearchVault ResNet2015 year 2015","key":"match","expected":true,"description":"ResNet2015 year=2015"},{"command":"check-note-has-tag /home/user/Documents/ResearchVault ResNet2015 cv","key":"has_tag","expected":true,"description":"ResNet2015 has #cv tag"},{"command":"check-note-has-frontmatter /home/user/Documents/ResearchVault BERT2018 year 2018","key":"match","expected":true,"description":"BERT2018 year=2018"},{"command":"check-note-has-frontmatter /home/user/Documents/ResearchVault GPT3_2020 year 2020","key":"match","expected":true,"description":"GPT3_2020 year=2020"},{"command":"check-note-has-frontmatter /home/user/Documents/ResearchVault AlphaGo2016 year 2016","key":"match","expected":true,"description":"AlphaGo2016 year=2016"},{"command":"check-note-has-tag /home/user/Documents/ResearchVault AlphaGo2016 rl","key":"has_tag","expected":true,"description":"AlphaGo2016 has #rl tag"},{"command":"check-note-links-to /home/user/Documents/ResearchVault Transformers Attention2017","key":"links_to","expected":true,"description":"Transformers topic links Attention2017"},{"command":"check-note-links-to /home/user/Documents/ResearchVault Transformers BERT2018","key":"links_to","expected":true,"description":"Transformers topic links BERT2018"},{"command":"check-note-links-to /home/user/Documents/ResearchVault Transformers GPT3_2020","key":"links_to","expected":true,"description":"Transformers topic links GPT3_2020"},{"command":"check-note-links-to /home/user/Documents/ResearchVault 'Image Classification' ResNet2015","key":"links_to","expected":true,"description":"Image Classification topic links ResNet2015"},{"command":"check-note-links-to /home/user/Documents/ResearchVault 'Reinforcement Learning' AlphaGo2016","key":"links_to","expected":true,"description":"RL topic links AlphaGo2016"},{"command":"list-notes /home/user/Documents/ResearchVault","eval":"result.get('count') == 8","description":"Vault has exactly 8 notes"}],"github_task_path":"task_generator/tasks/obsidian_research_papers"} {"id":"obsidian_toggle_core_features","app":"obsidian","task":"Open Obsidian with the vault at /home/user/Documents/ToggleVault. Make the following changes:\n\nIn Settings > Core plugins:\n1. Disable 'Graph view' (graph)\n2. Disable 'Tag pane' (tag-pane)\n3. Enable 'Outgoing links' (outgoing-link)\n4. Enable 'Page preview' (page-preview)\n5. Disable 'Starred' (starred)\n\nIn Settings > Editor:\n6. Enable 'Spell check' (spellcheck)\n7. Enable 'Show line number' (showLineNumber)\n\nAfter making all changes, create a note 'Changes.md' with body:\n\n# Changes Made\n## Plugins Disabled\n- Graph view\n- Tag pane\n- Starred\n## Plugins Enabled\n- Outgoing links\n- Page preview\n## Editor Settings\n- Spell check: on\n- Line numbers: on\n#changelog","env":{"files":[]},"verification":[{"command":"check-plugin-enabled /home/user/Documents/ToggleVault graph core","key":"enabled","expected":false,"description":"Graph view disabled"},{"command":"check-plugin-enabled /home/user/Documents/ToggleVault tag-pane core","key":"enabled","expected":false,"description":"Tag pane disabled"},{"command":"check-plugin-enabled /home/user/Documents/ToggleVault outgoing-link core","key":"enabled","expected":true,"description":"Outgoing links enabled"},{"command":"check-plugin-enabled /home/user/Documents/ToggleVault page-preview core","key":"enabled","expected":true,"description":"Page preview enabled"},{"command":"check-plugin-enabled /home/user/Documents/ToggleVault starred core","key":"enabled","expected":false,"description":"Starred disabled"},{"command":"check-setting /home/user/Documents/ToggleVault spellcheck true","key":"match","expected":true,"description":"Spellcheck enabled"},{"command":"check-setting /home/user/Documents/ToggleVault showLineNumber true","key":"match","expected":true,"description":"Show line number enabled"},{"command":"check-note-exists /home/user/Documents/ToggleVault Changes","key":"exists","expected":true,"description":"Changes note exists"},{"command":"check-note-has-tag /home/user/Documents/ToggleVault Changes changelog","key":"has_tag","expected":true,"description":"Changes has #changelog tag"}],"github_task_path":"task_generator/tasks/obsidian_toggle_core_features"} {"id":"obsidian_workout_log","app":"obsidian","task":"Open the Obsidian vault at /home/user/Documents/FitnessVault. Create a workout tracking system:\n\n1. Create folders: 'Workouts', 'Exercises', 'Programs'.\n2. Create 'Exercises/Squat.md' with frontmatter 'muscle_group: legs', 'type: strength', 'difficulty: intermediate' and body containing heading 'Squat', description, form tips, and tags #exercise #compound #legs\n3. Create 'Exercises/BenchPress.md' with frontmatter 'muscle_group: chest', 'equipment: barbell', 'difficulty: intermediate' and body containing heading 'Bench Press', description, form tips, and tags #exercise #compound #chest\n4. Create 'Programs/StrongLifts.md' with frontmatter 'frequency: 3x_per_week', 'level: beginner', 'duration: 12_weeks' and body containing heading 'StrongLifts 5x5', program description, links to [[Squat]] and [[BenchPress]], and tags #program #beginner #strength\n5. Create 'Workouts/2025-03-10.md' with frontmatter 'program: StrongLifts', 'duration: 60', 'mood: good' and body containing heading 'Workout - March 10, 2025', exercise log with sets/reps, links to [[Squat]] and [[BenchPress]], and tags #workout #stronglifts\n6. Create 'Workouts/2025-03-12.md' with frontmatter 'program: StrongLifts', 'duration: 55', 'mood: great' and body containing heading 'Workout - March 12, 2025', exercise log with sets/reps, links to [[Squat]] and [[BenchPress]], and tags #workout #stronglifts","env":{"files":[]},"verification":[{"command":"check-folder-exists /home/user/Documents/FitnessVault Workouts","key":"exists","expected":true,"description":"Workouts folder exists"},{"command":"check-folder-exists /home/user/Documents/FitnessVault Exercises","key":"exists","expected":true,"description":"Exercises folder exists"},{"command":"check-folder-exists /home/user/Documents/FitnessVault Programs","key":"exists","expected":true,"description":"Programs folder exists"},{"command":"check-note-has-frontmatter /home/user/Documents/FitnessVault Squat muscle_group legs","key":"match","expected":true,"description":"Squat has muscle_group=legs"},{"command":"check-note-has-tag /home/user/Documents/FitnessVault Squat compound","key":"has_tag","expected":true,"description":"Squat has #compound tag"},{"command":"check-note-has-frontmatter /home/user/Documents/FitnessVault BenchPress equipment barbell","key":"match","expected":true,"description":"BenchPress has equipment=barbell"},{"command":"check-note-links-to /home/user/Documents/FitnessVault StrongLifts Squat","key":"links_to","expected":true,"description":"StrongLifts links to Squat"},{"command":"check-note-links-to /home/user/Documents/FitnessVault StrongLifts BenchPress","key":"links_to","expected":true,"description":"StrongLifts links to BenchPress"},{"command":"check-note-has-tag /home/user/Documents/FitnessVault StrongLifts beginner","key":"has_tag","expected":true,"description":"StrongLifts has #beginner tag"},{"command":"check-note-has-frontmatter /home/user/Documents/FitnessVault 2025-03-10 program StrongLifts","key":"match","expected":true,"description":"2025-03-10 has program=StrongLifts"},{"command":"check-note-links-to /home/user/Documents/FitnessVault 2025-03-10 Squat","key":"links_to","expected":true,"description":"2025-03-10 links to Squat"},{"command":"check-note-links-to /home/user/Documents/FitnessVault 2025-03-10 BenchPress","key":"links_to","expected":true,"description":"2025-03-10 links to BenchPress"},{"command":"check-note-links-to /home/user/Documents/FitnessVault 2025-03-12 Squat","key":"links_to","expected":true,"description":"2025-03-12 links to Squat"},{"command":"check-note-has-tag /home/user/Documents/FitnessVault 2025-03-12 workout","key":"has_tag","expected":true,"description":"2025-03-12 has #workout tag"},{"command":"list-notes /home/user/Documents/FitnessVault","eval":"result.get('count') == 5","description":"Vault has exactly 5 notes"}],"github_task_path":"task_generator/tasks/obsidian_workout_log"} {"id":"obsidian_zettelkasten_atomic","app":"obsidian","task":"Open the Obsidian vault at /home/user/Documents/ZettelVault. Build a Zettelkasten of 6 atomic, ID-prefixed notes plus an index:\n\n1. Create a folder 'Zettels'.\n2. Inside 'Zettels', create these 6 notes. Each one must have YAML frontmatter with 'type: zettel' and 'created: 2025-03-15' at the top, then a level-1 heading matching the note's concept, a short paragraph, an inline tag #zettel, and a wikilink to the NEXT zettel in the chain.\n - '202503150930 - Atomic Notes.md' — concept: atomic notes; links to [[202503150945 - Fleeting vs Permanent]]\n - '202503150945 - Fleeting vs Permanent.md' — concept: note maturity; links to [[202503151000 - Linking Thought]]\n - '202503151000 - Linking Thought.md' — concept: linked thinking; links to [[202503151015 - Zettelkasten Method]]\n - '202503151015 - Zettelkasten Method.md' — concept: the method; links to [[202503151030 - Knowledge Graph]]\n - '202503151030 - Knowledge Graph.md' — concept: graph of ideas; links to [[202503151045 - Spaced Review]]\n - '202503151045 - Spaced Review.md' — concept: periodic review; no forward link, include an inline tag #zettel\n3. Create 'Index.md' in the vault ROOT (not in Zettels) with a level-1 heading 'Zettel Index', an ordered list of wikilinks to all 6 zettels in the order above, and the inline tag #index.\n\nThe vault must end up with exactly 7 notes total.","env":{"files":[{"filename":"app.json","sandbox_path":"/home/user/Documents/ZettelVault/.obsidian/app.json"}]},"verification":[{"command":"check-folder-exists /home/user/Documents/ZettelVault Zettels","key":"exists","expected":true,"description":"Zettels folder exists"},{"command":"check-note-has-frontmatter /home/user/Documents/ZettelVault 'Zettels/202503150930 - Atomic Notes' type zettel","key":"match","expected":true,"description":"First zettel has type=zettel"},{"command":"check-note-has-frontmatter /home/user/Documents/ZettelVault 'Zettels/202503150930 - Atomic Notes' created 2025-03-15","key":"match","expected":true,"description":"First zettel has created=2025-03-15"},{"command":"check-note-has-tag /home/user/Documents/ZettelVault 'Zettels/202503150930 - Atomic Notes' zettel","key":"has_tag","expected":true,"description":"First zettel has #zettel tag"},{"command":"check-note-links-to /home/user/Documents/ZettelVault 'Zettels/202503150930 - Atomic Notes' '202503150945 - Fleeting vs Permanent'","key":"links_to","expected":true,"description":"Chain link 1->2"},{"command":"check-note-links-to /home/user/Documents/ZettelVault 'Zettels/202503150945 - Fleeting vs Permanent' '202503151000 - Linking Thought'","key":"links_to","expected":true,"description":"Chain link 2->3"},{"command":"check-note-links-to /home/user/Documents/ZettelVault 'Zettels/202503151000 - Linking Thought' '202503151015 - Zettelkasten Method'","key":"links_to","expected":true,"description":"Chain link 3->4"},{"command":"check-note-links-to /home/user/Documents/ZettelVault 'Zettels/202503151015 - Zettelkasten Method' '202503151030 - Knowledge Graph'","key":"links_to","expected":true,"description":"Chain link 4->5"},{"command":"check-note-links-to /home/user/Documents/ZettelVault 'Zettels/202503151030 - Knowledge Graph' '202503151045 - Spaced Review'","key":"links_to","expected":true,"description":"Chain link 5->6"},{"command":"check-note-has-frontmatter /home/user/Documents/ZettelVault 'Zettels/202503151045 - Spaced Review' type zettel","key":"match","expected":true,"description":"Last zettel has type=zettel"},{"command":"check-note-has-tag /home/user/Documents/ZettelVault 'Zettels/202503151045 - Spaced Review' zettel","key":"has_tag","expected":true,"description":"Last zettel has #zettel tag"},{"command":"check-note-exists /home/user/Documents/ZettelVault Index","key":"exists","expected":true,"description":"Index note exists"},{"command":"check-note-has-tag /home/user/Documents/ZettelVault Index index","key":"has_tag","expected":true,"description":"Index has #index tag"},{"command":"check-note-links-to /home/user/Documents/ZettelVault Index '202503150930 - Atomic Notes'","key":"links_to","expected":true,"description":"Index links to first zettel"},{"command":"check-note-links-to /home/user/Documents/ZettelVault Index '202503151045 - Spaced Review'","key":"links_to","expected":true,"description":"Index links to last zettel"},{"command":"list-notes /home/user/Documents/ZettelVault","eval":"result.get('count') == 7","description":"Vault has exactly 7 notes"}],"github_task_path":"task_generator/tasks/obsidian_zettelkasten_atomic"} {"id":"renderdoc_add_recent_captures","app":"renderdoc","task":"Edit UI.config: set RecentCaptureFiles to triangle.rdc and draw_call.rdc, set DefaultCaptureSaveDirectory to /home/user/captures. Preserve rdocConfigData=1.","env":{"files":[{"filename":"UI.config","sandbox_path":"/home/user/.local/share/qrenderdoc/UI.config"},{"filename":"triangle.rdc","sandbox_path":"/home/user/captures/triangle.rdc"},{"filename":"draw_call.rdc","sandbox_path":"/home/user/captures/draw_call.rdc"}]},"verification":[{"command":"check-rdc-valid /home/user/captures/triangle.rdc","key":"valid","expected":true,"description":"triangle.rdc is still a valid capture"},{"command":"check-rdc-valid /home/user/captures/draw_call.rdc","key":"valid","expected":true,"description":"draw_call.rdc is still a valid capture"},{"command":"check-setting rdocConfigData 1","key":"match","expected":true,"description":"rdocConfigData marker preserved"},{"command":"check-recent-capture /home/user/captures/triangle.rdc","key":"found","expected":true,"description":"triangle.rdc is in RecentCaptureFiles"},{"command":"check-recent-capture /home/user/captures/draw_call.rdc","key":"found","expected":true,"description":"draw_call.rdc is in RecentCaptureFiles"},{"command":"check-setting DefaultCaptureSaveDirectory /home/user/captures","key":"match","expected":true,"description":"DefaultCaptureSaveDirectory points at /home/user/captures"}],"github_task_path":"task_generator/tasks/renderdoc_add_recent_captures"} {"id":"renderdoc_appearance_monospace_profile","app":"renderdoc","task":"Configure monospace profile: UIStyle=Light, Font_GlobalScale=1.25, Font_Family='DejaVu Sans', Font_MonoFamily='DejaVu Sans Mono', Font_PreferMonospaced=true. Preserve rdocConfigData.","env":{"files":[{"filename":"UI.config","sandbox_path":"/home/user/.local/share/qrenderdoc/UI.config"}]},"verification":[{"command":"check-theme Light","key":"match","expected":true,"description":"UIStyle Light"},{"command":"check-font-scale 1.25","key":"match","expected":true,"description":"Font_GlobalScale 1.25"},{"command":"check-setting Font_Family \"DejaVu Sans\"","key":"match","expected":true,"description":"Font_Family DejaVu Sans"},{"command":"check-setting Font_MonoFamily \"DejaVu Sans Mono\"","key":"match","expected":true,"description":"Font_MonoFamily DejaVu Sans Mono"},{"command":"check-setting Font_PreferMonospaced true","key":"match","expected":true,"description":"Font_PreferMonospaced true"},{"command":"check-setting rdocConfigData 1","key":"match","expected":true,"description":"rdocConfigData preserved"}],"github_task_path":"task_generator/tasks/renderdoc_appearance_monospace_profile"} {"id":"renderdoc_cap_env_chain","app":"renderdoc","task":"Create a preset file /home/user/captures/hardened.cap: executable='/usr/local/games/hardened_game', workingDir='/home/user/games/hardened', commandLine='--vulkan --safe-mode --log-level debug', environment with VK_LOADER_LAYERS_ENABLE, RDOC_DEBUG_LOG, MESA_DEBUG, VULKAN_SDK, options APIValidation=true, CaptureCallstacks=true, CaptureAllCmdLists=true, RefAllResources=true, VerifyBufferAccess=true, autoStart=false. Register in UI.config.","env":{"files":[{"filename":"UI.config","sandbox_path":"/home/user/.local/share/qrenderdoc/UI.config"}]},"verification":[{"command":"check-file-exists /home/user/captures/hardened.cap","key":"exists","expected":true,"description":"hardened.cap exists"},{"command":"file-info /home/user/captures/hardened.cap","eval":"result.get('size', 0) >= 400","description":"hardened.cap is at least 400 bytes"},{"command":"cap-parse /home/user/captures/hardened.cap","eval":"isinstance(result, dict) and 'error' not in result","description":"hardened.cap parses as valid capture-settings JSON"},{"command":"check-cap-executable /home/user/captures/hardened.cap /usr/local/games/hardened_game","key":"match","expected":true,"description":"executable is /usr/local/games/hardened_game"},{"command":"check-cap-working-dir /home/user/captures/hardened.cap /home/user/games/hardened","key":"match","expected":true,"description":"workingDir is /home/user/games/hardened"},{"command":"check-cap-command-line /home/user/captures/hardened.cap --safe-mode","key":"match","expected":true,"description":"commandLine includes --safe-mode"},{"command":"check-cap-command-line /home/user/captures/hardened.cap --log-level","key":"match","expected":true,"description":"commandLine includes --log-level"},{"command":"check-cap-env /home/user/captures/hardened.cap VK_LOADER_LAYERS_ENABLE","key":"present","expected":true,"description":"env registers VK_LOADER_LAYERS_ENABLE"},{"command":"check-cap-env /home/user/captures/hardened.cap RDOC_DEBUG_LOG","key":"present","expected":true,"description":"env registers RDOC_DEBUG_LOG"},{"command":"check-cap-env /home/user/captures/hardened.cap MESA_DEBUG","key":"present","expected":true,"description":"env registers MESA_DEBUG"},{"command":"check-cap-env /home/user/captures/hardened.cap VULKAN_SDK","key":"present","expected":true,"description":"env registers VULKAN_SDK"},{"command":"cap-parse /home/user/captures/hardened.cap","eval":"isinstance(result.get('environment'), list) and len(result['environment']) == 4","description":"environment has exactly 4 entries"},{"command":"check-cap-option /home/user/captures/hardened.cap APIValidation true","key":"match","expected":true,"description":"APIValidation is true"},{"command":"check-cap-option /home/user/captures/hardened.cap CaptureCallstacks true","key":"match","expected":true,"description":"CaptureCallstacks is true"},{"command":"check-cap-option /home/user/captures/hardened.cap CaptureAllCmdLists true","key":"match","expected":true,"description":"CaptureAllCmdLists is true"},{"command":"check-cap-option /home/user/captures/hardened.cap RefAllResources true","key":"match","expected":true,"description":"RefAllResources is true"},{"command":"check-cap-option /home/user/captures/hardened.cap VerifyBufferAccess true","key":"match","expected":true,"description":"VerifyBufferAccess is true"},{"command":"check-cap-option /home/user/captures/hardened.cap HookIntoChildren false","key":"match","expected":true,"description":"HookIntoChildren is false"},{"command":"cap-parse /home/user/captures/hardened.cap","eval":"result.get('autoStart') is False and result.get('queueFrameCap') == 3 and result.get('numQueuedFrames') == 10","description":"autoStart=false, queueFrameCap=3, numQueuedFrames=10"},{"command":"recent-settings","eval":"result.get('settings') == ['/home/user/captures/hardened.cap']","description":"RecentCaptureSettings is exactly the hardened.cap path"},{"command":"check-setting rdocConfigData 1","key":"match","expected":true,"description":"UI.config rdocConfigData marker preserved"}],"github_task_path":"task_generator/tasks/renderdoc_cap_env_chain"} {"id":"renderdoc_cap_extended_frames","app":"renderdoc","task":"Create a preset file /home/user/captures/extended.cap: executable='/usr/local/games/sweep_target', workingDir='/home/user/sweeps', commandLine='--sweep-frames', environment with RDOC_SWEEP_MODE, options APIValidation=true, CaptureAllCmdLists=true, RefAllResources=true, queueFrameCap=10, numQueuedFrames=30.","env":{"files":[{"filename":"UI.config","sandbox_path":"/home/user/.local/share/qrenderdoc/UI.config"}]},"verification":[{"command":"check-cap-executable /home/user/captures/extended.cap /usr/local/games/sweep_target","key":"match","expected":true,"description":"executable"},{"command":"check-cap-working-dir /home/user/captures/extended.cap /home/user/sweeps","key":"match","expected":true,"description":"workingDir"},{"command":"check-cap-command-line /home/user/captures/extended.cap --sweep-frames","key":"match","expected":true,"description":"--sweep-frames flag"},{"command":"check-cap-env /home/user/captures/extended.cap RDOC_SWEEP_MODE","key":"present","expected":true,"description":"RDOC_SWEEP_MODE env present"},{"command":"check-cap-option /home/user/captures/extended.cap APIValidation true","key":"match","expected":true,"description":"APIValidation true"},{"command":"check-cap-option /home/user/captures/extended.cap CaptureAllCmdLists true","key":"match","expected":true,"description":"CaptureAllCmdLists true"},{"command":"check-cap-option /home/user/captures/extended.cap RefAllResources true","key":"match","expected":true,"description":"RefAllResources true"},{"command":"cap-parse /home/user/captures/extended.cap","eval":"result.get('queueFrameCap') == 10 and result.get('numQueuedFrames') == 30","description":"queueFrameCap=10, numQueuedFrames=30"}],"github_task_path":"task_generator/tasks/renderdoc_cap_extended_frames"} {"id":"renderdoc_cap_launcher_hook","app":"renderdoc","task":"Create a preset file /home/user/captures/launcher.cap: executable='/usr/local/games/game_launcher', workingDir='/home/user/games', commandLine='--launch-child engine_process', options HookIntoChildren=true, APIValidation=false, CaptureCallstacks=false, CaptureAllCmdLists=false, DebugOutputMute=true, RefAllResources=false, VerifyBufferAccess=false, environment empty, autoStart=false.","env":{"files":[{"filename":"UI.config","sandbox_path":"/home/user/.local/share/qrenderdoc/UI.config"}]},"verification":[{"command":"check-file-exists /home/user/captures/launcher.cap","key":"exists","expected":true,"description":"launcher.cap exists"},{"command":"cap-parse /home/user/captures/launcher.cap","eval":"isinstance(result, dict) and 'error' not in result","description":"launcher.cap parses as JSON"},{"command":"check-cap-executable /home/user/captures/launcher.cap /usr/local/games/game_launcher","key":"match","expected":true,"description":"executable is game_launcher"},{"command":"check-cap-working-dir /home/user/captures/launcher.cap /home/user/games","key":"match","expected":true,"description":"workingDir is /home/user/games"},{"command":"check-cap-command-line /home/user/captures/launcher.cap --launch-child","key":"match","expected":true,"description":"commandLine includes --launch-child"},{"command":"check-cap-option /home/user/captures/launcher.cap HookIntoChildren true","key":"match","expected":true,"description":"HookIntoChildren is true"},{"command":"check-cap-option /home/user/captures/launcher.cap APIValidation false","key":"match","expected":true,"description":"APIValidation is false"},{"command":"check-cap-option /home/user/captures/launcher.cap DebugOutputMute true","key":"match","expected":true,"description":"DebugOutputMute is true"},{"command":"check-cap-option /home/user/captures/launcher.cap CaptureCallstacks false","key":"match","expected":true,"description":"CaptureCallstacks is false"},{"command":"cap-parse /home/user/captures/launcher.cap","eval":"result.get('environment') == [] and result.get('autoStart') is False","description":"environment is empty list; autoStart is false"}],"github_task_path":"task_generator/tasks/renderdoc_cap_launcher_hook"} {"id":"renderdoc_cap_perf_profile","app":"renderdoc","task":"Create a preset file /home/user/captures/perf.cap: executable='/usr/local/games/perf_target', workingDir='/home/user/perf', commandLine='--benchmark --frames 1000', options APIValidation=false, CaptureCallstacks=false, CaptureAllCmdLists=false, DebugOutputMute=true, RefAllResources=false, VerifyBufferAccess=false, HookIntoChildren=false, environment empty, autoStart=true, queueFrameCap=500, numQueuedFrames=1.","env":{"files":[{"filename":"UI.config","sandbox_path":"/home/user/.local/share/qrenderdoc/UI.config"}]},"verification":[{"command":"check-cap-executable /home/user/captures/perf.cap /usr/local/games/perf_target","key":"match","expected":true,"description":"executable"},{"command":"check-cap-working-dir /home/user/captures/perf.cap /home/user/perf","key":"match","expected":true,"description":"workingDir"},{"command":"check-cap-command-line /home/user/captures/perf.cap --benchmark","key":"match","expected":true,"description":"--benchmark flag"},{"command":"check-cap-command-line /home/user/captures/perf.cap --frames","key":"match","expected":true,"description":"--frames flag"},{"command":"check-cap-option /home/user/captures/perf.cap APIValidation false","key":"match","expected":true,"description":"APIValidation false"},{"command":"check-cap-option /home/user/captures/perf.cap CaptureCallstacks false","key":"match","expected":true,"description":"CaptureCallstacks false"},{"command":"check-cap-option /home/user/captures/perf.cap DebugOutputMute true","key":"match","expected":true,"description":"DebugOutputMute true"},{"command":"cap-parse /home/user/captures/perf.cap","eval":"result.get('queueFrameCap') == 500 and result.get('numQueuedFrames') == 1 and result.get('autoStart') is True","description":"queueFrameCap=500, numQueuedFrames=1, autoStart=true"}],"github_task_path":"task_generator/tasks/renderdoc_cap_perf_profile"} {"id":"renderdoc_cap_preset_full_v2","app":"renderdoc","task":"Create a preset file /home/user/captures/triangle_demo.cap: executable='/usr/local/games/triangle_demo', workingDir='/home/user/games', commandLine='--width 1280 --height 720 --vulkan', environment with VK_LOADER_LAYERS_ENABLE and RDOC_DEBUG_LOG, options APIValidation=true, CaptureCallstacks=true, RefAllResources=true, VerifyBufferAccess=true, autoStart=true. Register in UI.config.","env":{"files":[{"filename":"UI.config","sandbox_path":"/home/user/.local/share/qrenderdoc/UI.config"}]},"verification":[{"command":"check-file-exists /home/user/captures/triangle_demo.cap","key":"exists","expected":true,"description":"triangle_demo.cap was created on disk"},{"command":"file-info /home/user/captures/triangle_demo.cap","eval":"result.get('size', 0) >= 300","description":"triangle_demo.cap is at least 300 bytes (non-trivial preset)"},{"command":"cap-parse /home/user/captures/triangle_demo.cap","eval":"isinstance(result, dict) and 'error' not in result","description":"triangle_demo.cap parses as a valid qrenderdoc capture-settings JSON"},{"command":"check-cap-executable /home/user/captures/triangle_demo.cap /usr/local/games/triangle_demo","key":"match","expected":true,"description":"executable is /usr/local/games/triangle_demo"},{"command":"check-cap-working-dir /home/user/captures/triangle_demo.cap /home/user/games","key":"match","expected":true,"description":"workingDir is /home/user/games"},{"command":"check-cap-command-line /home/user/captures/triangle_demo.cap --vulkan","key":"match","expected":true,"description":"commandLine contains the --vulkan flag"},{"command":"check-cap-command-line /home/user/captures/triangle_demo.cap --width","key":"match","expected":true,"description":"commandLine contains the --width flag"},{"command":"check-cap-option /home/user/captures/triangle_demo.cap APIValidation true","key":"match","expected":true,"description":"options.APIValidation == true"},{"command":"check-cap-option /home/user/captures/triangle_demo.cap CaptureCallstacks true","key":"match","expected":true,"description":"options.CaptureCallstacks == true"},{"command":"check-cap-option /home/user/captures/triangle_demo.cap HookIntoChildren false","key":"match","expected":true,"description":"options.HookIntoChildren == false"},{"command":"check-cap-option /home/user/captures/triangle_demo.cap RefAllResources true","key":"match","expected":true,"description":"options.RefAllResources == true"},{"command":"check-cap-option /home/user/captures/triangle_demo.cap VerifyBufferAccess true","key":"match","expected":true,"description":"options.VerifyBufferAccess == true"},{"command":"check-cap-env /home/user/captures/triangle_demo.cap VK_LOADER_LAYERS_ENABLE","key":"present","expected":true,"description":"environment registers VK_LOADER_LAYERS_ENABLE"},{"command":"check-cap-env /home/user/captures/triangle_demo.cap RDOC_DEBUG_LOG","key":"present","expected":true,"description":"environment registers RDOC_DEBUG_LOG"},{"command":"cap-parse /home/user/captures/triangle_demo.cap","eval":"result.get('autoStart') is True and result.get('queueFrameCap') == 1 and result.get('numQueuedFrames') == 5","description":"autoStart=true, queueFrameCap=1, numQueuedFrames=5"},{"command":"check-setting rdocConfigData 1","key":"match","expected":true,"description":"UI.config rdocConfigData marker preserved"}],"github_task_path":"task_generator/tasks/renderdoc_cap_preset_full_v2"} {"id":"renderdoc_cap_single_env_layer","app":"renderdoc","task":"Create a preset file /home/user/captures/layer_only.cap: executable='/usr/local/games/vk_only', workingDir='/home/user', commandLine='', environment with VK_INSTANCE_LAYERS, options APIValidation=false, HookIntoChildren=false, autoStart=false.","env":{"files":[{"filename":"UI.config","sandbox_path":"/home/user/.local/share/qrenderdoc/UI.config"}]},"verification":[{"command":"check-cap-executable /home/user/captures/layer_only.cap /usr/local/games/vk_only","key":"match","expected":true,"description":"executable"},{"command":"check-cap-env /home/user/captures/layer_only.cap VK_INSTANCE_LAYERS","key":"present","expected":true,"description":"VK_INSTANCE_LAYERS env present"},{"command":"cap-parse /home/user/captures/layer_only.cap","eval":"isinstance(result.get('environment'), list) and len(result['environment']) == 1","description":"environment has exactly 1 entry"},{"command":"check-cap-option /home/user/captures/layer_only.cap APIValidation false","key":"match","expected":true,"description":"APIValidation false"},{"command":"check-cap-option /home/user/captures/layer_only.cap HookIntoChildren false","key":"match","expected":true,"description":"HookIntoChildren false"},{"command":"cap-parse /home/user/captures/layer_only.cap","eval":"result.get('autoStart') is False","description":"autoStart false"}],"github_task_path":"task_generator/tasks/renderdoc_cap_single_env_layer"} {"id":"renderdoc_cap_triple_api_comparison","app":"renderdoc","task":"Create cross-API capture presets: /home/user/captures/app_vulkan.cap (--api vulkan, APIValidation=true), /home/user/captures/app_d3d12.cap (--api d3d12, APIValidation=true), /home/user/captures/app_opengl.cap (--api opengl, APIValidation=false), executable='/usr/local/games/cross_app', workingDir='/home/user/cross', autoStart=false. Register in UI.config RecentCaptureSettings in order [vulkan,d3d12,opengl].","env":{"files":[{"filename":"UI.config","sandbox_path":"/home/user/.local/share/qrenderdoc/UI.config"}]},"verification":[{"command":"check-file-exists /home/user/captures/app_vulkan.cap","key":"exists","expected":true,"description":"vulkan preset exists"},{"command":"check-file-exists /home/user/captures/app_d3d12.cap","key":"exists","expected":true,"description":"d3d12 preset exists"},{"command":"check-file-exists /home/user/captures/app_opengl.cap","key":"exists","expected":true,"description":"opengl preset exists"},{"command":"check-cap-executable /home/user/captures/app_vulkan.cap /usr/local/games/cross_app","key":"match","expected":true,"description":"vulkan exec"},{"command":"check-cap-executable /home/user/captures/app_d3d12.cap /usr/local/games/cross_app","key":"match","expected":true,"description":"d3d12 exec"},{"command":"check-cap-executable /home/user/captures/app_opengl.cap /usr/local/games/cross_app","key":"match","expected":true,"description":"opengl exec"},{"command":"check-cap-command-line /home/user/captures/app_vulkan.cap vulkan","key":"match","expected":true,"description":"vulkan cmdline"},{"command":"check-cap-command-line /home/user/captures/app_d3d12.cap d3d12","key":"match","expected":true,"description":"d3d12 cmdline"},{"command":"check-cap-command-line /home/user/captures/app_opengl.cap opengl","key":"match","expected":true,"description":"opengl cmdline"},{"command":"check-cap-option /home/user/captures/app_vulkan.cap APIValidation true","key":"match","expected":true,"description":"vulkan APIValidation true"},{"command":"check-cap-option /home/user/captures/app_opengl.cap APIValidation false","key":"match","expected":true,"description":"opengl APIValidation false"},{"command":"recent-settings","eval":"result.get('settings') == ['/home/user/captures/app_vulkan.cap', '/home/user/captures/app_d3d12.cap', '/home/user/captures/app_opengl.cap']","description":"RecentCaptureSettings ordered [vulkan, d3d12, opengl]"},{"command":"check-setting rdocConfigData 1","key":"match","expected":true,"description":"rdocConfigData preserved"}],"github_task_path":"task_generator/tasks/renderdoc_cap_triple_api_comparison"} {"id":"renderdoc_capture_archive_partition","app":"renderdoc","task":"The directory /home/user/staging contains five capture files that must be sorted into a final archive.\n\nStarting files in /home/user/staging:\n frame_a.rdc (valid)\n frame_b.rdc (valid)\n frame_c.rdc (valid)\n frame_bad1.rdc (corrupt — bad magic bytes)\n frame_bad2.rdc (corrupt — bad magic bytes)\n\nReorganize them as follows:\n1. Create /home/user/archive/verified and /home/user/archive/quarantine.\n2. Move the three VALID .rdc files into /home/user/archive/verified. They must keep their original names.\n3. Move the TWO corrupt .rdc files into /home/user/archive/quarantine. They must keep their original names.\n4. Leave the /home/user/staging directory empty of .rdc files.","env":{"files":[{"filename":"frame_a.rdc","sandbox_path":"/home/user/staging/frame_a.rdc"},{"filename":"frame_b.rdc","sandbox_path":"/home/user/staging/frame_b.rdc"},{"filename":"frame_c.rdc","sandbox_path":"/home/user/staging/frame_c.rdc"},{"filename":"frame_bad1.rdc","sandbox_path":"/home/user/staging/frame_bad1.rdc"},{"filename":"frame_bad2.rdc","sandbox_path":"/home/user/staging/frame_bad2.rdc"}]},"verification":[{"command":"check-capture-count /home/user/archive/verified 3","key":"match","expected":true,"description":"verified has 3 .rdc files"},{"command":"check-capture-count /home/user/archive/quarantine 2","key":"match","expected":true,"description":"quarantine has 2 .rdc files"},{"command":"check-capture-count /home/user/staging 0","key":"match","expected":true,"description":"staging has no .rdc files"},{"command":"check-rdc-valid /home/user/archive/verified/frame_a.rdc","key":"valid","expected":true,"description":"frame_a valid in verified"},{"command":"check-rdc-valid /home/user/archive/verified/frame_b.rdc","key":"valid","expected":true,"description":"frame_b valid in verified"},{"command":"check-rdc-valid /home/user/archive/verified/frame_c.rdc","key":"valid","expected":true,"description":"frame_c valid in verified"},{"command":"check-rdc-valid /home/user/archive/quarantine/frame_bad1.rdc","key":"valid","expected":false,"description":"bad1 is invalid in quarantine"},{"command":"check-rdc-valid /home/user/archive/quarantine/frame_bad2.rdc","key":"valid","expected":false,"description":"bad2 is invalid in quarantine"},{"command":"list-captures /home/user/archive/verified","eval":"all(c['valid'] for c in result.get('captures', []))","description":"all captures in verified are valid"}],"github_task_path":"task_generator/tasks/renderdoc_capture_archive_partition"} {"id":"renderdoc_capture_size_audit","app":"renderdoc","task":"Organize capture files by size: create small/medium/large directories, move tiny.rdc to small/, medium.rdc to medium/, large.rdc to large/, configure UI.config RecentCaptureFiles with large then medium, preserve rdocConfigData.","env":{"files":[{"filename":"UI.config","sandbox_path":"/home/user/.local/share/qrenderdoc/UI.config"},{"filename":"tiny.rdc","sandbox_path":"/home/user/incoming/tiny.rdc"},{"filename":"medium.rdc","sandbox_path":"/home/user/incoming/medium.rdc"},{"filename":"large.rdc","sandbox_path":"/home/user/incoming/large.rdc"}]},"verification":[{"command":"check-rdc-valid /home/user/sized/small/tiny.rdc","key":"valid","expected":true,"description":"tiny in small/ is valid"},{"command":"check-rdc-valid /home/user/sized/medium/medium.rdc","key":"valid","expected":true,"description":"medium in medium/ is valid"},{"command":"check-rdc-valid /home/user/sized/large/large.rdc","key":"valid","expected":true,"description":"large in large/ is valid"},{"command":"file-info /home/user/sized/large/large.rdc","eval":"result.get('size', 0) >= 1024","description":"large.rdc is >= 1 KB"},{"command":"file-info /home/user/sized/small/tiny.rdc","eval":"result.get('size', 0) < 200","description":"tiny.rdc is < 200 bytes"},{"command":"check-capture-count /home/user/incoming 0","key":"match","expected":true,"description":"incoming emptied"},{"command":"recent-captures","eval":"result.get('files') == ['/home/user/sized/large/large.rdc', '/home/user/sized/medium/medium.rdc']","description":"RecentCaptureFiles ordered [large, medium]"},{"command":"check-setting rdocConfigData 1","key":"match","expected":true,"description":"rdocConfigData preserved"}],"github_task_path":"task_generator/tasks/renderdoc_capture_size_audit"} {"id":"renderdoc_capture_snapshot_tree","app":"renderdoc","task":"Create directory snapshot structure: organize day1a.rdc and day1b.rdc into /home/user/snapshots/day1, day2a.rdc and day2b.rdc into /home/user/snapshots/day2, day3a.rdc and day3b.rdc into /home/user/snapshots/day3, preserving original files in /home/user/captures.","env":{"files":[{"filename":"day1a.rdc","sandbox_path":"/home/user/captures/day1a.rdc"},{"filename":"day1b.rdc","sandbox_path":"/home/user/captures/day1b.rdc"},{"filename":"day2a.rdc","sandbox_path":"/home/user/captures/day2a.rdc"},{"filename":"day2b.rdc","sandbox_path":"/home/user/captures/day2b.rdc"},{"filename":"day3a.rdc","sandbox_path":"/home/user/captures/day3a.rdc"},{"filename":"day3b.rdc","sandbox_path":"/home/user/captures/day3b.rdc"}]},"verification":[{"command":"check-capture-count /home/user/captures 6","key":"match","expected":true,"description":"originals still 6"},{"command":"check-file-exists /home/user/snapshots/day1","key":"is_dir","expected":true,"description":"day1 dir"},{"command":"check-file-exists /home/user/snapshots/day2","key":"is_dir","expected":true,"description":"day2 dir"},{"command":"check-file-exists /home/user/snapshots/day3","key":"is_dir","expected":true,"description":"day3 dir"},{"command":"check-capture-count /home/user/snapshots/day1 2","key":"match","expected":true,"description":"day1 has 2"},{"command":"check-capture-count /home/user/snapshots/day2 2","key":"match","expected":true,"description":"day2 has 2"},{"command":"check-capture-count /home/user/snapshots/day3 2","key":"match","expected":true,"description":"day3 has 2"},{"command":"check-rdc-valid /home/user/snapshots/day1/day1a.rdc","key":"valid","expected":true,"description":"day1a copy valid"},{"command":"check-rdc-valid /home/user/snapshots/day1/day1b.rdc","key":"valid","expected":true,"description":"day1b copy valid"},{"command":"check-rdc-valid /home/user/snapshots/day2/day2a.rdc","key":"valid","expected":true,"description":"day2a copy valid"},{"command":"check-rdc-valid /home/user/snapshots/day2/day2b.rdc","key":"valid","expected":true,"description":"day2b copy valid"},{"command":"check-rdc-valid /home/user/snapshots/day3/day3a.rdc","key":"valid","expected":true,"description":"day3a copy valid"},{"command":"check-rdc-valid /home/user/snapshots/day3/day3b.rdc","key":"valid","expected":true,"description":"day3b copy valid"},{"command":"check-file-exists /home/user/captures/day1a.rdc","key":"exists","expected":true,"description":"original day1a present"},{"command":"check-file-exists /home/user/captures/day3b.rdc","key":"exists","expected":true,"description":"original day3b present"}],"github_task_path":"task_generator/tasks/renderdoc_capture_snapshot_tree"} {"id":"renderdoc_capture_version_prefix_rename","app":"renderdoc","task":"Version-prefix and organize captures: rename unlabeled .rdc files with v258_ prefix, move to labeled directory, set save directory, clear unlabeled folder.","env":{"files":[{"filename":"UI.config","sandbox_path":"/home/user/.local/share/qrenderdoc/UI.config"},{"filename":"shadow.rdc","sandbox_path":"/home/user/unlabeled/shadow.rdc"},{"filename":"lighting.rdc","sandbox_path":"/home/user/unlabeled/lighting.rdc"},{"filename":"post.rdc","sandbox_path":"/home/user/unlabeled/post.rdc"}]},"verification":[{"command":"check-capture-count /home/user/labeled 3","key":"match","expected":true,"description":"labeled has 3 captures"},{"command":"check-capture-count /home/user/unlabeled 0","key":"match","expected":true,"description":"unlabeled empty"},{"command":"check-rdc-version /home/user/labeled/v258_shadow.rdc 258","key":"match","expected":true,"description":"v258_shadow.rdc version 258"},{"command":"check-rdc-version /home/user/labeled/v258_lighting.rdc 0x102","key":"match","expected":true,"description":"v258_lighting.rdc version 0x102"},{"command":"check-rdc-version /home/user/labeled/v258_post.rdc 258","key":"match","expected":true,"description":"v258_post.rdc version 258"},{"command":"check-rdc-valid /home/user/labeled/v258_shadow.rdc","key":"valid","expected":true,"description":"v258_shadow.rdc valid"},{"command":"check-rdc-valid /home/user/labeled/v258_lighting.rdc","key":"valid","expected":true,"description":"v258_lighting.rdc valid"},{"command":"check-rdc-valid /home/user/labeled/v258_post.rdc","key":"valid","expected":true,"description":"v258_post.rdc valid"},{"command":"check-setting DefaultCaptureSaveDirectory \"/home/user/labeled\"","key":"match","expected":true,"description":"DefaultCaptureSaveDirectory set"},{"command":"check-setting rdocConfigData 1","key":"match","expected":true,"description":"rdocConfigData preserved"}],"github_task_path":"task_generator/tasks/renderdoc_capture_version_prefix_rename"} {"id":"renderdoc_cleanup_broken_captures","app":"renderdoc","task":"The directory /home/user/captures contains five .rdc files, two corrupt. Delete broken_x.rdc and broken_y.rdc, create quarantine directory, leave valid captures intact. Final state: 3 valid .rdc files, empty quarantine dir.","env":{"files":[{"filename":"scene_a.rdc","sandbox_path":"/home/user/captures/scene_a.rdc"},{"filename":"scene_b.rdc","sandbox_path":"/home/user/captures/scene_b.rdc"},{"filename":"scene_c.rdc","sandbox_path":"/home/user/captures/scene_c.rdc"},{"filename":"broken_x.rdc","sandbox_path":"/home/user/captures/broken_x.rdc"},{"filename":"broken_y.rdc","sandbox_path":"/home/user/captures/broken_y.rdc"}]},"verification":[{"command":"check-capture-count /home/user/captures 3","key":"match","expected":true,"description":"3 captures remain"},{"command":"check-rdc-valid /home/user/captures/scene_a.rdc","key":"valid","expected":true,"description":"scene_a valid"},{"command":"check-rdc-valid /home/user/captures/scene_b.rdc","key":"valid","expected":true,"description":"scene_b valid"},{"command":"check-rdc-valid /home/user/captures/scene_c.rdc","key":"valid","expected":true,"description":"scene_c valid"},{"command":"check-file-exists /home/user/captures/broken_x.rdc","key":"exists","expected":false,"description":"broken_x deleted"},{"command":"check-file-exists /home/user/captures/broken_y.rdc","key":"exists","expected":false,"description":"broken_y deleted"},{"command":"check-file-exists /home/user/captures/quarantine","key":"is_dir","expected":true,"description":"quarantine dir exists"},{"command":"check-capture-count /home/user/captures/quarantine 0","key":"match","expected":true,"description":"quarantine empty of .rdc"}],"github_task_path":"task_generator/tasks/renderdoc_cleanup_broken_captures"} {"id":"renderdoc_comments_and_eventbrowser","app":"renderdoc","task":"Open /home/user/.local/share/qrenderdoc/UI.config in a text editor. Set Comments_ShowOnLoad=false, EventBrowser_AddFake=false, EventBrowser_ApplyColors=true. Preserve rdocConfigData marker.","env":{"files":[{"filename":"UI.config","sandbox_path":"/home/user/.local/share/qrenderdoc/UI.config"}]},"verification":[{"command":"check-file-exists /home/user/.local/share/qrenderdoc/UI.config","key":"exists","expected":true,"description":"UI.config still exists"},{"command":"check-setting rdocConfigData 1","key":"match","expected":true,"description":"rdocConfigData marker preserved"},{"command":"check-setting Comments_ShowOnLoad false","key":"match","expected":true,"description":"Comments_ShowOnLoad is false"},{"command":"check-setting EventBrowser_AddFake false","key":"match","expected":true,"description":"EventBrowser_AddFake is false"},{"command":"check-setting EventBrowser_ApplyColors true","key":"match","expected":true,"description":"EventBrowser_ApplyColors is true"}],"github_task_path":"task_generator/tasks/renderdoc_comments_and_eventbrowser"} {"id":"renderdoc_deduplicate_captures","app":"renderdoc","task":"Remove byte-for-byte duplicate capture files from /home/user/captures/ keeping only unique files.","env":{"files":[{"filename":"draw1.rdc","sandbox_path":"/home/user/captures/draw1.rdc"},{"filename":"draw2.rdc","sandbox_path":"/home/user/captures/draw2.rdc"},{"filename":"draw3.rdc","sandbox_path":"/home/user/captures/draw3.rdc"},{"filename":"frameA.rdc","sandbox_path":"/home/user/captures/frameA.rdc"},{"filename":"frameB.rdc","sandbox_path":"/home/user/captures/frameB.rdc"},{"filename":"unique.rdc","sandbox_path":"/home/user/captures/unique.rdc"}]},"verification":[{"command":"check-capture-count /home/user/captures 3","key":"match","expected":true,"description":"3 captures remain"},{"command":"check-file-exists /home/user/captures/draw1.rdc","key":"exists","expected":true,"description":"draw1 kept"},{"command":"check-file-exists /home/user/captures/frameA.rdc","key":"exists","expected":true,"description":"frameA kept"},{"command":"check-file-exists /home/user/captures/unique.rdc","key":"exists","expected":true,"description":"unique kept"},{"command":"check-file-exists /home/user/captures/draw2.rdc","key":"exists","expected":false,"description":"draw2 deleted"},{"command":"check-file-exists /home/user/captures/draw3.rdc","key":"exists","expected":false,"description":"draw3 deleted"},{"command":"check-file-exists /home/user/captures/frameB.rdc","key":"exists","expected":false,"description":"frameB deleted"},{"command":"check-rdc-valid /home/user/captures/draw1.rdc","key":"valid","expected":true,"description":"draw1 valid"},{"command":"check-rdc-valid /home/user/captures/frameA.rdc","key":"valid","expected":true,"description":"frameA valid"},{"command":"check-rdc-valid /home/user/captures/unique.rdc","key":"valid","expected":true,"description":"unique valid"}],"github_task_path":"task_generator/tasks/renderdoc_deduplicate_captures"} {"id":"renderdoc_default_save_dir_and_recents","app":"renderdoc","task":"Set up a new RenderDoc capture workspace using the capture files currently located in `/home/user/captures`. Move `alpha_test.rdc`, `beta_test.rdc`, and `gamma_test.rdc` into `/home/user/work/rdoc_captures`, creating any required directories. Update the RenderDoc UI configuration at `/home/user/.local/share/qrenderdoc/UI.config` so that this directory becomes the default capture location and the three moved captures appear in the recent capture list. Preserve the existing configuration structure and ensure the capture files remain unchanged. After completion, the three capture files should exist only under `/home/user/work/rdoc_captures`, and `/home/user/captures` should contain no `.rdc` files.","env":{"files":[{"filename":"UI.config","sandbox_path":"/home/user/.local/share/qrenderdoc/UI.config"},{"filename":"alpha_test.rdc","sandbox_path":"/home/user/captures/alpha_test.rdc"},{"filename":"beta_test.rdc","sandbox_path":"/home/user/captures/beta_test.rdc"},{"filename":"gamma_test.rdc","sandbox_path":"/home/user/captures/gamma_test.rdc"}]},"verification":[{"command":"check-file-exists /home/user/work/rdoc_captures","key":"is_dir","expected":true,"description":"new workspace dir"},{"command":"check-capture-count /home/user/work/rdoc_captures 3","key":"match","expected":true,"description":"3 captures in workspace"},{"command":"check-capture-count /home/user/captures 0","key":"match","expected":true,"description":"original captures empty"},{"command":"check-rdc-valid /home/user/work/rdoc_captures/alpha_test.rdc","key":"valid","expected":true,"description":"alpha valid"},{"command":"check-rdc-valid /home/user/work/rdoc_captures/beta_test.rdc","key":"valid","expected":true,"description":"beta valid"},{"command":"check-rdc-valid /home/user/work/rdoc_captures/gamma_test.rdc","key":"valid","expected":true,"description":"gamma valid"},{"command":"check-setting DefaultCaptureSaveDirectory /home/user/work/rdoc_captures","key":"match","expected":true,"description":"save dir set"},{"command":"check-recent-capture /home/user/work/rdoc_captures/alpha_test.rdc","key":"found","expected":true,"description":"alpha in recents"},{"command":"check-recent-capture /home/user/work/rdoc_captures/beta_test.rdc","key":"found","expected":true,"description":"beta in recents"},{"command":"check-recent-capture /home/user/work/rdoc_captures/gamma_test.rdc","key":"found","expected":true,"description":"gamma in recents"},{"command":"check-setting rdocConfigData 1","key":"match","expected":true,"description":"marker preserved"}],"github_task_path":"task_generator/tasks/renderdoc_default_save_dir_and_recents"} {"id":"renderdoc_disable_telemetry","app":"renderdoc","task":"Open the RenderDoc config file /home/user/.local/share/qrenderdoc/UI.config (JSON, open it in a text editor such as gedit). Change exactly these three keys to fully disable analytics and update checks:\n\n1. Set \"Analytics_TotalOptOut\" to true.\n2. Set \"Analytics_ManualCheck\" to false.\n3. Set \"CheckUpdate_AllowChecks\" to false.\n\nAll other keys, including \"rdocConfigData\": 1, must remain intact. Save the file.","env":{"files":[{"filename":"UI.config","sandbox_path":"/home/user/.local/share/qrenderdoc/UI.config"}]},"verification":[{"command":"check-file-exists /home/user/.local/share/qrenderdoc/UI.config","key":"exists","expected":true,"description":"UI.config still exists"},{"command":"check-setting rdocConfigData 1","key":"match","expected":true,"description":"rdocConfigData marker preserved"},{"command":"check-setting Analytics_TotalOptOut true","key":"match","expected":true,"description":"Analytics_TotalOptOut is true"},{"command":"check-setting Analytics_ManualCheck false","key":"match","expected":true,"description":"Analytics_ManualCheck is false"},{"command":"check-setting CheckUpdate_AllowChecks false","key":"match","expected":true,"description":"CheckUpdate_AllowChecks is false"}],"github_task_path":"task_generator/tasks/renderdoc_disable_telemetry"} {"id":"renderdoc_font_scale_up","app":"renderdoc","task":"Open /home/user/.local/share/qrenderdoc/UI.config (it is a JSON document even though the extension is .config) in a text editor. Apply these changes and save:\n\n1. Set \"Font_GlobalScale\" to the number 1.75 (not a string — a JSON float).\n2. Set \"Font_PreferMonospaced\" to true.\n\nLeave every other key, including the \"rdocConfigData\": 1 marker, unchanged.","env":{"files":[{"filename":"UI.config","sandbox_path":"/home/user/.local/share/qrenderdoc/UI.config"}]},"verification":[{"command":"check-file-exists /home/user/.local/share/qrenderdoc/UI.config","key":"exists","expected":true,"description":"UI.config still exists"},{"command":"check-setting rdocConfigData 1","key":"match","expected":true,"description":"rdocConfigData marker preserved"},{"command":"check-font-scale 1.75","key":"match","expected":true,"description":"Font_GlobalScale is 1.75"},{"command":"check-setting Font_PreferMonospaced true","key":"match","expected":true,"description":"Font_PreferMonospaced is true"}],"github_task_path":"task_generator/tasks/renderdoc_font_scale_up"} {"id":"renderdoc_gap_buffer_viewer_defaults","app":"renderdoc","task":"Configure Buffer Formatter: BufferFormatter_ShowHex=true, BufferFormatter_FixedStride=32, BufferFormatter_ShowByteRange=true. Preserve rdocConfigData.","env":{"files":[{"filename":"UI.config","sandbox_path":"/home/user/.local/share/qrenderdoc/UI.config"}]},"verification":[{"command":"check-file-exists /home/user/.local/share/qrenderdoc/UI.config","key":"exists","expected":true,"description":"UI.config still exists"},{"command":"check-setting rdocConfigData 1","key":"match","expected":true,"description":"rdocConfigData marker preserved"},{"command":"check-setting BufferFormatter_ShowHex true","key":"match","expected":true,"description":"ShowHex is true"},{"command":"check-setting BufferFormatter_FixedStride 32","key":"match","expected":true,"description":"FixedStride is 32"},{"command":"check-setting BufferFormatter_ShowByteRange true","key":"match","expected":true,"description":"ShowByteRange is true"}],"github_task_path":"task_generator/tasks/renderdoc_gap_buffer_viewer_defaults"} {"id":"renderdoc_gap_capture_comments_export","app":"renderdoc","task":"Edit UI.config: set Comments_ShowOnLoad=false, Comments_FontSize=11, Comments_Monospaced=true, CommentsPanel_History=[0,1,2]. Preserve rdocConfigData=1.","env":{"files":[{"filename":"UI.config","sandbox_path":"/home/user/.local/share/qrenderdoc/UI.config"}]},"verification":[{"command":"check-file-exists /home/user/.local/share/qrenderdoc/UI.config","key":"exists","expected":true,"description":"UI.config still exists"},{"command":"check-setting rdocConfigData 1","key":"match","expected":true,"description":"rdocConfigData marker preserved"},{"command":"check-setting Comments_ShowOnLoad false","key":"match","expected":true,"description":"ShowOnLoad false"},{"command":"check-setting Comments_FontSize 11","key":"match","expected":true,"description":"FontSize 11"},{"command":"check-setting Comments_Monospaced true","key":"match","expected":true,"description":"Monospaced true"},{"command":"check-setting CommentsPanel_History [0,1,2]","key":"match","expected":true,"description":"History array equals [0,1,2]"}],"github_task_path":"task_generator/tasks/renderdoc_gap_capture_comments_export"} {"id":"renderdoc_gap_capture_settings_cap_file","app":"renderdoc","task":"Create /home/user/captures/game.cap with executable='/usr/local/bin/my_game', a RenderDoc capture-settings file existing at /home/user/captures/game.cap, workingDir='/home/user/games/shipping', options APIValidation=true, CaptureCallstacks=true, VerifyBufferAccess=true. Register in UI.config, preserve rdocConfigData=1.","env":{"files":[{"filename":"UI.config","sandbox_path":"/home/user/.local/share/qrenderdoc/UI.config"}]},"verification":[{"command":"check-file-exists /home/user/captures/game.cap","key":"exists","expected":true,"description":"game.cap exists"},{"command":"file-info /home/user/captures/game.cap","eval":"result.get('size', 0) >= 150","description":"game.cap is at least 150 bytes"},{"command":"check-file-exists /home/user/.local/share/qrenderdoc/UI.config","key":"exists","expected":true,"description":"UI.config still exists"},{"command":"check-setting rdocConfigData 1","key":"match","expected":true,"description":"rdocConfigData marker preserved"},{"command":"check-setting RecentCaptureSettings '[\"/home/user/captures/game.cap\"]'","key":"match","expected":true,"description":"RecentCaptureSettings references game.cap"}],"github_task_path":"task_generator/tasks/renderdoc_gap_capture_settings_cap_file"} {"id":"renderdoc_gap_event_browser_deepdive","app":"renderdoc","task":"Configure Event Browser: EventBrowser_ApplyColors=true, EventBrowser_CollapseMarkers=true, EventBrowser_ShowParameterNames=true, EventBrowser_HideEmpty=true, bookmarks=[42,128,377]. Preserve rdocConfigData.","env":{"files":[{"filename":"UI.config","sandbox_path":"/home/user/.local/share/qrenderdoc/UI.config"}]},"verification":[{"command":"check-file-exists /home/user/.local/share/qrenderdoc/UI.config","key":"exists","expected":true,"description":"UI.config still exists"},{"command":"check-setting rdocConfigData 1","key":"match","expected":true,"description":"rdocConfigData marker preserved"},{"command":"check-setting EventBrowser_ApplyColors true","key":"match","expected":true,"description":"ApplyColors true"},{"command":"check-setting EventBrowser_CollapseMarkers true","key":"match","expected":true,"description":"CollapseMarkers true"},{"command":"check-setting EventBrowser_ShowParameterNames true","key":"match","expected":true,"description":"ShowParameterNames true"},{"command":"check-setting EventBrowser_HideEmpty true","key":"match","expected":true,"description":"HideEmpty true"},{"command":"check-setting EventBrowser_Bookmarks [42,128,377]","key":"match","expected":true,"description":"Bookmarks array equals [42,128,377]"}],"github_task_path":"task_generator/tasks/renderdoc_gap_event_browser_deepdive"} {"id":"renderdoc_gap_mesh_output_view","app":"renderdoc","task":"Edit UI.config: set Mesh_CurrentStage='VSOut', Mesh_ShowNormals=true, Mesh_Wireframe=true, Mesh_SolidShadeMode='secondary'. Preserve rdocConfigData=1.","env":{"files":[{"filename":"UI.config","sandbox_path":"/home/user/.local/share/qrenderdoc/UI.config"}]},"verification":[{"command":"check-file-exists /home/user/.local/share/qrenderdoc/UI.config","key":"exists","expected":true,"description":"UI.config still exists"},{"command":"check-setting rdocConfigData 1","key":"match","expected":true,"description":"rdocConfigData marker preserved"},{"command":"check-setting Mesh_CurrentStage VSOut","key":"match","expected":true,"description":"Mesh_CurrentStage VSOut"},{"command":"check-setting Mesh_ShowNormals true","key":"match","expected":true,"description":"ShowNormals true"},{"command":"check-setting Mesh_Wireframe true","key":"match","expected":true,"description":"Wireframe true"},{"command":"check-setting Mesh_SolidShadeMode secondary","key":"match","expected":true,"description":"SolidShadeMode secondary"}],"github_task_path":"task_generator/tasks/renderdoc_gap_mesh_output_view"} {"id":"renderdoc_gap_pipeline_state_export","app":"renderdoc","task":"Create a Python script at /home/user/scripts/export_pipeline.py and configure the Python shell in UI.config.","env":{"files":[{"filename":"UI.config","sandbox_path":"/home/user/.local/share/qrenderdoc/UI.config"}]},"verification":[{"command":"check-file-exists /home/user/scripts/export_pipeline.py","key":"exists","expected":true,"description":"Python script exists"},{"command":"file-info /home/user/scripts/export_pipeline.py","eval":"result.get('size', 0) >= 200","description":"Script is at least 200 bytes"},{"command":"check-file-exists /home/user/.local/share/qrenderdoc/UI.config","key":"exists","expected":true,"description":"UI.config still exists"},{"command":"check-setting rdocConfigData 1","key":"match","expected":true,"description":"rdocConfigData marker preserved"},{"command":"check-setting PythonShell_RecentFiles '[\"/home/user/scripts/export_pipeline.py\"]'","key":"match","expected":true,"description":"PythonShell_RecentFiles contains the script path"}],"github_task_path":"task_generator/tasks/renderdoc_gap_pipeline_state_export"} {"id":"renderdoc_gap_pixel_history_debug","app":"renderdoc","task":"Configure Pixel History debug settings: PixelHistory_ShowFailures=true, PixelHistory_ColorByPrimitive=true, ShaderViewer_AutoStep=true. Preserve rdocConfigData.","env":{"files":[{"filename":"UI.config","sandbox_path":"/home/user/.local/share/qrenderdoc/UI.config"}]},"verification":[{"command":"check-file-exists /home/user/.local/share/qrenderdoc/UI.config","key":"exists","expected":true,"description":"UI.config still exists"},{"command":"check-setting rdocConfigData 1","key":"match","expected":true,"description":"rdocConfigData marker preserved"},{"command":"check-setting PixelHistory_ShowFailures true","key":"match","expected":true,"description":"ShowFailures true"},{"command":"check-setting PixelHistory_ColorByPrimitive true","key":"match","expected":true,"description":"ColorByPrimitive true"},{"command":"check-setting ShaderViewer_AutoStep true","key":"match","expected":true,"description":"AutoStep true"}],"github_task_path":"task_generator/tasks/renderdoc_gap_pixel_history_debug"} {"id":"renderdoc_gap_python_shell_history","app":"renderdoc","task":"Create /home/user/.local/share/qrenderdoc/python_history.txt with >=40 bytes text content. Edit UI.config: set PythonShell_AutoLoad=true, preserve rdocConfigData=1.","env":{"files":[{"filename":"UI.config","sandbox_path":"/home/user/.local/share/qrenderdoc/UI.config"}]},"verification":[{"command":"check-file-exists /home/user/.local/share/qrenderdoc/python_history.txt","key":"exists","expected":true,"description":"Python history file exists"},{"command":"file-info /home/user/.local/share/qrenderdoc/python_history.txt","eval":"result.get('size', 0) >= 40","description":"History file is at least 40 bytes"},{"command":"check-file-exists /home/user/.local/share/qrenderdoc/UI.config","key":"exists","expected":true,"description":"UI.config still exists"},{"command":"check-setting rdocConfigData 1","key":"match","expected":true,"description":"rdocConfigData marker preserved"},{"command":"check-setting PythonShell_AutoLoad true","key":"match","expected":true,"description":"PythonShell_AutoLoad is true"}],"github_task_path":"task_generator/tasks/renderdoc_gap_python_shell_history"} {"id":"renderdoc_gap_remote_target_config","app":"renderdoc","task":"Edit UI.config: set RemoteHosts=build-box.lan:39570 and perf-node-01.internal:39570, AdbScabbardPath=/opt/android-sdk/platform-tools/adb, AlwaysReplayLocally=false. Preserve rdocConfigData=1.","env":{"files":[{"filename":"UI.config","sandbox_path":"/home/user/.local/share/qrenderdoc/UI.config"}]},"verification":[{"command":"check-file-exists /home/user/.local/share/qrenderdoc/UI.config","key":"exists","expected":true,"description":"UI.config still exists"},{"command":"check-setting rdocConfigData 1","key":"match","expected":true,"description":"rdocConfigData marker preserved"},{"command":"check-setting RemoteHosts '[{\"Hostname\":\"build-box.lan\",\"Port\":39570},{\"Hostname\":\"perf-node-01.internal\",\"Port\":39570}]'","key":"match","expected":true,"description":"RemoteHosts array contains the two hosts in the correct order"},{"command":"check-setting AdbScabbardPath /opt/android-sdk/platform-tools/adb","key":"match","expected":true,"description":"AdbScabbardPath is correct"},{"command":"check-setting AlwaysReplayLocally false","key":"match","expected":true,"description":"AlwaysReplayLocally is false"}],"github_task_path":"task_generator/tasks/renderdoc_gap_remote_target_config"} {"id":"renderdoc_gap_texture_mip_selection","app":"renderdoc","task":"Edit UI.config: set TextureViewer_MipLevel=2, TextureViewer_PerTexYFlip=true, TextureViewer_HexDisplay=true, TextureViewer_ResetRange=false. Preserve rdocConfigData=1.","env":{"files":[{"filename":"UI.config","sandbox_path":"/home/user/.local/share/qrenderdoc/UI.config"}]},"verification":[{"command":"check-file-exists /home/user/.local/share/qrenderdoc/UI.config","key":"exists","expected":true,"description":"UI.config still exists"},{"command":"check-setting rdocConfigData 1","key":"match","expected":true,"description":"rdocConfigData marker preserved"},{"command":"check-setting TextureViewer_MipLevel 2","key":"match","expected":true,"description":"Mip level is 2"},{"command":"check-setting TextureViewer_PerTexYFlip true","key":"match","expected":true,"description":"Per-texture Y-flip is true"},{"command":"check-setting TextureViewer_HexDisplay true","key":"match","expected":true,"description":"Hex display is true"},{"command":"check-setting TextureViewer_ResetRange false","key":"match","expected":true,"description":"ResetRange is false"}],"github_task_path":"task_generator/tasks/renderdoc_gap_texture_mip_selection"} {"id":"renderdoc_gap_timeline_perf_counters","app":"renderdoc","task":"Configure Timeline: Timeline_ShowDrawcalls=true. Performance counters: active=['GPUDuration','VertexCount','PixelCount','IAPrimitives'], ShowDescription=true. Preserve rdocConfigData.","env":{"files":[{"filename":"UI.config","sandbox_path":"/home/user/.local/share/qrenderdoc/UI.config"}]},"verification":[{"command":"check-file-exists /home/user/.local/share/qrenderdoc/UI.config","key":"exists","expected":true,"description":"UI.config still exists"},{"command":"check-setting rdocConfigData 1","key":"match","expected":true,"description":"rdocConfigData marker preserved"},{"command":"check-setting Timeline_ShowDrawcalls true","key":"match","expected":true,"description":"Timeline_ShowDrawcalls true"},{"command":"check-setting PerformanceCounters_Active '[\"GPUDuration\",\"VertexCount\",\"PixelCount\",\"IAPrimitives\"]'","key":"match","expected":true,"description":"Active counters list matches"},{"command":"check-setting PerformanceCounters_ShowDescription true","key":"match","expected":true,"description":"ShowDescription true"}],"github_task_path":"task_generator/tasks/renderdoc_gap_timeline_perf_counters"} {"id":"renderdoc_multi_cap_presets","app":"renderdoc","task":"Create three capture presets: /home/user/captures/vk_game.cap (--renderer vulkan, APIValidation=true, autoStart=false), /home/user/captures/gl_demo.cap (--opengl, HookIntoChildren=true, autoStart=false), /home/user/captures/tool_sim.cap (--batch, CaptureCallstacks=true, autoStart=true). Register all three in UI.config RecentCaptureSettings, preserve rdocConfigData.","env":{"files":[{"filename":"UI.config","sandbox_path":"/home/user/.local/share/qrenderdoc/UI.config"}]},"verification":[{"command":"check-file-exists /home/user/captures/vk_game.cap","key":"exists","expected":true,"description":"vk_game.cap exists"},{"command":"check-file-exists /home/user/captures/gl_demo.cap","key":"exists","expected":true,"description":"gl_demo.cap exists"},{"command":"check-file-exists /home/user/captures/tool_sim.cap","key":"exists","expected":true,"description":"tool_sim.cap exists"},{"command":"check-cap-executable /home/user/captures/vk_game.cap /usr/local/games/vk_game","key":"match","expected":true,"description":"vk_game.cap points at vk_game"},{"command":"check-cap-executable /home/user/captures/gl_demo.cap /usr/local/games/gl_demo","key":"match","expected":true,"description":"gl_demo.cap points at gl_demo"},{"command":"check-cap-executable /home/user/captures/tool_sim.cap /usr/local/bin/tool_sim","key":"match","expected":true,"description":"tool_sim.cap points at tool_sim"},{"command":"check-cap-command-line /home/user/captures/vk_game.cap --renderer","key":"match","expected":true,"description":"vk_game.cap commandLine has --renderer"},{"command":"check-cap-command-line /home/user/captures/gl_demo.cap --opengl","key":"match","expected":true,"description":"gl_demo.cap commandLine has --opengl"},{"command":"check-cap-command-line /home/user/captures/tool_sim.cap --batch","key":"match","expected":true,"description":"tool_sim.cap commandLine has --batch"},{"command":"check-cap-option /home/user/captures/vk_game.cap APIValidation true","key":"match","expected":true,"description":"vk_game.cap APIValidation true"},{"command":"check-cap-option /home/user/captures/gl_demo.cap HookIntoChildren true","key":"match","expected":true,"description":"gl_demo.cap HookIntoChildren true"},{"command":"check-cap-option /home/user/captures/tool_sim.cap CaptureCallstacks true","key":"match","expected":true,"description":"tool_sim.cap CaptureCallstacks true"},{"command":"cap-parse /home/user/captures/tool_sim.cap","eval":"result.get('autoStart') is True","description":"tool_sim.cap autoStart is true"},{"command":"cap-parse /home/user/captures/vk_game.cap","eval":"result.get('autoStart') is False","description":"vk_game.cap autoStart is false"},{"command":"recent-settings","eval":"result.get('settings') == ['/home/user/captures/vk_game.cap', '/home/user/captures/gl_demo.cap', '/home/user/captures/tool_sim.cap']","description":"RecentCaptureSettings is the ordered list of three preset paths"},{"command":"check-setting rdocConfigData 1","key":"match","expected":true,"description":"UI.config rdocConfigData marker preserved"}],"github_task_path":"task_generator/tasks/renderdoc_multi_cap_presets"} {"id":"renderdoc_organize_capture_folder","app":"renderdoc","task":"Create /home/user/captures/archive/. Move raw_dump.rdc and raw_dump2.rdc from /home/user/captures/ to /home/user/captures/archive/. Rename triangle.rdc to main_frame.rdc in /home/user/captures/. Leave notes.txt untouched. Result: /home/user/captures/ has main_frame.rdc and notes.txt; /home/user/captures/archive/ has raw_dump.rdc and raw_dump2.rdc.","env":{"files":[{"filename":"raw_dump.rdc","sandbox_path":"/home/user/captures/raw_dump.rdc"},{"filename":"raw_dump2.rdc","sandbox_path":"/home/user/captures/raw_dump2.rdc"},{"filename":"triangle.rdc","sandbox_path":"/home/user/captures/triangle.rdc"},{"filename":"notes.txt","sandbox_path":"/home/user/captures/notes.txt"}]},"verification":[{"command":"check-file-exists /home/user/captures/main_frame.rdc","key":"exists","expected":true,"description":"main_frame.rdc exists in /home/user/captures"},{"command":"check-rdc-valid /home/user/captures/main_frame.rdc","key":"valid","expected":true,"description":"main_frame.rdc is a valid capture"},{"command":"check-file-exists /home/user/captures/triangle.rdc","key":"exists","expected":false,"description":"triangle.rdc no longer in /home/user/captures"},{"command":"check-capture-count /home/user/captures 1","key":"match","expected":true,"description":"Exactly 1 .rdc file remains in /home/user/captures"},{"command":"check-file-exists /home/user/captures/archive","key":"is_dir","expected":true,"description":"archive subdirectory exists"},{"command":"check-file-exists /home/user/captures/archive/raw_dump.rdc","key":"exists","expected":true,"description":"raw_dump.rdc moved into archive"},{"command":"check-file-exists /home/user/captures/archive/raw_dump2.rdc","key":"exists","expected":true,"description":"raw_dump2.rdc moved into archive"},{"command":"check-capture-count /home/user/captures/archive 2","key":"match","expected":true,"description":"archive has exactly 2 .rdc files"},{"command":"check-file-exists /home/user/captures/notes.txt","key":"exists","expected":true,"description":"notes.txt is untouched"}],"github_task_path":"task_generator/tasks/renderdoc_organize_capture_folder"} {"id":"renderdoc_project_save_dir_and_presets","app":"renderdoc","task":"Create /home/user/projects/titan_captures/. Create titan_client.cap (rdocConfigData=1, settings.executable='/usr/local/bin/titan_client', workingDir='/home/user/projects/titan_captures', commandLine='--client', options={APIValidation:true,CaptureCallstacks:false,HookIntoChildren:false}, autoStart=false) and titan_server.cap (rdocConfigData=1, settings.executable='/usr/local/bin/titan_server', workingDir='/home/user/projects/titan_captures', commandLine='--server', options={APIValidation:true,CaptureCallstacks:true,HookIntoChildren:false}, autoStart=true). Edit UI.config: DefaultCaptureSaveDirectory='/home/user/projects/titan_captures', RecentCaptureSettings=['/home/user/projects/titan_captures/titan_client.cap','/home/user/projects/titan_captures/titan_server.cap'], preserve rdocConfigData=1.","env":{"files":[{"filename":"UI.config","sandbox_path":"/home/user/.local/share/qrenderdoc/UI.config"}]},"verification":[{"command":"check-file-exists /home/user/projects/titan_captures","key":"is_dir","expected":true,"description":"titan_captures directory exists"},{"command":"check-file-exists /home/user/projects/titan_captures/titan_client.cap","key":"exists","expected":true,"description":"titan_client.cap exists"},{"command":"check-file-exists /home/user/projects/titan_captures/titan_server.cap","key":"exists","expected":true,"description":"titan_server.cap exists"},{"command":"check-cap-executable /home/user/projects/titan_captures/titan_client.cap /usr/local/bin/titan_client","key":"match","expected":true,"description":"titan_client executable"},{"command":"check-cap-executable /home/user/projects/titan_captures/titan_server.cap /usr/local/bin/titan_server","key":"match","expected":true,"description":"titan_server executable"},{"command":"check-cap-command-line /home/user/projects/titan_captures/titan_client.cap --client","key":"match","expected":true,"description":"--client flag"},{"command":"check-cap-command-line /home/user/projects/titan_captures/titan_server.cap --server","key":"match","expected":true,"description":"--server flag"},{"command":"check-cap-option /home/user/projects/titan_captures/titan_server.cap CaptureCallstacks true","key":"match","expected":true,"description":"server CaptureCallstacks true"},{"command":"cap-parse /home/user/projects/titan_captures/titan_server.cap","eval":"result.get('autoStart') is True","description":"server autoStart true"},{"command":"check-setting DefaultCaptureSaveDirectory \"/home/user/projects/titan_captures\"","key":"match","expected":true,"description":"DefaultCaptureSaveDirectory set"},{"command":"recent-settings","eval":"result.get('settings') == ['/home/user/projects/titan_captures/titan_client.cap', '/home/user/projects/titan_captures/titan_server.cap']","description":"RecentCaptureSettings ordered"},{"command":"check-setting rdocConfigData 1","key":"match","expected":true,"description":"rdocConfigData preserved"}],"github_task_path":"task_generator/tasks/renderdoc_project_save_dir_and_presets"} {"id":"renderdoc_recent_capture_history_promote","app":"renderdoc","task":"The UI configuration at /home/user/.local/share/qrenderdoc/UI.config currently has \"RecentCaptureFiles\" set to a list containing four entries (old_a through old_d under /home/user/captures).\n\nA new capture at /home/user/captures/promoted.rdc has just been produced. Update the recent-captures history so that:\n\n1. \"RecentCaptureFiles\" is a JSON array with exactly these five absolute paths in this order (newest first):\n /home/user/captures/promoted.rdc\n /home/user/captures/old_a.rdc\n /home/user/captures/old_b.rdc\n /home/user/captures/old_c.rdc\n /home/user/captures/old_d.rdc\n2. \"LastCaptureFilePath\" is the exact string \"/home/user/captures/promoted.rdc\".\n3. The \"rdocConfigData\": 1 marker must remain present.\n\nDo not delete or rename any .rdc file on disk. The existing valid capture promoted.rdc in /home/user/captures must still exist and be a valid capture.","env":{"files":[{"filename":"UI.config","sandbox_path":"/home/user/.local/share/qrenderdoc/UI.config"},{"filename":"old_a.rdc","sandbox_path":"/home/user/captures/old_a.rdc"},{"filename":"old_b.rdc","sandbox_path":"/home/user/captures/old_b.rdc"},{"filename":"old_c.rdc","sandbox_path":"/home/user/captures/old_c.rdc"},{"filename":"old_d.rdc","sandbox_path":"/home/user/captures/old_d.rdc"},{"filename":"promoted.rdc","sandbox_path":"/home/user/captures/promoted.rdc"}]},"verification":[{"command":"check-setting rdocConfigData 1","key":"match","expected":true,"description":"marker preserved"},{"command":"check-rdc-valid /home/user/captures/promoted.rdc","key":"valid","expected":true,"description":"promoted.rdc valid"},{"command":"check-setting LastCaptureFilePath /home/user/captures/promoted.rdc","key":"match","expected":true,"description":"LastCaptureFilePath set"},{"command":"recent-captures","eval":"result.get('count') == 5","description":"RecentCaptureFiles length 5"},{"command":"recent-captures","eval":"result.get('files', [''])[0] == '/home/user/captures/promoted.rdc'","description":"promoted.rdc is first"},{"command":"check-recent-capture /home/user/captures/promoted.rdc","key":"found","expected":true,"description":"promoted in recents"},{"command":"check-recent-capture /home/user/captures/old_a.rdc","key":"found","expected":true,"description":"old_a in recents"},{"command":"check-recent-capture /home/user/captures/old_b.rdc","key":"found","expected":true,"description":"old_b in recents"},{"command":"check-recent-capture /home/user/captures/old_c.rdc","key":"found","expected":true,"description":"old_c in recents"},{"command":"check-recent-capture /home/user/captures/old_d.rdc","key":"found","expected":true,"description":"old_d in recents"}],"github_task_path":"task_generator/tasks/renderdoc_recent_capture_history_promote"} {"id":"renderdoc_rename_project_captures","app":"renderdoc","task":"The directory /home/user/captures contains five capture files with ad-hoc per-developer names:\n\n john_ok.rdc\n unnamed.rdc\n snapshot_final2.rdc\n backup_old.rdc\n wip_trial.rdc\n\nRename them to the canonical project convention (frame_001.rdc through frame_005.rdc), using this exact mapping:\n\n john_ok.rdc -> frame_001.rdc\n unnamed.rdc -> frame_002.rdc\n snapshot_final2.rdc -> frame_003.rdc\n backup_old.rdc -> frame_004.rdc\n wip_trial.rdc -> frame_005.rdc\n\nKeep file contents byte-identical. Do not touch any other file in the directory. When finished, /home/user/captures must contain exactly 5 .rdc files, all valid.","env":{"files":[{"filename":"john_ok.rdc","sandbox_path":"/home/user/captures/john_ok.rdc"},{"filename":"unnamed.rdc","sandbox_path":"/home/user/captures/unnamed.rdc"},{"filename":"snapshot_final2.rdc","sandbox_path":"/home/user/captures/snapshot_final2.rdc"},{"filename":"backup_old.rdc","sandbox_path":"/home/user/captures/backup_old.rdc"},{"filename":"wip_trial.rdc","sandbox_path":"/home/user/captures/wip_trial.rdc"}]},"verification":[{"command":"check-capture-count /home/user/captures 5","key":"match","expected":true,"description":"5 captures total"},{"command":"check-file-exists /home/user/captures/frame_001.rdc","key":"exists","expected":true,"description":"frame_001 exists"},{"command":"check-file-exists /home/user/captures/frame_002.rdc","key":"exists","expected":true,"description":"frame_002 exists"},{"command":"check-file-exists /home/user/captures/frame_003.rdc","key":"exists","expected":true,"description":"frame_003 exists"},{"command":"check-file-exists /home/user/captures/frame_004.rdc","key":"exists","expected":true,"description":"frame_004 exists"},{"command":"check-file-exists /home/user/captures/frame_005.rdc","key":"exists","expected":true,"description":"frame_005 exists"},{"command":"check-rdc-valid /home/user/captures/frame_001.rdc","key":"valid","expected":true,"description":"frame_001 valid"},{"command":"check-rdc-valid /home/user/captures/frame_002.rdc","key":"valid","expected":true,"description":"frame_002 valid"},{"command":"check-rdc-valid /home/user/captures/frame_003.rdc","key":"valid","expected":true,"description":"frame_003 valid"},{"command":"check-rdc-valid /home/user/captures/frame_004.rdc","key":"valid","expected":true,"description":"frame_004 valid"},{"command":"check-rdc-valid /home/user/captures/frame_005.rdc","key":"valid","expected":true,"description":"frame_005 valid"},{"command":"check-file-exists /home/user/captures/john_ok.rdc","key":"exists","expected":false,"description":"original john_ok removed"},{"command":"check-file-exists /home/user/captures/unnamed.rdc","key":"exists","expected":false,"description":"original unnamed removed"},{"command":"check-file-exists /home/user/captures/snapshot_final2.rdc","key":"exists","expected":false,"description":"original snapshot_final2 removed"},{"command":"check-file-exists /home/user/captures/backup_old.rdc","key":"exists","expected":false,"description":"original backup_old removed"},{"command":"check-file-exists /home/user/captures/wip_trial.rdc","key":"exists","expected":false,"description":"original wip_trial removed"}],"github_task_path":"task_generator/tasks/renderdoc_rename_project_captures"} {"id":"renderdoc_security_hardening","app":"renderdoc","task":"Harden the RenderDoc configuration for a shared multi-user workstation. The UI configuration file is at /home/user/.local/share/qrenderdoc/UI.config. It already contains some entries in RecentCaptureFiles and RecentCaptureSettings. Apply all of the following changes in one save:\n\n1. Set \"Analytics_TotalOptOut\" to true.\n2. Set \"Analytics_ManualCheck\" to false.\n3. Set \"CheckUpdate_AllowChecks\" to false.\n4. Set \"AllowGlobalHook\" to false.\n5. Set \"AllowProcessInject\" to false.\n6. Set \"RecentCaptureFiles\" to an empty JSON array [].\n7. Set \"RecentCaptureSettings\" to an empty JSON array [].\n\nThe top-level \"rdocConfigData\": 1 marker must remain present.","env":{"files":[{"filename":"UI.config","sandbox_path":"/home/user/.local/share/qrenderdoc/UI.config"}]},"verification":[{"command":"check-setting rdocConfigData 1","key":"match","expected":true,"description":"marker preserved"},{"command":"check-setting Analytics_TotalOptOut true","key":"match","expected":true,"description":"opt out"},{"command":"check-setting Analytics_ManualCheck false","key":"match","expected":true,"description":"no manual analytics"},{"command":"check-setting CheckUpdate_AllowChecks false","key":"match","expected":true,"description":"no update checks"},{"command":"check-setting AllowGlobalHook false","key":"match","expected":true,"description":"no global hook"},{"command":"check-setting AllowProcessInject false","key":"match","expected":true,"description":"no inject"},{"command":"recent-captures","eval":"result.get('count') == 0","description":"RecentCaptureFiles empty"},{"command":"recent-settings","eval":"result.get('count') == 0","description":"RecentCaptureSettings empty"}],"github_task_path":"task_generator/tasks/renderdoc_security_hardening"} {"id":"renderdoc_set_dark_theme","app":"renderdoc","task":"The RenderDoc UI configuration file is at /home/user/.local/share/qrenderdoc/UI.config. It is a plain JSON document (despite the .config extension). Open it in a text editor (for example with `gedit /home/user/.local/share/qrenderdoc/UI.config`) and make exactly these two changes, leaving every other key unchanged:\n\n1. Set the key \"UIStyle\" to the exact string \"Dark\" (case-sensitive).\n2. Set the key \"Font_GlobalScale\" to the number 1.25 (not \"1.25\" — a JSON number, not a string).\n\nThe top-level key \"rdocConfigData\" must remain present with the value 1 — do not delete it. Save the file.","env":{"files":[{"filename":"UI.config","sandbox_path":"/home/user/.local/share/qrenderdoc/UI.config"}]},"verification":[{"command":"check-file-exists /home/user/.local/share/qrenderdoc/UI.config","key":"exists","expected":true,"description":"UI.config still exists"},{"command":"check-setting rdocConfigData 1","key":"match","expected":true,"description":"rdocConfigData marker preserved"},{"command":"check-theme Dark","key":"match","expected":true,"description":"UIStyle is Dark"},{"command":"check-font-scale 1.25","key":"match","expected":true,"description":"Font_GlobalScale is 1.25"}],"github_task_path":"task_generator/tasks/renderdoc_set_dark_theme"} {"id":"renderdoc_shader_debug_profile","app":"renderdoc","task":"Edit UI.config: set UIStyle='Dark', Font_GlobalScale=1.4, Font_PreferMonospaced=true, TextureViewer_ResetRange=true, TextureViewer_PerTexSettings=true, EventBrowser_ApplyColors=true, Comments_ShowOnLoad=false. Preserve rdocConfigData=1.","env":{"files":[{"filename":"UI.config","sandbox_path":"/home/user/.local/share/qrenderdoc/UI.config"}]},"verification":[{"command":"check-file-exists /home/user/.local/share/qrenderdoc/UI.config","key":"exists","expected":true,"description":"UI.config still exists"},{"command":"check-setting rdocConfigData 1","key":"match","expected":true,"description":"rdocConfigData marker preserved"},{"command":"check-theme Dark","key":"match","expected":true,"description":"UIStyle is Dark"},{"command":"check-font-scale 1.4","key":"match","expected":true,"description":"Font_GlobalScale is 1.4"},{"command":"check-setting Font_PreferMonospaced true","key":"match","expected":true,"description":"Font_PreferMonospaced true"},{"command":"check-setting TextureViewer_ResetRange true","key":"match","expected":true,"description":"TextureViewer_ResetRange true"},{"command":"check-setting TextureViewer_PerTexSettings true","key":"match","expected":true,"description":"TextureViewer_PerTexSettings true"},{"command":"check-setting EventBrowser_ApplyColors true","key":"match","expected":true,"description":"EventBrowser_ApplyColors true"},{"command":"check-setting Comments_ShowOnLoad false","key":"match","expected":true,"description":"Comments_ShowOnLoad false"}],"github_task_path":"task_generator/tasks/renderdoc_shader_debug_profile"} {"id":"renderdoc_triage_by_version","app":"renderdoc","task":"Create /home/user/captures/current/ and /home/user/captures/legacy/. Move alpha.rdc, beta.rdc, gamma.rdc (version 0x102) to current/. Move delta.rdc, epsilon.rdc, zeta.rdc (version 0x101) to legacy/. Delete bogus.rdc. Edit UI.config RecentCaptureFiles to ['/home/user/captures/current/alpha.rdc','/home/user/captures/current/beta.rdc','/home/user/captures/current/gamma.rdc'], preserve rdocConfigData=1.","env":{"files":[{"filename":"UI.config","sandbox_path":"/home/user/.local/share/qrenderdoc/UI.config"},{"filename":"alpha.rdc","sandbox_path":"/home/user/captures/alpha.rdc"},{"filename":"beta.rdc","sandbox_path":"/home/user/captures/beta.rdc"},{"filename":"gamma.rdc","sandbox_path":"/home/user/captures/gamma.rdc"},{"filename":"delta.rdc","sandbox_path":"/home/user/captures/delta.rdc"},{"filename":"epsilon.rdc","sandbox_path":"/home/user/captures/epsilon.rdc"},{"filename":"zeta.rdc","sandbox_path":"/home/user/captures/zeta.rdc"},{"filename":"bogus.rdc","sandbox_path":"/home/user/captures/bogus.rdc"}]},"verification":[{"command":"check-file-exists /home/user/captures/current","key":"is_dir","expected":true,"description":"current/ subdir exists"},{"command":"check-file-exists /home/user/captures/legacy","key":"is_dir","expected":true,"description":"legacy/ subdir exists"},{"command":"check-capture-count /home/user/captures/current 3","key":"match","expected":true,"description":"exactly 3 .rdc in current/"},{"command":"check-capture-count /home/user/captures/legacy 3","key":"match","expected":true,"description":"exactly 3 .rdc in legacy/"},{"command":"check-rdc-valid /home/user/captures/current/alpha.rdc","key":"valid","expected":true,"description":"alpha.rdc valid"},{"command":"check-rdc-valid /home/user/captures/current/beta.rdc","key":"valid","expected":true,"description":"beta.rdc valid"},{"command":"check-rdc-valid /home/user/captures/current/gamma.rdc","key":"valid","expected":true,"description":"gamma.rdc valid"},{"command":"check-rdc-version /home/user/captures/current/alpha.rdc 0x102","key":"match","expected":true,"description":"alpha version 0x102"},{"command":"check-rdc-version /home/user/captures/legacy/delta.rdc 0x101","key":"match","expected":true,"description":"delta version 0x101"},{"command":"check-rdc-version /home/user/captures/legacy/epsilon.rdc 0x101","key":"match","expected":true,"description":"epsilon version 0x101"},{"command":"check-rdc-version /home/user/captures/legacy/zeta.rdc 0x101","key":"match","expected":true,"description":"zeta version 0x101"},{"command":"check-file-exists /home/user/captures/bogus.rdc","key":"exists","expected":false,"description":"bogus.rdc deleted"},{"command":"check-recent-capture /home/user/captures/current/alpha.rdc","key":"found","expected":true,"description":"alpha in recents"},{"command":"check-recent-capture /home/user/captures/current/beta.rdc","key":"found","expected":true,"description":"beta in recents"},{"command":"check-recent-capture /home/user/captures/current/gamma.rdc","key":"found","expected":true,"description":"gamma in recents"},{"command":"check-setting rdocConfigData 1","key":"match","expected":true,"description":"rdocConfigData preserved"}],"github_task_path":"task_generator/tasks/renderdoc_triage_by_version"} {"id":"renderdoc_verify_capture_integrity","app":"renderdoc","task":"The directory /home/user/captures contains two files:\n\n good_frame.rdc -- a real RenderDoc capture\n bad_frame.rdc -- a corrupted file whose first bytes are NOT the RenderDoc magic\n\nDo the following:\n\n1. Rename /home/user/captures/good_frame.rdc to /home/user/captures/verified.rdc (keep its contents byte-identical).\n2. Delete /home/user/captures/bad_frame.rdc entirely.\n3. Create a new subdirectory /home/user/captures/backup and copy verified.rdc into it, so that /home/user/captures/backup/verified.rdc also exists with the same contents.\n\nWhen finished, both /home/user/captures/verified.rdc and /home/user/captures/backup/verified.rdc must be valid RenderDoc captures, and bad_frame.rdc and good_frame.rdc must no longer exist anywhere.","env":{"files":[{"filename":"good_frame.rdc","sandbox_path":"/home/user/captures/good_frame.rdc"},{"filename":"bad_frame.rdc","sandbox_path":"/home/user/captures/bad_frame.rdc"}]},"verification":[{"command":"check-file-exists /home/user/captures/verified.rdc","key":"exists","expected":true,"description":"verified.rdc exists"},{"command":"check-rdc-valid /home/user/captures/verified.rdc","key":"valid","expected":true,"description":"verified.rdc is a valid capture"},{"command":"check-file-exists /home/user/captures/good_frame.rdc","key":"exists","expected":false,"description":"good_frame.rdc was renamed away"},{"command":"check-file-exists /home/user/captures/bad_frame.rdc","key":"exists","expected":false,"description":"bad_frame.rdc was deleted"},{"command":"check-file-exists /home/user/captures/backup","key":"is_dir","expected":true,"description":"backup/ subdirectory exists"},{"command":"check-file-exists /home/user/captures/backup/verified.rdc","key":"exists","expected":true,"description":"verified.rdc was copied into backup/"},{"command":"check-rdc-valid /home/user/captures/backup/verified.rdc","key":"valid","expected":true,"description":"backup copy is a valid capture"}],"github_task_path":"task_generator/tasks/renderdoc_verify_capture_integrity"} {"id":"renderdoc_workspace_bootstrap","app":"renderdoc","task":"Create /home/user/rdoc_workspace/, /home/user/rdoc_workspace/captures/, /home/user/rdoc_workspace/settings/. Move project_frame1.rdc and project_frame2.rdc from /home/user/staging/ to /home/user/rdoc_workspace/captures/. Edit UI.config: UIStyle='Dark', Font_GlobalScale=1.3, TextureViewer_ResetRange=true, DefaultCaptureSaveDirectory='/home/user/rdoc_workspace/captures', RecentCaptureFiles=['/home/user/rdoc_workspace/captures/project_frame1.rdc','/home/user/rdoc_workspace/captures/project_frame2.rdc'], preserve rdocConfigData=1. Empty /home/user/staging/ of .rdc files.","env":{"files":[{"filename":"UI.config","sandbox_path":"/home/user/.local/share/qrenderdoc/UI.config"},{"filename":"project_frame1.rdc","sandbox_path":"/home/user/staging/project_frame1.rdc"},{"filename":"project_frame2.rdc","sandbox_path":"/home/user/staging/project_frame2.rdc"}]},"verification":[{"command":"check-file-exists /home/user/rdoc_workspace","key":"is_dir","expected":true,"description":"workspace dir"},{"command":"check-file-exists /home/user/rdoc_workspace/captures","key":"is_dir","expected":true,"description":"captures subdir"},{"command":"check-file-exists /home/user/rdoc_workspace/settings","key":"is_dir","expected":true,"description":"settings subdir"},{"command":"check-capture-count /home/user/rdoc_workspace/captures 2","key":"match","expected":true,"description":"2 captures in workspace"},{"command":"check-capture-count /home/user/staging 0","key":"match","expected":true,"description":"staging empty of .rdc"},{"command":"check-rdc-valid /home/user/rdoc_workspace/captures/project_frame1.rdc","key":"valid","expected":true,"description":"project_frame1 valid"},{"command":"check-rdc-valid /home/user/rdoc_workspace/captures/project_frame2.rdc","key":"valid","expected":true,"description":"project_frame2 valid"},{"command":"check-theme Dark","key":"match","expected":true,"description":"UIStyle Dark"},{"command":"check-font-scale 1.3","key":"match","expected":true,"description":"Font_GlobalScale 1.3"},{"command":"check-setting TextureViewer_ResetRange true","key":"match","expected":true,"description":"TextureViewer_ResetRange true"},{"command":"check-setting DefaultCaptureSaveDirectory /home/user/rdoc_workspace/captures","key":"match","expected":true,"description":"save dir set"},{"command":"check-recent-capture /home/user/rdoc_workspace/captures/project_frame1.rdc","key":"found","expected":true,"description":"frame1 in recents"},{"command":"check-recent-capture /home/user/rdoc_workspace/captures/project_frame2.rdc","key":"found","expected":true,"description":"frame2 in recents"},{"command":"check-setting rdocConfigData 1","key":"match","expected":true,"description":"marker preserved"}],"github_task_path":"task_generator/tasks/renderdoc_workspace_bootstrap"} {"id":"shotcut_720p_project_single_clip","app":"shotcut","task":"A Shotcut project exists at /home/user/Documents/travel.mlt with 1280x720 resolution and 25 fps. A video file beach.mp4 is located at /home/user/Videos/beach.mp4.\n\nActions required:\n1. Add beach.mp4 to the project.\n2. Place beach.mp4 on the V1 timeline track as the only clip.\n3. Save the project.\n\nThe saved travel.mlt must maintain the 1280x720 25 fps profile and contain a single clip referencing beach.mp4.","env":{"files":[{"filename":"travel.mlt","sandbox_path":"/home/user/Documents/travel.mlt"},{"filename":"beach.mp4","sandbox_path":"/home/user/Videos/beach.mp4"}]},"verification":[{"command":"check-file-exists /home/user/Documents/travel.mlt","key":"exists","expected":true,"description":"Project file exists"},{"command":"check-resolution /home/user/Documents/travel.mlt 1280 720","key":"match","expected":true,"description":"Project resolution is 1280x720"},{"command":"check-fps /home/user/Documents/travel.mlt 25","key":"match","expected":true,"description":"Project frame rate is 25 fps"},{"command":"check-clip-exists /home/user/Documents/travel.mlt beach.mp4","key":"exists","expected":true,"description":"Clip beach.mp4 is referenced in the project"}],"github_task_path":"task_generator/tasks/shotcut_720p_project_single_clip"} {"id":"shotcut_add_two_clips_hd","app":"shotcut","task":"A Shotcut project exists at /home/user/Documents/my_project.mlt with 1920x1080 resolution and 30 fps. Two video files exist: clip_a.mp4 and clip_b.mp4 in /home/user/Videos/.\n\nActions required:\n1. Add clip_a.mp4 to the project.\n2. Add clip_b.mp4 to the project.\n3. Place both clips on the V1 timeline track sequentially, with clip_a.mp4 first followed immediately by clip_b.mp4.\n4. Save the project.\n\nThe saved my_project.mlt must maintain the 1920x1080 30 fps profile and reference both clip_a.mp4 and clip_b.mp4 on the same track.","env":{"files":[{"filename":"my_project.mlt","sandbox_path":"/home/user/Documents/my_project.mlt"},{"filename":"clip_a.mp4","sandbox_path":"/home/user/Videos/clip_a.mp4"},{"filename":"clip_b.mp4","sandbox_path":"/home/user/Videos/clip_b.mp4"}]},"verification":[{"command":"check-file-exists /home/user/Documents/my_project.mlt","key":"exists","expected":true,"description":"Project file exists at /home/user/Documents/my_project.mlt"},{"command":"check-resolution /home/user/Documents/my_project.mlt 1920 1080","key":"match","expected":true,"description":"Project resolution is 1920x1080"},{"command":"check-fps /home/user/Documents/my_project.mlt 30","key":"match","expected":true,"description":"Project frame rate is 30 fps"},{"command":"check-clip-exists /home/user/Documents/my_project.mlt clip_a.mp4","key":"exists","expected":true,"description":"Clip clip_a.mp4 is referenced in the project"},{"command":"check-clip-exists /home/user/Documents/my_project.mlt clip_b.mp4","key":"exists","expected":true,"description":"Clip clip_b.mp4 is referenced in the project"}],"github_task_path":"task_generator/tasks/shotcut_add_two_clips_hd"} {"id":"shotcut_apply_brightness_filter","app":"shotcut","task":"Shotcut is already open with /home/user/Documents/filter_project.mlt (1920x1080, 30 fps). The project already contains one clip on the V1 timeline track referencing /home/user/Videos/source.mp4.\n\nSteps:\n1. Click the clip on the V1 timeline so it is selected.\n2. Open the Filters panel (top toolbar or via the Filters menu).\n3. Click the '+' button in the Filters panel to add a new filter.\n4. Choose the VIDEO category and pick the 'Brightness' filter.\n5. Leave the default brightness value; press Ctrl+S to save.\n\nAfter saving, the project must still contain the existing clip and have a Brightness video filter applied to it.","env":{"files":[{"filename":"filter_project.mlt","sandbox_path":"/home/user/Documents/filter_project.mlt"},{"filename":"source.mp4","sandbox_path":"/home/user/Videos/source.mp4"}]},"verification":[{"command":"check-file-exists /home/user/Documents/filter_project.mlt","key":"exists","expected":true,"description":"Project file exists"},{"command":"check-resolution /home/user/Documents/filter_project.mlt 1920 1080","key":"match","expected":true,"description":"Project resolution is 1920x1080"},{"command":"check-clip-exists /home/user/Documents/filter_project.mlt source.mp4","key":"exists","expected":true,"description":"The source.mp4 clip is still in the project"},{"command":"check-filter-exists /home/user/Documents/filter_project.mlt brightness","key":"exists","expected":true,"description":"A Brightness filter is present in the project"}],"github_task_path":"task_generator/tasks/shotcut_apply_brightness_filter"} {"id":"shotcut_default_profile_atsc","app":"shotcut","task":"Shotcut is open with a placeholder project /home/user/Documents/empty.mlt. Your task is to set Shotcut's default Video Mode to 'HD 1080p 30 fps'.\n\nSteps:\n1. Open the Settings menu in the top menu bar.\n2. Hover the 'Video Mode' submenu.\n3. Under 'ATSC' (or the default HD section), click the 'HD 1080p 30 fps' video mode so it becomes the selected default.\n4. Press Ctrl+S on the project so the application flushes its configuration.\n\nShotcut stores this in ~/.config/Meltytech/Shotcut.conf under the [Settings] section as defaultProfile=atsc_1080p_30.","env":{"files":[{"filename":"empty.mlt","sandbox_path":"/home/user/Documents/empty.mlt"}]},"verification":[{"command":"check-file-exists /home/user/.config/Meltytech/Shotcut.conf","key":"exists","expected":true,"description":"Shotcut configuration file exists"},{"command":"check-config-value Settings defaultProfile atsc_1080p_30","key":"match","expected":true,"description":"Settings.defaultProfile equals 'atsc_1080p_30'"}],"github_task_path":"task_generator/tasks/shotcut_default_profile_atsc"} {"id":"shotcut_export_720p_resolution","app":"shotcut","task":"A Shotcut project exists at /home/user/Documents/hd_export.mlt with 1280x720 resolution and 25 fps. The V1 timeline track contains one clip referencing /home/user/Videos/master.mp4.\n\nExport the timeline to an MP4 file:\n1. Use the default H.264 export preset.\n2. The export must inherit the project's 1280x720 resolution and 25 fps (do not override width/height/frame rate).\n3. Set the output path to /home/user/Videos/output_720p.mp4.\n4. Complete the export.\n\nThe output file /home/user/Videos/output_720p.mp4 must be a valid H.264 MP4 with 1280x720 resolution.","env":{"files":[{"filename":"hd_export.mlt","sandbox_path":"/home/user/Documents/hd_export.mlt"},{"filename":"master.mp4","sandbox_path":"/home/user/Videos/master.mp4"}]},"verification":[{"command":"check-file-exists /home/user/Videos/output_720p.mp4","key":"exists","expected":true,"description":"Exported file exists at /home/user/Videos/output_720p.mp4"},{"command":"check-export-output /home/user/Videos/output_720p.mp4","key":"valid","expected":true,"description":"Exported file is a valid non-empty media file"},{"command":"check-export-codec /home/user/Videos/output_720p.mp4 h264 video","key":"match","expected":true,"description":"Exported video codec is h264"},{"command":"check-export-resolution /home/user/Videos/output_720p.mp4 1280 720","key":"match","expected":true,"description":"Exported video resolution is 1280x720"}],"github_task_path":"task_generator/tasks/shotcut_export_720p_resolution"} {"id":"shotcut_export_small_mp4","app":"shotcut","task":"A Shotcut project exists at /home/user/Documents/export_me.mlt with 640x360 resolution and 30 fps. The V1 timeline track contains one clip referencing /home/user/Videos/source.mp4.\n\nExport the timeline to an MP4 file:\n1. Use the default H.264 export preset.\n2. The export must inherit the project's 640x360 resolution and 30 fps (do not override width/height/frame rate).\n3. Set the output path to /home/user/Videos/final.mp4.\n4. Complete the export.\n\nThe output file /home/user/Videos/final.mp4 must be a valid H.264 MP4 with 640x360 resolution.","env":{"files":[{"filename":"export_me.mlt","sandbox_path":"/home/user/Documents/export_me.mlt"},{"filename":"source.mp4","sandbox_path":"/home/user/Videos/source.mp4"}]},"verification":[{"command":"check-file-exists /home/user/Videos/final.mp4","key":"exists","expected":true,"description":"Exported final.mp4 exists at /home/user/Videos/final.mp4"},{"command":"check-export-output /home/user/Videos/final.mp4","key":"valid","expected":true,"description":"Exported MP4 is a valid non-empty media file"},{"command":"check-export-codec /home/user/Videos/final.mp4 h264 video","key":"match","expected":true,"description":"Exported video codec is h264"},{"command":"check-export-resolution /home/user/Videos/final.mp4 640 360","key":"match","expected":true,"description":"Exported video resolution is 640x360"}],"github_task_path":"task_generator/tasks/shotcut_export_small_mp4"} {"id":"shotcut_multi_track_audio_video","app":"shotcut","task":"A Shotcut project is open at /home/user/Documents/multi_track.mlt (1920x1080, 30 fps). Three source files are available: /home/user/Videos/video1.mp4, /home/user/Videos/video2.mp4 and /home/user/Music/audio1.mp3.\n\nActions required:\n1. Add video1.mp4, video2.mp4 and audio1.mp3 to the project.\n2. Place video1.mp4 on the V1 video track.\n3. Add a new video track (V2) and place video2.mp4 on it.\n4. Add a new audio track and place audio1.mp3 on it.\n5. Save the project.\n\nThe saved project must reference all three imported files.","env":{"files":[{"filename":"multi_track.mlt","sandbox_path":"/home/user/Documents/multi_track.mlt"},{"filename":"video1.mp4","sandbox_path":"/home/user/Videos/video1.mp4"},{"filename":"video2.mp4","sandbox_path":"/home/user/Videos/video2.mp4"},{"filename":"audio1.mp3","sandbox_path":"/home/user/Music/audio1.mp3"}]},"verification":[{"command":"check-file-exists /home/user/Documents/multi_track.mlt","key":"exists","expected":true,"description":"Project file exists"},{"command":"check-resolution /home/user/Documents/multi_track.mlt 1920 1080","key":"match","expected":true,"description":"Project resolution is 1920x1080"},{"command":"check-clip-exists /home/user/Documents/multi_track.mlt video1.mp4","key":"exists","expected":true,"description":"video1.mp4 is referenced in the project"},{"command":"check-clip-exists /home/user/Documents/multi_track.mlt video2.mp4","key":"exists","expected":true,"description":"video2.mp4 is referenced in the project"},{"command":"check-clip-exists /home/user/Documents/multi_track.mlt audio1.mp3","key":"exists","expected":true,"description":"audio1.mp3 is referenced in the project"}],"github_task_path":"task_generator/tasks/shotcut_multi_track_audio_video"} {"id":"shotcut_set_theme_dark","app":"shotcut","task":"Shotcut is open with a placeholder project /home/user/Documents/empty.mlt. Your task is to change the application theme to Dark.\n\nSteps:\n1. Open the Settings menu in the top menu bar.\n2. Hover the 'Theme' submenu.\n3. Click 'Dark' (if it is not already selected).\n4. Give Shotcut a moment, then press Ctrl+S on the project so the application flushes its configuration.\n\nThis setting is persisted by Shotcut into ~/.config/Meltytech/Shotcut.conf under the [General] section as theme=dark.","env":{"files":[{"filename":"empty.mlt","sandbox_path":"/home/user/Documents/empty.mlt"}]},"verification":[{"command":"check-file-exists /home/user/.config/Meltytech/Shotcut.conf","key":"exists","expected":true,"description":"Shotcut configuration file exists"},{"command":"check-config-value General theme dark","key":"match","expected":true,"description":"General.theme setting equals 'dark'"}],"github_task_path":"task_generator/tasks/shotcut_set_theme_dark"} {"id":"shotcut_three_clip_sequence","app":"shotcut","task":"Shotcut is already open with the empty project /home/user/Documents/sequence.mlt (1920x1080, 30 fps). Three short video files exist at /home/user/Videos/shot1.mp4, /home/user/Videos/shot2.mp4 and /home/user/Videos/shot3.mp4.\n\nActions required:\n1. Add shot1.mp4, shot2.mp4 and shot3.mp4 to the project.\n2. Place them on the V1 timeline track in this exact order: shot1 first, then shot2, then shot3.\n3. Save the project.\n\nThe saved project at /home/user/Documents/sequence.mlt must still be 1920x1080 30 fps and reference all three clips.","env":{"files":[{"filename":"sequence.mlt","sandbox_path":"/home/user/Documents/sequence.mlt"},{"filename":"shot1.mp4","sandbox_path":"/home/user/Videos/shot1.mp4"},{"filename":"shot2.mp4","sandbox_path":"/home/user/Videos/shot2.mp4"},{"filename":"shot3.mp4","sandbox_path":"/home/user/Videos/shot3.mp4"}]},"verification":[{"command":"check-file-exists /home/user/Documents/sequence.mlt","key":"exists","expected":true,"description":"Project file exists"},{"command":"check-resolution /home/user/Documents/sequence.mlt 1920 1080","key":"match","expected":true,"description":"Project resolution is 1920x1080"},{"command":"check-fps /home/user/Documents/sequence.mlt 30","key":"match","expected":true,"description":"Project frame rate is 30 fps"},{"command":"check-clip-exists /home/user/Documents/sequence.mlt shot1.mp4","key":"exists","expected":true,"description":"shot1.mp4 is referenced in the project"},{"command":"check-clip-exists /home/user/Documents/sequence.mlt shot2.mp4","key":"exists","expected":true,"description":"shot2.mp4 is referenced in the project"},{"command":"check-clip-exists /home/user/Documents/sequence.mlt shot3.mp4","key":"exists","expected":true,"description":"shot3.mp4 is referenced in the project"}],"github_task_path":"task_generator/tasks/shotcut_three_clip_sequence"} {"id":"shotcut_two_clips_with_luma_transition","app":"shotcut","task":"Shotcut is already open with /home/user/Documents/transition_project.mlt (1920x1080, 30 fps). Two short video files exist at /home/user/Videos/alpha.mp4 and /home/user/Videos/beta.mp4.\n\nActions required:\n1. Add alpha.mp4 and beta.mp4 to the project.\n2. Place alpha.mp4 on the V1 timeline track at the start (time 00:00:00.000).\n3. Place beta.mp4 on the same V1 track so its start overlaps the end of alpha.mp4 by a small amount (about half a second). This will automatically create a dissolve transition in the overlap region.\n4. Save the project.\n\nThe saved project must reference both clips and must contain a 'luma' transition.","env":{"files":[{"filename":"transition_project.mlt","sandbox_path":"/home/user/Documents/transition_project.mlt"},{"filename":"alpha.mp4","sandbox_path":"/home/user/Videos/alpha.mp4"},{"filename":"beta.mp4","sandbox_path":"/home/user/Videos/beta.mp4"}]},"verification":[{"command":"check-file-exists /home/user/Documents/transition_project.mlt","key":"exists","expected":true,"description":"Project file exists"},{"command":"check-clip-exists /home/user/Documents/transition_project.mlt alpha.mp4","key":"exists","expected":true,"description":"alpha.mp4 is referenced in the project"},{"command":"check-clip-exists /home/user/Documents/transition_project.mlt beta.mp4","key":"exists","expected":true,"description":"beta.mp4 is referenced in the project"},{"command":"check-transition-exists /home/user/Documents/transition_project.mlt luma","key":"exists","expected":true,"description":"A luma (dissolve) transition is present"}],"github_task_path":"task_generator/tasks/shotcut_two_clips_with_luma_transition"} {"id":"shotcut_v2_crop_filter_on_clip","app":"shotcut","task":"Shotcut is already open with /home/user/Documents/crop_me.mlt (1920x1080 30 fps). The project already contains one clip on the V1 timeline track referencing /home/user/Videos/wide_shot.mp4.\n\nActions required:\n1. Add a crop filter to the clip on V1.\n2. Use the default crop parameters (no changes to left/right/top/bottom values).\n3. Save the project.\n\nAfter saving, the project must still reference wide_shot.mp4 and must contain exactly one filter — a crop filter.","env":{"files":[{"filename":"crop_me.mlt","sandbox_path":"/home/user/Documents/crop_me.mlt"},{"filename":"wide_shot.mp4","sandbox_path":"/home/user/Videos/wide_shot.mp4"}]},"verification":[{"command":"check-file-exists /home/user/Documents/crop_me.mlt","key":"exists","expected":true,"description":"Project file exists"},{"command":"check-resolution /home/user/Documents/crop_me.mlt 1920 1080","key":"match","expected":true,"description":"Project resolution is 1920x1080"},{"command":"check-clip-exists /home/user/Documents/crop_me.mlt wide_shot.mp4","key":"exists","expected":true,"description":"wide_shot.mp4 is still referenced"},{"command":"check-filter-exists /home/user/Documents/crop_me.mlt crop","key":"exists","expected":true,"description":"A crop filter is present"},{"command":"check-filter-count /home/user/Documents/crop_me.mlt 1","key":"match","expected":true,"description":"Project has exactly 1 filter"}],"github_task_path":"task_generator/tasks/shotcut_v2_crop_filter_on_clip"} {"id":"shotcut_v2_default_profile_dv_pal","app":"shotcut","task":"Shotcut is open with a placeholder project /home/user/Documents/pal_prefs.mlt. Your task is to set Shotcut's default Video Mode to 'PAL' (dv_pal).\n\nSteps:\n1. Open the Settings menu in the top menu bar.\n2. Hover the 'Video Mode' submenu.\n3. Under the 'SD' or 'Non-Broadcast' section, click the 'PAL' video mode so it becomes the selected default.\n4. Give Shotcut a moment, then press Ctrl+S on the project so the application flushes its configuration.\n\nShotcut persists this in ~/.config/Meltytech/Shotcut.conf under the [Settings] section as defaultProfile=dv_pal.","env":{"files":[{"filename":"pal_prefs.mlt","sandbox_path":"/home/user/Documents/pal_prefs.mlt"}]},"verification":[{"command":"check-file-exists /home/user/.config/Meltytech/Shotcut.conf","key":"exists","expected":true,"description":"Shotcut configuration file exists"},{"command":"check-config-value Settings defaultProfile dv_pal","key":"match","expected":true,"description":"Settings.defaultProfile equals 'dv_pal'"}],"github_task_path":"task_generator/tasks/shotcut_v2_default_profile_dv_pal"} {"id":"shotcut_v2_default_profile_uhd_2160p_30","app":"shotcut","task":"Shotcut is open with a placeholder project /home/user/Documents/prefs_uhd.mlt. Your task is to set Shotcut's default Video Mode to 'UHD 2160p 30 fps'.\n\nSteps:\n1. Open the Settings menu in the top menu bar.\n2. Hover the 'Video Mode' submenu.\n3. Under the 'UHD' section, click the 'UHD 2160p 30 fps' video mode so it becomes the selected default.\n4. Give Shotcut a moment, then press Ctrl+S on the project so the application flushes its configuration.\n\nShotcut persists this in ~/.config/Meltytech/Shotcut.conf under the [Settings] section as defaultProfile=uhd_2160p_30.","env":{"files":[{"filename":"prefs_uhd.mlt","sandbox_path":"/home/user/Documents/prefs_uhd.mlt"}]},"verification":[{"command":"check-file-exists /home/user/.config/Meltytech/Shotcut.conf","key":"exists","expected":true,"description":"Shotcut configuration file exists"},{"command":"check-config-value Settings defaultProfile uhd_2160p_30","key":"match","expected":true,"description":"Settings.defaultProfile equals 'uhd_2160p_30'"}],"github_task_path":"task_generator/tasks/shotcut_v2_default_profile_uhd_2160p_30"} {"id":"shotcut_v2_export_audio_aac_mp4","app":"shotcut","task":"Shotcut is already open with /home/user/Documents/aac_export.mlt — a 1280x720 30 fps project that already contains one clip on the V1 timeline track referencing /home/user/Videos/with_audio.mp4 (which has both video and audio).\n\nExport the timeline to /home/user/Videos/audio_out.mp4 with H.264 video codec and AAC audio codec. Wait for the export to complete before finishing.","env":{"files":[{"filename":"aac_export.mlt","sandbox_path":"/home/user/Documents/aac_export.mlt"},{"filename":"with_audio.mp4","sandbox_path":"/home/user/Videos/with_audio.mp4"}]},"verification":[{"command":"check-file-exists /home/user/Videos/audio_out.mp4","key":"exists","expected":true,"description":"Exported audio_out.mp4 exists"},{"command":"check-export-output /home/user/Videos/audio_out.mp4","key":"valid","expected":true,"description":"Exported file is valid and non-empty"},{"command":"check-export-codec /home/user/Videos/audio_out.mp4 h264 video","key":"match","expected":true,"description":"Exported video codec is h264"},{"command":"check-export-codec /home/user/Videos/audio_out.mp4 aac audio","key":"match","expected":true,"description":"Exported audio codec is aac"}],"github_task_path":"task_generator/tasks/shotcut_v2_export_audio_aac_mp4"} {"id":"shotcut_v2_five_clip_sequence","app":"shotcut","task":"Shotcut is already open with /home/user/Documents/montage.mlt (1920x1080 30 fps, empty timeline). Five source videos exist: /home/user/Videos/clip1.mp4, /home/user/Videos/clip2.mp4, /home/user/Videos/clip3.mp4, /home/user/Videos/clip4.mp4, and /home/user/Videos/clip5.mp4.\n\nImport all five clips and arrange them on the V1 timeline track in order: clip1, clip2, clip3, clip4, clip5 (from left to right). Save the project.","env":{"files":[{"filename":"montage.mlt","sandbox_path":"/home/user/Documents/montage.mlt"},{"filename":"clip1.mp4","sandbox_path":"/home/user/Videos/clip1.mp4"},{"filename":"clip2.mp4","sandbox_path":"/home/user/Videos/clip2.mp4"},{"filename":"clip3.mp4","sandbox_path":"/home/user/Videos/clip3.mp4"},{"filename":"clip4.mp4","sandbox_path":"/home/user/Videos/clip4.mp4"},{"filename":"clip5.mp4","sandbox_path":"/home/user/Videos/clip5.mp4"}]},"verification":[{"command":"check-file-exists /home/user/Documents/montage.mlt","key":"exists","expected":true,"description":"Project file exists"},{"command":"check-resolution /home/user/Documents/montage.mlt 1920 1080","key":"match","expected":true,"description":"Project resolution is 1920x1080"},{"command":"check-fps /home/user/Documents/montage.mlt 30","key":"match","expected":true,"description":"Project frame rate is 30 fps"},{"command":"check-clip-exists /home/user/Documents/montage.mlt clip1.mp4","key":"exists","expected":true,"description":"clip1.mp4 is referenced"},{"command":"check-clip-exists /home/user/Documents/montage.mlt clip2.mp4","key":"exists","expected":true,"description":"clip2.mp4 is referenced"},{"command":"check-clip-exists /home/user/Documents/montage.mlt clip3.mp4","key":"exists","expected":true,"description":"clip3.mp4 is referenced"},{"command":"check-clip-exists /home/user/Documents/montage.mlt clip4.mp4","key":"exists","expected":true,"description":"clip4.mp4 is referenced"},{"command":"check-clip-exists /home/user/Documents/montage.mlt clip5.mp4","key":"exists","expected":true,"description":"clip5.mp4 is referenced"},{"command":"project-info /home/user/Documents/montage.mlt","eval":"result['producer_count'] >= 5","description":"Project contains at least 5 clip producers"}],"github_task_path":"task_generator/tasks/shotcut_v2_five_clip_sequence"} {"id":"shotcut_v2_four_track_layered_composite","app":"shotcut","task":"Shotcut is already open with /home/user/Documents/layered.mlt (1920x1080 30 fps, empty timeline). Four source files exist: /home/user/Videos/bg.mp4, /home/user/Videos/overlay.mp4, /home/user/Music/music.mp3, and /home/user/Music/voiceover.mp3.\n\nImport all four media files. Place bg.mp4 on video track V1, overlay.mp4 on a second video track V2, music.mp3 on audio track A1, and voiceover.mp3 on audio track A2. Save the project.","env":{"files":[{"filename":"layered.mlt","sandbox_path":"/home/user/Documents/layered.mlt"},{"filename":"bg.mp4","sandbox_path":"/home/user/Videos/bg.mp4"},{"filename":"overlay.mp4","sandbox_path":"/home/user/Videos/overlay.mp4"},{"filename":"music.mp3","sandbox_path":"/home/user/Music/music.mp3"},{"filename":"voiceover.mp3","sandbox_path":"/home/user/Music/voiceover.mp3"}]},"verification":[{"command":"check-file-exists /home/user/Documents/layered.mlt","key":"exists","expected":true,"description":"Project file exists"},{"command":"check-resolution /home/user/Documents/layered.mlt 1920 1080","key":"match","expected":true,"description":"Project resolution is 1920x1080"},{"command":"check-clip-exists /home/user/Documents/layered.mlt bg.mp4","key":"exists","expected":true,"description":"bg.mp4 is referenced"},{"command":"check-clip-exists /home/user/Documents/layered.mlt overlay.mp4","key":"exists","expected":true,"description":"overlay.mp4 is referenced"},{"command":"check-clip-exists /home/user/Documents/layered.mlt music.mp3","key":"exists","expected":true,"description":"music.mp3 is referenced"},{"command":"check-clip-exists /home/user/Documents/layered.mlt voiceover.mp3","key":"exists","expected":true,"description":"voiceover.mp3 is referenced"},{"command":"project-info /home/user/Documents/layered.mlt","eval":"result['tractor_track_count'] >= 5","description":"Timeline tractor has at least 5 track references (bin + V1 + V2 + A1 + A2)"}],"github_task_path":"task_generator/tasks/shotcut_v2_four_track_layered_composite"} {"id":"shotcut_v2_transition_and_fadein_filter","app":"shotcut","task":"Shotcut is already open with /home/user/Documents/combo.mlt (1920x1080 30 fps, empty timeline). Two source videos exist: /home/user/Videos/intro.mp4 and /home/user/Videos/outro.mp4.\n\nImport both clips and place them on the V1 timeline track so outro.mp4 overlaps the end of intro.mp4 by approximately half a second (this creates a luma dissolve transition). Add a Fade In Video filter to the intro.mp4 clip with default parameters. Save the project.","env":{"files":[{"filename":"combo.mlt","sandbox_path":"/home/user/Documents/combo.mlt"},{"filename":"intro.mp4","sandbox_path":"/home/user/Videos/intro.mp4"},{"filename":"outro.mp4","sandbox_path":"/home/user/Videos/outro.mp4"}]},"verification":[{"command":"check-file-exists /home/user/Documents/combo.mlt","key":"exists","expected":true,"description":"Project file exists"},{"command":"check-clip-exists /home/user/Documents/combo.mlt intro.mp4","key":"exists","expected":true,"description":"intro.mp4 is referenced"},{"command":"check-clip-exists /home/user/Documents/combo.mlt outro.mp4","key":"exists","expected":true,"description":"outro.mp4 is referenced"},{"command":"check-transition-exists /home/user/Documents/combo.mlt luma","key":"exists","expected":true,"description":"A luma (dissolve) transition is present"},{"command":"check-filter-exists /home/user/Documents/combo.mlt fade","key":"exists","expected":true,"description":"A fade filter is present (Fade In Video)"}],"github_task_path":"task_generator/tasks/shotcut_v2_transition_and_fadein_filter"} {"id":"shotcut_v2_two_filters_sepia_contrast","app":"shotcut","task":"Shotcut is already open with /home/user/Documents/color_grade.mlt (1920x1080 30 fps). The project already contains one clip on the V1 timeline track referencing /home/user/Videos/landscape.mp4.\n\nAdd a 'Sepia Tone' filter and a 'Contrast' filter to the landscape.mp4 clip, both with default parameters. Save the project.","env":{"files":[{"filename":"color_grade.mlt","sandbox_path":"/home/user/Documents/color_grade.mlt"},{"filename":"landscape.mp4","sandbox_path":"/home/user/Videos/landscape.mp4"}]},"verification":[{"command":"check-file-exists /home/user/Documents/color_grade.mlt","key":"exists","expected":true,"description":"Project file exists"},{"command":"check-resolution /home/user/Documents/color_grade.mlt 1920 1080","key":"match","expected":true,"description":"Project resolution is 1920x1080"},{"command":"check-clip-exists /home/user/Documents/color_grade.mlt landscape.mp4","key":"exists","expected":true,"description":"landscape.mp4 is still referenced"},{"command":"check-filter-exists /home/user/Documents/color_grade.mlt sepia","key":"exists","expected":true,"description":"A sepia filter is present"},{"command":"check-filter-exists /home/user/Documents/color_grade.mlt contrast","key":"exists","expected":true,"description":"A contrast filter is present"},{"command":"check-filter-count /home/user/Documents/color_grade.mlt 2","key":"match","expected":true,"description":"Project has exactly 2 filters"}],"github_task_path":"task_generator/tasks/shotcut_v2_two_filters_sepia_contrast"} {"id":"shotcut_v2_uhd_4k_project","app":"shotcut","task":"Shotcut is already open with /home/user/Documents/uhd_project.mlt (currently a 1920x1080 30 fps project). A source video exists at /home/user/Videos/drone.mp4.\n\nSteps:\n1. Open Settings > Video Mode > Custom > Add... and create a new custom video mode with resolution 3840x2160, frame rate 30 fps, aspect ratio 16:9, progressive. Select it so it becomes the active project video mode.\n2. Import /home/user/Videos/drone.mp4 into the project.\n3. Drag drone.mp4 onto the V1 timeline track so it becomes the only clip on the timeline.\n4. Press Ctrl+S to save the project.\n\nThe saved project at /home/user/Documents/uhd_project.mlt must have a 3840x2160 profile at 30 fps and reference drone.mp4.","env":{"files":[{"filename":"uhd_project.mlt","sandbox_path":"/home/user/Documents/uhd_project.mlt"},{"filename":"drone.mp4","sandbox_path":"/home/user/Videos/drone.mp4"}]},"verification":[{"command":"check-file-exists /home/user/Documents/uhd_project.mlt","key":"exists","expected":true,"description":"Project file exists"},{"command":"check-resolution /home/user/Documents/uhd_project.mlt 3840 2160","key":"match","expected":true,"description":"Project resolution is 3840x2160"},{"command":"check-fps /home/user/Documents/uhd_project.mlt 30","key":"match","expected":true,"description":"Project frame rate is 30 fps"},{"command":"check-clip-exists /home/user/Documents/uhd_project.mlt drone.mp4","key":"exists","expected":true,"description":"drone.mp4 is referenced in the project"}],"github_task_path":"task_generator/tasks/shotcut_v2_uhd_4k_project"} {"id":"shotcut_v2_vertical_9x16_export","app":"shotcut","task":"A Shotcut project exists at /home/user/Documents/reels.mlt with vertical 1080x1920 resolution and 30 fps. The V1 timeline track contains one clip referencing /home/user/Videos/reels_source.mp4.\n\nExport the timeline to a vertical MP4 file:\n1. Use the default H.264 export preset.\n2. The export must inherit the project's 1080x1920 resolution and 30 fps (do not override width/height/frame rate).\n3. Set the output path to /home/user/Videos/reels_final.mp4.\n4. Complete the export.\n\nThe output file /home/user/Videos/reels_final.mp4 must be a valid H.264 MP4 with 1080x1920 resolution.","env":{"files":[{"filename":"reels.mlt","sandbox_path":"/home/user/Documents/reels.mlt"},{"filename":"reels_source.mp4","sandbox_path":"/home/user/Videos/reels_source.mp4"}]},"verification":[{"command":"check-file-exists /home/user/Videos/reels_final.mp4","key":"exists","expected":true,"description":"Exported file exists"},{"command":"check-export-output /home/user/Videos/reels_final.mp4","key":"valid","expected":true,"description":"Exported file is a valid non-empty media file"},{"command":"check-export-codec /home/user/Videos/reels_final.mp4 h264 video","key":"match","expected":true,"description":"Exported video codec is h264"},{"command":"check-export-resolution /home/user/Videos/reels_final.mp4 1080 1920","key":"match","expected":true,"description":"Exported resolution is 1080x1920 (vertical 9:16)"}],"github_task_path":"task_generator/tasks/shotcut_v2_vertical_9x16_export"} {"id":"writer_course_syllabus_formatting","app":"libreoffice_writer","task":"Open the file /home/user/Documents/syllabus_draft.odt in LibreOffice Writer. The document contains a plain-text course syllabus with all paragraphs in Default Paragraph Style and no formatting.\n\nPerform the following formatting and editing tasks:\n\n1. Set the first paragraph 'Introduction to Computer Science - CS101' to Heading 1 style and make it bold.\n2. Set the following paragraphs to Heading 2 style: 'Course Description', 'Prerequisites', 'Grading Policy', and 'Weekly Schedule'.\n3. Set the following paragraphs to Heading 3 style: 'Midterm Exam' and 'Final Project'.\n4. Use Find & Replace (Ctrl+H) to replace ALL occurrences of 'Prof.' with 'Professor'. There are 3 occurrences in the document.\n5. Use Find & Replace (Ctrl+H) to replace ALL occurrences of 'TBA' with 'To Be Announced'. There are 4 occurrences in the document.\n6. Add a page header with the text 'CS101 - Spring 2026' (Format > Page Style > Header tab, enable header, then type the text).\n7. Save the file (Ctrl+S).","env":{"files":[{"filename":"syllabus_draft.odt","sandbox_path":"/home/user/Documents/syllabus_draft.odt"}]},"verification":[{"command":"check-paragraph-style 0 \"Heading 1\"","key":"match","expected":true,"description":"First paragraph has Heading 1 style"},{"command":"check-paragraph-formatted 0 true","key":"match","expected":true,"description":"First paragraph is bold"},{"command":"check-heading-exists \"Course Description\" 2","key":"exists","expected":true,"description":"'Course Description' is Heading 2"},{"command":"check-heading-exists \"Prerequisites\" 2","key":"exists","expected":true,"description":"'Prerequisites' is Heading 2"},{"command":"check-heading-exists \"Grading Policy\" 2","key":"exists","expected":true,"description":"'Grading Policy' is Heading 2"},{"command":"check-heading-exists \"Weekly Schedule\" 2","key":"exists","expected":true,"description":"'Weekly Schedule' is Heading 2"},{"command":"check-heading-exists \"Midterm Exam\" 3","key":"exists","expected":true,"description":"'Midterm Exam' is Heading 3"},{"command":"check-heading-exists \"Final Project\" 3","key":"exists","expected":true,"description":"'Final Project' is Heading 3"},{"command":"search \"Prof.\"","eval":"result.get('count', 1) == 0","description":"No occurrences of 'Prof.' remain"},{"command":"search Professor","eval":"result.get('count', 0) == 3","description":"3 occurrences of 'Professor' in document"},{"command":"search TBA","eval":"result.get('count', 1) == 0","description":"No occurrences of 'TBA' remain"},{"command":"search \"To Be Announced\"","eval":"result.get('count', 0) == 4","description":"4 occurrences of 'To Be Announced' in document"},{"command":"headers-footers","eval":"'CS101 - Spring 2026' in result.get('header_text', '')","description":"Header contains 'CS101 - Spring 2026'"}],"github_task_path":"task_generator/tasks/writer_course_syllabus_formatting"} {"id":"writer_edit_existing_table_data","app":"libreoffice_writer","task":"Open the file /home/user/Documents/sales_report.odt in LibreOffice Writer. The document has a heading 'Monthly Sales Report' in Heading 1 style and contains a table named 'Table1' with 5 rows and 4 columns of sales data. Some values are incorrect and need correction.\n\nPerform the following edits:\n\n1. In Table1, change cell (row 1, column 2) from '150' to '175'. This is the 'Units Sold' value for the 'North' region.\n2. In Table1, change cell (row 2, column 2) from '200' to '210'. This is the 'Units Sold' value for the 'South' region.\n3. In Table1, change cell (row 3, column 3) from '$45,000' to '$52,000'. This is the 'Revenue' value for the 'East' region.\n4. In Table1, change cell (row 4, column 3) from '$38,000' to '$41,500'. This is the 'Revenue' value for the 'West' region.\n5. Use Find & Replace (Ctrl+H) to replace ALL occurrences of 'Q3 2025' with 'Q4 2025' in the document text. There are 2 occurrences.\n6. Add a page footer with the text 'Revised March 2026' (Format > Page Style > Footer tab, enable footer, then type the text).\n7. Save the file (Ctrl+S).","env":{"files":[{"filename":"sales_report.odt","sandbox_path":"/home/user/Documents/sales_report.odt"}]},"verification":[{"command":"check-table-cell Table1 1 2 175","key":"match","expected":true,"description":"Table1 (1,2) is '175'"},{"command":"check-table-cell Table1 2 2 210","key":"match","expected":true,"description":"Table1 (2,2) is '210'"},{"command":"check-table-cell Table1 3 3 \"$52,000\"","key":"match","expected":true,"description":"Table1 (3,3) is '$52,000'"},{"command":"check-table-cell Table1 4 3 \"$41,500\"","key":"match","expected":true,"description":"Table1 (4,3) is '$41,500'"},{"command":"check-table-cell Table1 0 0 Region","key":"match","expected":true,"description":"Table1 header (0,0) still 'Region' (unchanged)"},{"command":"search \"Q3 2025\"","eval":"result.get('count', 1) == 0","description":"No occurrences of 'Q3 2025' remain"},{"command":"search \"Q4 2025\"","eval":"result.get('count', 0) == 2","description":"2 occurrences of 'Q4 2025' in document"},{"command":"headers-footers","eval":"'Revised March 2026' in result.get('footer_text', '')","description":"Footer contains 'Revised March 2026'"}],"github_task_path":"task_generator/tasks/writer_edit_existing_table_data"} {"id":"writer_employee_directory_table","app":"libreoffice_writer","task":"Create a new document in LibreOffice Writer and build an employee directory.\n\n1. Type 'Employee Directory' as the first paragraph and set it to Heading 1 style.\n2. Type 'Last updated: March 2026' as the second paragraph (keep it in Default Paragraph Style).\n3. Insert a table with 6 rows and 4 columns (Table > Insert Table, set Name to 'Table1', Rows=6, Columns=4).\n4. Fill in the table as follows:\n - Row 0 (header): 'Name', 'Department', 'Extension', 'Email'\n - Row 1: 'Alice Johnson', 'Engineering', '1001', 'alice@company.com'\n - Row 2: 'Bob Smith', 'Marketing', '1002', 'bob@company.com'\n - Row 3: 'Carol Davis', 'Finance', '1003', 'carol@company.com'\n - Row 4: 'David Lee', 'Engineering', '1004', 'david@company.com'\n - Row 5: 'Eva Martinez', 'HR', '1005', 'eva@company.com'\n5. Save the file as /home/user/Documents/employee_directory.odt (File > Save As, navigate to /home/user/Documents/, enter filename 'employee_directory', select ODF Text format).","env":{"files":[],"reload_files":["/home/user/Documents/employee_directory.odt"]},"verification":[{"command":"check-heading-exists \"Employee Directory\" 1","key":"exists","expected":true,"description":"'Employee Directory' exists as Heading 1"},{"command":"check-text-contains \"Last updated: March 2026\"","key":"contains","expected":true,"description":"Document contains 'Last updated: March 2026'"},{"command":"check-table-exists Table1","key":"exists","expected":true,"description":"Table 'Table1' exists"},{"command":"tables","eval":"result['tables'][0]['rows'] == 6 and result['tables'][0]['cols'] == 4","description":"Table has 6 rows and 4 columns"},{"command":"check-table-cell Table1 0 0 Name","key":"match","expected":true,"description":"Table header (0,0) is 'Name'"},{"command":"check-table-cell Table1 0 1 Department","key":"match","expected":true,"description":"Table header (0,1) is 'Department'"},{"command":"check-table-cell Table1 0 2 Extension","key":"match","expected":true,"description":"Table header (0,2) is 'Extension'"},{"command":"check-table-cell Table1 0 3 Email","key":"match","expected":true,"description":"Table header (0,3) is 'Email'"},{"command":"check-table-cell Table1 1 0 \"Alice Johnson\"","key":"match","expected":true,"description":"Row 1 col 0 is 'Alice Johnson'"},{"command":"check-table-cell Table1 3 1 Finance","key":"match","expected":true,"description":"Row 3 col 1 is 'Finance'"},{"command":"check-table-cell Table1 5 3 eva@company.com","key":"match","expected":true,"description":"Row 5 col 3 is 'eva@company.com'"},{"command":"check-table-cell Table1 2 2 1002","key":"match","expected":true,"description":"Row 2 col 2 is '1002'"},{"command":"check-file-exists /home/user/Documents/employee_directory.odt","key":"exists","expected":true,"description":"File saved at /home/user/Documents/employee_directory.odt"}],"github_task_path":"task_generator/tasks/writer_employee_directory_table"} {"id":"writer_find_replace_cleanup","app":"libreoffice_writer","task":"Open the file /home/user/Documents/draft_article.odt in LibreOffice Writer. The document is a draft article about AI written with British English spellings that need to be converted to American English. It also has no heading structure.\n\nPerform the following:\n\n1. Use Find & Replace (Ctrl+H) to replace all occurrences of 'colour' with 'color'. There are 5 occurrences (including 'colour-coded' which should become 'color-coded').\n2. Use Find & Replace to replace all occurrences of 'analyse' with 'analyze'. There are 3 occurrences.\n3. Use Find & Replace to replace all occurrences of 'organisation' with 'organization'. There are 4 occurrences.\n4. Set the first paragraph 'The Future of Artificial Intelligence' to Heading 1 style.\n5. Set the paragraphs 'Machine Learning Trends', 'Natural Language Processing', and 'Ethical Considerations' to Heading 2 style.\n6. Save the file (Ctrl+S).","env":{"files":[{"filename":"draft_article.odt","sandbox_path":"/home/user/Documents/draft_article.odt"}]},"verification":[{"command":"search colour","eval":"result.get('count', 1) == 0","description":"No occurrences of 'colour' remain"},{"command":"search color","eval":"result.get('count', 0) == 5","description":"5 occurrences of 'color' in document"},{"command":"search analyse","eval":"result.get('count', 1) == 0","description":"No occurrences of 'analyse' remain"},{"command":"search analyze","eval":"result.get('count', 0) == 3","description":"3 occurrences of 'analyze' in document"},{"command":"search organisation","eval":"result.get('count', 1) == 0","description":"No occurrences of 'organisation' remain"},{"command":"search organization","eval":"result.get('count', 0) == 4","description":"4 occurrences of 'organization' in document"},{"command":"check-heading-exists \"The Future of Artificial Intelligence\" 1","key":"exists","expected":true,"description":"Title is Heading 1"},{"command":"check-heading-exists \"Machine Learning Trends\" 2","key":"exists","expected":true,"description":"'Machine Learning Trends' is Heading 2"},{"command":"check-heading-exists \"Natural Language Processing\" 2","key":"exists","expected":true,"description":"'Natural Language Processing' is Heading 2"},{"command":"check-heading-exists \"Ethical Considerations\" 2","key":"exists","expected":true,"description":"'Ethical Considerations' is Heading 2"}],"github_task_path":"task_generator/tasks/writer_find_replace_cleanup"} {"id":"writer_landscape_page_with_bookmarks","app":"libreoffice_writer","task":"Open the file /home/user/Documents/reference_guide.odt in LibreOffice Writer. The document contains a reference guide with sections but no headings, no page layout changes, and all paragraphs in Default Paragraph Style.\n\nPerform the following formatting and layout tasks:\n\n1. Change the page orientation to Landscape (Format > Page Style > Page tab, set Orientation to Landscape).\n2. Set the first paragraph 'API Reference Guide' to Heading 1 style and make it bold.\n3. Set the following paragraphs to Heading 2 style: 'Authentication', 'Endpoints', 'Error Codes', and 'Rate Limits'.\n4. Add a page header with the text 'API Reference v2.0' (Format > Page Style > Header tab, enable header, then type the text).\n5. Add a page footer with the text 'Internal Use Only' (Format > Page Style > Footer tab, enable footer, then type the text).\n6. Save the file (Ctrl+S).","env":{"files":[{"filename":"reference_guide.odt","sandbox_path":"/home/user/Documents/reference_guide.odt"}]},"verification":[{"command":"page-style","eval":"result.get('orientation', '') == 'landscape'","description":"Page orientation is landscape"},{"command":"check-paragraph-style 0 \"Heading 1\"","key":"match","expected":true,"description":"First paragraph has Heading 1 style"},{"command":"check-paragraph-formatted 0 true","key":"match","expected":true,"description":"First paragraph is bold"},{"command":"check-heading-exists \"Authentication\" 2","key":"exists","expected":true,"description":"'Authentication' is Heading 2"},{"command":"check-heading-exists \"Endpoints\" 2","key":"exists","expected":true,"description":"'Endpoints' is Heading 2"},{"command":"check-heading-exists \"Error Codes\" 2","key":"exists","expected":true,"description":"'Error Codes' is Heading 2"},{"command":"check-heading-exists \"Rate Limits\" 2","key":"exists","expected":true,"description":"'Rate Limits' is Heading 2"},{"command":"headers-footers","eval":"'API Reference v2.0' in result.get('header_text', '')","description":"Header contains 'API Reference v2.0'"},{"command":"headers-footers","eval":"'Internal Use Only' in result.get('footer_text', '')","description":"Footer contains 'Internal Use Only'"}],"github_task_path":"task_generator/tasks/writer_landscape_page_with_bookmarks"} {"id":"writer_meeting_minutes_formatting","app":"libreoffice_writer","task":"Open the file /home/user/Documents/meeting_notes.odt in LibreOffice Writer. It contains raw unformatted meeting minutes with all paragraphs in Default Paragraph Style.\n\nPerform the following formatting and editing tasks:\n\n1. Set the first paragraph 'Project Alpha Meeting Minutes' to Heading 1 style and make it bold.\n2. Find the paragraphs that contain exactly the text 'Attendees', 'Agenda', 'Discussion', and 'Action Items' and set each of them to Heading 2 style.\n3. Use Find & Replace (Ctrl+H) to replace ALL occurrences of 'TBD' with 'To Be Determined'. There are 5 occurrences in the document.\n4. Add a page header with the text 'Project Alpha - Confidential' (via Format > Page Style > Header tab, enable header, then type the text).\n5. Add a page footer with the text 'Page' (via Format > Page Style > Footer tab, enable footer, then type the text).\n6. Save the file (Ctrl+S).","env":{"files":[{"filename":"meeting_notes.odt","sandbox_path":"/home/user/Documents/meeting_notes.odt"}]},"verification":[{"command":"check-paragraph-style 0 \"Heading 1\"","key":"match","expected":true,"description":"First paragraph has Heading 1 style"},{"command":"check-paragraph-formatted 0 true","key":"match","expected":true,"description":"First paragraph is bold"},{"command":"check-heading-exists \"Attendees\" 2","key":"exists","expected":true,"description":"'Attendees' is a Heading 2"},{"command":"check-heading-exists \"Agenda\" 2","key":"exists","expected":true,"description":"'Agenda' is a Heading 2"},{"command":"check-heading-exists \"Discussion\" 2","key":"exists","expected":true,"description":"'Discussion' is a Heading 2"},{"command":"check-heading-exists \"Action Items\" 2","key":"exists","expected":true,"description":"'Action Items' is a Heading 2"},{"command":"search TBD","eval":"result.get('count', 1) == 0","description":"No occurrences of 'TBD' remain"},{"command":"check-text-contains \"To Be Determined\"","key":"contains","expected":true,"description":"Document contains 'To Be Determined'"},{"command":"search \"To Be Determined\"","eval":"result.get('count', 0) == 5","description":"Exactly 5 occurrences of 'To Be Determined'"},{"command":"headers-footers","eval":"'Project Alpha - Confidential' in result.get('header_text', '')","description":"Header contains 'Project Alpha - Confidential'"},{"command":"headers-footers","eval":"'Page' in result.get('footer_text', '')","description":"Footer contains 'Page'"}],"github_task_path":"task_generator/tasks/writer_meeting_minutes_formatting"} {"id":"writer_multi_table_inventory","app":"libreoffice_writer","task":"Create a new document in LibreOffice Writer and build a warehouse inventory report with multiple tables.\n\n1. Type 'Warehouse Inventory Report' as the first paragraph and set it to Heading 1 style.\n2. Type 'Electronics' as the next paragraph and set it to Heading 2 style.\n3. Insert a table with 4 rows and 3 columns (Table > Insert Table, set Name to 'Table1', Rows=4, Columns=3).\n4. Fill in the table as follows:\n - Row 0 (header): 'Product', 'Quantity', 'Price'\n - Row 1: 'Laptop', '120', '$899'\n - Row 2: 'Monitor', '85', '$349'\n - Row 3: 'Keyboard', '200', '$79'\n5. After the table, type 'Furniture' as the next paragraph and set it to Heading 2 style.\n6. Insert a second table with 4 rows and 3 columns (Table > Insert Table, set Name to 'Table2', Rows=4, Columns=3).\n7. Fill in the second table as follows:\n - Row 0 (header): 'Product', 'Quantity', 'Price'\n - Row 1: 'Desk', '45', '$450'\n - Row 2: 'Chair', '60', '$299'\n - Row 3: 'Bookshelf', '30', '$189'\n8. Save the file as /home/user/Documents/inventory_report.odt (File > Save As, navigate to /home/user/Documents/, enter filename 'inventory_report', select ODF Text format).","env":{"files":[],"reload_files":["/home/user/Documents/inventory_report.odt"]},"verification":[{"command":"check-heading-exists \"Warehouse Inventory Report\" 1","key":"exists","expected":true,"description":"'Warehouse Inventory Report' is Heading 1"},{"command":"check-heading-exists \"Electronics\" 2","key":"exists","expected":true,"description":"'Electronics' is Heading 2"},{"command":"check-heading-exists \"Furniture\" 2","key":"exists","expected":true,"description":"'Furniture' is Heading 2"},{"command":"check-table-exists Table1","key":"exists","expected":true,"description":"Table 'Table1' exists"},{"command":"check-table-cell Table1 0 0 Product","key":"match","expected":true,"description":"Table1 (0,0) is 'Product'"},{"command":"check-table-cell Table1 0 1 Quantity","key":"match","expected":true,"description":"Table1 (0,1) is 'Quantity'"},{"command":"check-table-cell Table1 0 2 Price","key":"match","expected":true,"description":"Table1 (0,2) is 'Price'"},{"command":"check-table-cell Table1 1 0 Laptop","key":"match","expected":true,"description":"Table1 (1,0) is 'Laptop'"},{"command":"check-table-cell Table1 2 1 85","key":"match","expected":true,"description":"Table1 (2,1) is '85'"},{"command":"check-table-cell Table1 3 2 \"$79\"","key":"match","expected":true,"description":"Table1 (3,2) is '$79'"},{"command":"check-table-exists Table2","key":"exists","expected":true,"description":"Table 'Table2' exists"},{"command":"check-table-cell Table2 1 0 Desk","key":"match","expected":true,"description":"Table2 (1,0) is 'Desk'"},{"command":"check-table-cell Table2 2 1 60","key":"match","expected":true,"description":"Table2 (2,1) is '60'"},{"command":"check-table-cell Table2 3 2 \"$189\"","key":"match","expected":true,"description":"Table2 (3,2) is '$189'"},{"command":"check-file-exists /home/user/Documents/inventory_report.odt","key":"exists","expected":true,"description":"File saved at /home/user/Documents/inventory_report.odt"}],"github_task_path":"task_generator/tasks/writer_multi_table_inventory"} {"id":"writer_product_catalog_tables","app":"libreoffice_writer","task":"Open the file /home/user/Documents/catalog_data.odt in LibreOffice Writer. The document contains product descriptions with no tables and no formatting (all paragraphs in Default Paragraph Style).\n\nPerform the following formatting and table insertion tasks:\n\n1. Set the first paragraph 'Spring 2026 Product Catalog' to Heading 1 style.\n2. Set the paragraphs 'Outdoor Collection' and 'Indoor Collection' to Heading 2 style.\n3. Place your cursor after the paragraph under 'Outdoor Collection' that ends with '...perfect for any garden.' (before the blank line above 'Indoor Collection'). Insert a table with 4 rows and 4 columns (Table > Insert Table, set Name to 'Table1', Rows=4, Columns=4).\n4. Fill in Table1 as follows:\n - Row 0 (header): 'Item', 'Material', 'Color', 'Price'\n - Row 1: 'Garden Chair', 'Teak', 'Natural', '$149'\n - Row 2: 'Patio Table', 'Aluminum', 'White', '$299'\n - Row 3: 'Sun Umbrella', 'Polyester', 'Blue', '$89'\n5. Place your cursor after the paragraph under 'Indoor Collection' that ends with '...designed for modern living.' (before the blank line). Insert a table with 4 rows and 4 columns (Table > Insert Table, set Name to 'Table2', Rows=4, Columns=4).\n6. Fill in Table2 as follows:\n - Row 0 (header): 'Item', 'Material', 'Color', 'Price'\n - Row 1: 'Sofa', 'Leather', 'Brown', '$1,200'\n - Row 2: 'Coffee Table', 'Oak', 'Walnut', '$450'\n - Row 3: 'Floor Lamp', 'Steel', 'Black', '$175'\n7. Add a page footer with the text 'Catalog - Confidential' (Format > Page Style > Footer tab, enable footer, then type the text).\n8. Save the file (Ctrl+S).","env":{"files":[{"filename":"catalog_data.odt","sandbox_path":"/home/user/Documents/catalog_data.odt"}]},"verification":[{"command":"check-heading-exists \"Spring 2026 Product Catalog\" 1","key":"exists","expected":true,"description":"'Spring 2026 Product Catalog' is Heading 1"},{"command":"check-heading-exists \"Outdoor Collection\" 2","key":"exists","expected":true,"description":"'Outdoor Collection' is Heading 2"},{"command":"check-heading-exists \"Indoor Collection\" 2","key":"exists","expected":true,"description":"'Indoor Collection' is Heading 2"},{"command":"parse-tables /home/user/Documents/catalog_data.odt","eval":"any(t['name'] == 'Table1' for t in result.get('tables', []))","description":"Table 'Table1' exists in saved file"},{"command":"parse-tables /home/user/Documents/catalog_data.odt","eval":"any(t['name'] == 'Table1' and t.get('rows') == 4 and t.get('cols') == 4 for t in result.get('tables', []))","description":"Table1 has 4 rows and 4 columns"},{"command":"parse-tables /home/user/Documents/catalog_data.odt","eval":"any(t['name'] == 'Table1' and len(t.get('data', [])) > 0 and len(t['data'][0]) > 0 and t['data'][0][0] == 'Item' for t in result.get('tables', []))","description":"Table1 (0,0) is 'Item'"},{"command":"parse-tables /home/user/Documents/catalog_data.odt","eval":"any(t['name'] == 'Table1' and len(t.get('data', [])) > 1 and len(t['data'][1]) > 1 and t['data'][1][1] == 'Teak' for t in result.get('tables', []))","description":"Table1 (1,1) is 'Teak'"},{"command":"parse-tables /home/user/Documents/catalog_data.odt","eval":"any(t['name'] == 'Table1' and len(t.get('data', [])) > 2 and len(t['data'][2]) > 2 and t['data'][2][2] == 'White' for t in result.get('tables', []))","description":"Table1 (2,2) is 'White'"},{"command":"parse-tables /home/user/Documents/catalog_data.odt","eval":"any(t['name'] == 'Table1' and len(t.get('data', [])) > 3 and len(t['data'][3]) > 3 and t['data'][3][3] == '$89' for t in result.get('tables', []))","description":"Table1 (3,3) is '$89'"},{"command":"parse-tables /home/user/Documents/catalog_data.odt","eval":"any(t['name'] == 'Table2' for t in result.get('tables', []))","description":"Table 'Table2' exists in saved file"},{"command":"parse-tables /home/user/Documents/catalog_data.odt","eval":"any(t['name'] == 'Table2' and t.get('rows') == 4 and t.get('cols') == 4 for t in result.get('tables', []))","description":"Table2 has 4 rows and 4 columns"},{"command":"parse-tables /home/user/Documents/catalog_data.odt","eval":"any(t['name'] == 'Table2' and len(t.get('data', [])) > 1 and len(t['data'][1]) > 0 and t['data'][1][0] == 'Sofa' for t in result.get('tables', []))","description":"Table2 (1,0) is 'Sofa'"},{"command":"parse-tables /home/user/Documents/catalog_data.odt","eval":"any(t['name'] == 'Table2' and len(t.get('data', [])) > 2 and len(t['data'][2]) > 2 and t['data'][2][2] == 'Walnut' for t in result.get('tables', []))","description":"Table2 (2,2) is 'Walnut'"},{"command":"parse-tables /home/user/Documents/catalog_data.odt","eval":"any(t['name'] == 'Table2' and len(t.get('data', [])) > 3 and len(t['data'][3]) > 3 and t['data'][3][3] == '$175' for t in result.get('tables', []))","description":"Table2 (3,3) is '$175'"},{"command":"headers-footers","eval":"'Catalog - Confidential' in result.get('footer_text', '')","description":"Footer contains 'Catalog - Confidential'"}],"github_task_path":"task_generator/tasks/writer_product_catalog_tables"} {"id":"writer_project_status_document","app":"libreoffice_writer","task":"Open the file /home/user/Documents/project_data.odt in LibreOffice Writer. The document contains plain text about a project with no formatting or structure. Add structure, a table, and headers/footers as follows:\n\n1. Set the first paragraph 'Project Phoenix Status Report' to Heading 1 style.\n2. Set the paragraphs 'Timeline', 'Budget Summary', and 'Team Assignments' to Heading 2 style.\n3. Place your cursor after the paragraph under 'Budget Summary' that starts with 'The overall project budget is $95,000...' and before the blank line above 'Team Assignments'. Insert a table with 5 rows and 3 columns (Table > Insert Table, name it 'Table1').\n4. Fill the table with budget data:\n - Row 0 (header): 'Item', 'Budgeted', 'Actual'\n - Row 1: 'Development', '$50,000', '$48,500'\n - Row 2: 'Testing', '$15,000', '$16,200'\n - Row 3: 'Infrastructure', '$20,000', '$19,800'\n - Row 4: 'Training', '$10,000', '$9,500'\n5. Add a page header with the text 'Project Phoenix - Status Report' (Format > Page Style > Header tab, enable header, type the text).\n6. Add a page footer with the text 'Confidential' (Format > Page Style > Footer tab, enable footer, type the text).\n7. Save the file (Ctrl+S).","env":{"files":[{"filename":"project_data.odt","sandbox_path":"/home/user/Documents/project_data.odt"}]},"verification":[{"command":"check-heading-exists \"Project Phoenix Status Report\" 1","key":"exists","expected":true,"description":"'Project Phoenix Status Report' is Heading 1"},{"command":"check-heading-exists \"Timeline\" 2","key":"exists","expected":true,"description":"'Timeline' is Heading 2"},{"command":"check-heading-exists \"Budget Summary\" 2","key":"exists","expected":true,"description":"'Budget Summary' is Heading 2"},{"command":"check-heading-exists \"Team Assignments\" 2","key":"exists","expected":true,"description":"'Team Assignments' is Heading 2"},{"command":"parse-tables /home/user/Documents/project_data.odt","eval":"any(t['name'] == 'Table1' for t in result.get('tables', []))","description":"Table 'Table1' exists in saved file"},{"command":"parse-tables /home/user/Documents/project_data.odt","eval":"any(t['name'] == 'Table1' and t['rows'] == 5 and t['cols'] == 3 for t in result.get('tables', []))","description":"Table1 has 5 rows and 3 columns"},{"command":"parse-tables /home/user/Documents/project_data.odt","eval":"(lambda d: len(d) > 0 and len(d[0]) > 0 and d[0][0] == 'Item')(next((t for t in result.get('tables', []) if t['name'] == 'Table1'), {}).get('data', []))","description":"Table (0,0) is 'Item'"},{"command":"parse-tables /home/user/Documents/project_data.odt","eval":"(lambda d: len(d) > 0 and len(d[0]) > 1 and d[0][1] == 'Budgeted')(next((t for t in result.get('tables', []) if t['name'] == 'Table1'), {}).get('data', []))","description":"Table (0,1) is 'Budgeted'"},{"command":"parse-tables /home/user/Documents/project_data.odt","eval":"(lambda d: len(d) > 0 and len(d[0]) > 2 and d[0][2] == 'Actual')(next((t for t in result.get('tables', []) if t['name'] == 'Table1'), {}).get('data', []))","description":"Table (0,2) is 'Actual'"},{"command":"parse-tables /home/user/Documents/project_data.odt","eval":"(lambda d: len(d) > 1 and len(d[1]) > 0 and d[1][0] == 'Development')(next((t for t in result.get('tables', []) if t['name'] == 'Table1'), {}).get('data', []))","description":"Table (1,0) is 'Development'"},{"command":"parse-tables /home/user/Documents/project_data.odt","eval":"(lambda d: len(d) > 2 and len(d[2]) > 1 and d[2][1] == '$15,000')(next((t for t in result.get('tables', []) if t['name'] == 'Table1'), {}).get('data', []))","description":"Table (2,1) is '$15,000'"},{"command":"parse-tables /home/user/Documents/project_data.odt","eval":"(lambda d: len(d) > 4 and len(d[4]) > 2 and d[4][2] == '$9,500')(next((t for t in result.get('tables', []) if t['name'] == 'Table1'), {}).get('data', []))","description":"Table (4,2) is '$9,500'"},{"command":"headers-footers","eval":"'Project Phoenix - Status Report' in result.get('header_text', '')","description":"Header contains 'Project Phoenix - Status Report'"},{"command":"headers-footers","eval":"'Confidential' in result.get('footer_text', '')","description":"Footer contains 'Confidential'"}],"github_task_path":"task_generator/tasks/writer_project_status_document"} {"id":"writer_report_restructure","app":"libreoffice_writer","task":"Open the file /home/user/Documents/quarterly_report.odt in LibreOffice Writer. The document contains a quarterly report with all paragraphs in Default Paragraph Style (no headings, no formatting). Restructure and format it as follows:\n\n1. Set the first paragraph 'Q4 2025 Quarterly Report' to Heading 1 style.\n2. Set the following paragraphs to Heading 2 style: 'Revenue Overview', 'Expense Analysis', 'Key Achievements', 'Next Steps'.\n3. Find the paragraph that reads 'Total Revenue: $2,450,000' and make it bold.\n4. Find the paragraph that reads 'Total Expenses: $1,890,000' and make it bold.\n5. Place the cursor at the end of the document (Ctrl+End). Insert a new table with 4 rows and 3 columns (Table > Insert Table, name it 'Table1').\n6. Fill the table:\n - Row 0: 'Category', 'Amount', 'Change'\n - Row 1: 'Product Sales', '$1,200,000', '+8%'\n - Row 2: 'Services', '$850,000', '+12%'\n - Row 3: 'Licensing', '$400,000', '-3%'\n7. Save the file (Ctrl+S).","env":{"files":[{"filename":"quarterly_report.odt","sandbox_path":"/home/user/Documents/quarterly_report.odt"}]},"verification":[{"command":"check-heading-exists \"Q4 2025 Quarterly Report\" 1","key":"exists","expected":true,"description":"'Q4 2025 Quarterly Report' is Heading 1"},{"command":"check-heading-exists \"Revenue Overview\" 2","key":"exists","expected":true,"description":"'Revenue Overview' is Heading 2"},{"command":"check-heading-exists \"Expense Analysis\" 2","key":"exists","expected":true,"description":"'Expense Analysis' is Heading 2"},{"command":"check-heading-exists \"Key Achievements\" 2","key":"exists","expected":true,"description":"'Key Achievements' is Heading 2"},{"command":"check-heading-exists \"Next Steps\" 2","key":"exists","expected":true,"description":"'Next Steps' is Heading 2"},{"command":"text","eval":"'Total Revenue: $2,450,000' in result['text']","description":"Document contains 'Total Revenue: $2,450,000'"},{"command":"text","eval":"'Total Expenses: $1,890,000' in result['text']","description":"Document contains 'Total Expenses: $1,890,000'"},{"command":"parse-tables /home/user/Documents/quarterly_report.odt","eval":"any(t['name'] == 'Table1' for t in result.get('tables', []))","description":"Table 'Table1' exists in saved file"},{"command":"parse-tables /home/user/Documents/quarterly_report.odt","eval":"any(t['name'] == 'Table1' and t.get('rows') == 4 and t.get('cols') == 3 for t in result.get('tables', []))","description":"Table1 has 4 rows and 3 columns"},{"command":"parse-tables /home/user/Documents/quarterly_report.odt","eval":"any(t['name'] == 'Table1' and len(t.get('data', [])) > 0 and len(t['data'][0]) > 0 and t['data'][0][0] == 'Category' for t in result.get('tables', []))","description":"Table1 (0,0) is 'Category'"},{"command":"parse-tables /home/user/Documents/quarterly_report.odt","eval":"any(t['name'] == 'Table1' and len(t.get('data', [])) > 1 and len(t['data'][1]) > 1 and t['data'][1][1] == '$1,200,000' for t in result.get('tables', []))","description":"Table1 (1,1) is '$1,200,000'"},{"command":"parse-tables /home/user/Documents/quarterly_report.odt","eval":"any(t['name'] == 'Table1' and len(t.get('data', [])) > 3 and len(t['data'][3]) > 2 and t['data'][3][2] == '-3%' for t in result.get('tables', []))","description":"Table1 (3,2) is '-3%'"},{"command":"parse-tables /home/user/Documents/quarterly_report.odt","eval":"any(t['name'] == 'Table1' and len(t.get('data', [])) > 2 and len(t['data'][2]) > 0 and t['data'][2][0] == 'Services' for t in result.get('tables', []))","description":"Table1 (2,0) is 'Services'"}],"github_task_path":"task_generator/tasks/writer_report_restructure"} {"id":"zoom_accessibility_bundle","app":"zoom","task":"A baseline Zoom config file exists at /home/user/.config/zoomus.conf. Enable Zoom's accessibility features for a low-vision user. Set EnableClosedCaptioning to true, set FontSize to exactly 3 (large), set HighContrast to true, and set AlwaysShowCaptions to true. Save the file in-place at the same path. Do not modify any other keys or sections.","env":{"files":[{"filename":"zoomus.conf","sandbox_path":"/home/user/.config/zoomus.conf"}]},"verification":[{"command":"check-config-exists","key":"exists","expected":true,"description":"zoomus.conf exists"},{"command":"check-section-exists Accessibility","key":"exists","expected":true,"description":"[Accessibility] section exists"},{"command":"check-config Accessibility EnableClosedCaptioning true","key":"match","expected":true,"description":"[Accessibility]EnableClosedCaptioning == true"},{"command":"check-config Accessibility FontSize 3","key":"match","expected":true,"description":"[Accessibility]FontSize == 3"},{"command":"check-config Accessibility HighContrast true","key":"match","expected":true,"description":"[Accessibility]HighContrast == true"},{"command":"check-config Accessibility AlwaysShowCaptions true","key":"match","expected":true,"description":"[Accessibility]AlwaysShowCaptions == true"},{"command":"check-config Accessibility ScreenReaderAlerts false","key":"match","expected":true,"description":"Other [Accessibility] keys untouched"}],"github_task_path":"task_generator/tasks/zoom_accessibility_bundle"} {"id":"zoom_audio_device_swap","app":"zoom","task":"A baseline Zoom config file exists at /home/user/.config/zoomus.conf. Switch Zoom's default audio hardware and input levels. Set AudioDevice to exactly USBHeadset (one token, no spaces), set MicrophoneLevel to exactly 65, set SpeakerLevel to exactly 55, and set AutoAdjustMic to false. Save the file in-place at the same path. Do not modify any other keys or sections.","env":{"files":[{"filename":"zoomus.conf","sandbox_path":"/home/user/.config/zoomus.conf"}]},"verification":[{"command":"check-config-exists","key":"exists","expected":true,"description":"zoomus.conf exists"},{"command":"check-config Audio AudioDevice USBHeadset","key":"match","expected":true,"description":"[Audio]AudioDevice == USBHeadset"},{"command":"check-config Audio MicrophoneLevel 65","key":"match","expected":true,"description":"[Audio]MicrophoneLevel == 65"},{"command":"check-config Audio SpeakerLevel 55","key":"match","expected":true,"description":"[Audio]SpeakerLevel == 55"},{"command":"check-config Audio AutoAdjustMic false","key":"match","expected":true,"description":"[Audio]AutoAdjustMic == false"},{"command":"check-config Audio SuppressBackgroundNoise 2","key":"match","expected":true,"description":"Other [Audio] keys untouched"}],"github_task_path":"task_generator/tasks/zoom_audio_device_swap"} {"id":"zoom_audio_settings_bundle","app":"zoom","task":"A baseline Zoom config file exists at /home/user/.config/zoomus.conf. MicrophoneLevel is currently 50 and SpeakerLevel is currently 50. Update BOTH keys: set MicrophoneLevel to exactly 80 and SpeakerLevel to exactly 90. Save the file in-place at /home/user/.config/zoomus.conf. Do not modify any other keys or sections.","env":{"files":[{"filename":"zoomus.conf","sandbox_path":"/home/user/.config/zoomus.conf"}]},"verification":[{"command":"check-config-exists","key":"exists","expected":true,"description":"zoomus.conf exists"},{"command":"check-config Audio MicrophoneLevel 80","key":"match","expected":true,"description":"[Audio]MicrophoneLevel == 80"},{"command":"check-config Audio SpeakerLevel 90","key":"match","expected":true,"description":"[Audio]SpeakerLevel == 90"},{"command":"check-config Audio AudioDevice default","key":"match","expected":true,"description":"AudioDevice left untouched"}],"github_task_path":"task_generator/tasks/zoom_audio_settings_bundle"} {"id":"zoom_change_language_german","app":"zoom","task":"A baseline Zoom config file exists at /home/user/.config/zoomus.conf. Change the Zoom UI language to German by setting language=de-DE. Save the updated file in-place at /home/user/.config/zoomus.conf. Do not change any other keys.","env":{"files":[{"filename":"zoomus.conf","sandbox_path":"/home/user/.config/zoomus.conf"}]},"verification":[{"command":"check-config-exists","key":"exists","expected":true,"description":"zoomus.conf exists"},{"command":"check-language de-DE","key":"match","expected":true,"description":"UI language is de-DE"},{"command":"check-config General language de-DE","key":"match","expected":true,"description":"[General]language == de-DE"}],"github_task_path":"task_generator/tasks/zoom_change_language_german"} {"id":"zoom_change_recording_path","app":"zoom","task":"A baseline Zoom config file exists at /home/user/.config/zoomus.conf. Currently localRecordingPath=/home/user/Documents/Zoom. Do BOTH of the following: (1) change localRecordingPath of /home/user/.config/zoomus.conf to exactly /home/user/ZoomRecordings. (2) Create the directory /home/user/ZoomRecordings on disk so that it exists. Save the updated config file in-place. Do not change any other config keys.","env":{"files":[{"filename":"zoomus.conf","sandbox_path":"/home/user/.config/zoomus.conf"}]},"verification":[{"command":"check-config-exists","key":"exists","expected":true,"description":"zoomus.conf exists"},{"command":"check-recording-path /home/user/ZoomRecordings","key":"match","expected":true,"description":"Recording path is /home/user/ZoomRecordings"},{"command":"check-config General localRecordingPath /home/user/ZoomRecordings","key":"match","expected":true,"description":"[General]localRecordingPath matches"},{"command":"check-directory-exists /home/user/ZoomRecordings","key":"exists","expected":true,"description":"Recording directory exists on disk"}],"github_task_path":"task_generator/tasks/zoom_change_recording_path"} {"id":"zoom_chat_client_preferences","app":"zoom","task":"A baseline Zoom config file exists at /home/user/.config/zoomus.conf. Harden the Zoom chat client by updating four keys. Set Theme to dark, EnableSpellCheck to false, ShowLinkPreview to false, and AutoDownloadFiles to false. Save in-place at /home/user/.config/zoomus.conf. Do not modify any other keys or sections.","env":{"files":[{"filename":"zoomus.conf","sandbox_path":"/home/user/.config/zoomus.conf"}]},"verification":[{"command":"check-config-exists","key":"exists","expected":true,"description":"zoomus.conf exists"},{"command":"check-section-exists chat.client","key":"exists","expected":true,"description":"[chat.client] section exists"},{"command":"check-config chat.client Theme dark","key":"match","expected":true,"description":"[chat.client]Theme == dark"},{"command":"check-config chat.client EnableSpellCheck false","key":"match","expected":true,"description":"[chat.client]EnableSpellCheck == false"},{"command":"check-config chat.client ShowLinkPreview false","key":"match","expected":true,"description":"[chat.client]ShowLinkPreview == false"},{"command":"check-config chat.client AutoDownloadFiles false","key":"match","expected":true,"description":"[chat.client]AutoDownloadFiles == false"},{"command":"check-config chat.client EnableGiphy true","key":"match","expected":true,"description":"Unrelated [chat.client]EnableGiphy untouched"}],"github_task_path":"task_generator/tasks/zoom_chat_client_preferences"} {"id":"zoom_chat_dark_theme","app":"zoom","task":"A baseline Zoom config file exists at /home/user/.config/zoomus.conf. Theme is currently set to light. Change Theme to dark so that Zoom's chat client uses the dark theme. Save the file in-place at /home/user/.config/zoomus.conf. Do not modify any other keys.","env":{"files":[{"filename":"zoomus.conf","sandbox_path":"/home/user/.config/zoomus.conf"}]},"verification":[{"command":"check-config-exists","key":"exists","expected":true,"description":"zoomus.conf exists"},{"command":"check-config chat.client Theme dark","key":"match","expected":true,"description":"[chat.client]Theme == dark"}],"github_task_path":"task_generator/tasks/zoom_chat_dark_theme"} {"id":"zoom_disable_autostart","app":"zoom","task":"A baseline Zoom config file exists at /home/user/.config/zoomus.conf. Change autoStart to false so Zoom no longer starts automatically with the system. Save the file in-place at /home/user/.config/zoomus.conf. Do not modify any other keys.","env":{"files":[{"filename":"zoomus.conf","sandbox_path":"/home/user/.config/zoomus.conf"}]},"verification":[{"command":"check-config-exists","key":"exists","expected":true,"description":"zoomus.conf exists"},{"command":"check-config General autoStart false","key":"match","expected":true,"description":"[General]autoStart == false"},{"command":"check-config General language en-US","key":"match","expected":true,"description":"language left untouched"}],"github_task_path":"task_generator/tasks/zoom_disable_autostart"} {"id":"zoom_disable_mirror_video","app":"zoom","task":"A baseline Zoom config file exists at /home/user/.config/zoomus.conf. Change mirrorMyVideo to false to disable the mirror effect on your video preview. Save the file in-place at /home/user/.config/zoomus.conf. Do not modify any other keys.","env":{"files":[{"filename":"zoomus.conf","sandbox_path":"/home/user/.config/zoomus.conf"}]},"verification":[{"command":"check-config-exists","key":"exists","expected":true,"description":"zoomus.conf exists"},{"command":"check-config Video mirrorMyVideo false","key":"match","expected":true,"description":"[Video]mirrorMyVideo == false"},{"command":"check-config Video HDVideo false","key":"match","expected":true,"description":"HDVideo left untouched"}],"github_task_path":"task_generator/tasks/zoom_disable_mirror_video"} {"id":"zoom_disable_touchup_appearance","app":"zoom","task":"A baseline Zoom config file exists at /home/user/.config/zoomus.conf. Change TouchUpMyAppearance to false so the 'Touch up my appearance' filter is disabled. Save the file in-place at /home/user/.config/zoomus.conf. Do not modify any other keys.","env":{"files":[{"filename":"zoomus.conf","sandbox_path":"/home/user/.config/zoomus.conf"}]},"verification":[{"command":"check-config-exists","key":"exists","expected":true,"description":"zoomus.conf exists"},{"command":"check-config Video TouchUpMyAppearance false","key":"match","expected":true,"description":"[Video]TouchUpMyAppearance == false"},{"command":"check-config Video mirrorMyVideo true","key":"match","expected":true,"description":"mirrorMyVideo left untouched"}],"github_task_path":"task_generator/tasks/zoom_disable_touchup_appearance"} {"id":"zoom_enable_hd_video","app":"zoom","task":"A baseline Zoom config file exists at /home/user/.config/zoomus.conf. Change HDVideo to true to enable HD video. Save the file in-place at /home/user/.config/zoomus.conf. Do not modify any other keys.","env":{"files":[{"filename":"zoomus.conf","sandbox_path":"/home/user/.config/zoomus.conf"}]},"verification":[{"command":"check-config-exists","key":"exists","expected":true,"description":"zoomus.conf exists"},{"command":"check-config Video HDVideo true","key":"match","expected":true,"description":"[Video]HDVideo == true"},{"command":"check-config Video mirrorMyVideo true","key":"match","expected":true,"description":"mirrorMyVideo left untouched"}],"github_task_path":"task_generator/tasks/zoom_enable_hd_video"} {"id":"zoom_general_meetings_ui_bundle","app":"zoom","task":"A baseline Zoom config file exists at /home/user/.config/zoomus.conf. Update ALL THREE keys so the in-meeting UI behaves as follows: set ShowTimer to false (hide the meeting timer), set ConfirmLeaveMeeting to false (skip the leave-meeting confirmation), and set ShowConnectTime to true (show connection time). Save the file in-place at the same path. Do not modify any other keys or sections.","env":{"files":[{"filename":"zoomus.conf","sandbox_path":"/home/user/.config/zoomus.conf"}]},"verification":[{"command":"check-config-exists","key":"exists","expected":true,"description":"zoomus.conf exists"},{"command":"check-section-exists General.Meetings","key":"exists","expected":true,"description":"[General.Meetings] section exists"},{"command":"check-config General.Meetings ShowTimer false","key":"match","expected":true,"description":"[General.Meetings]ShowTimer == false"},{"command":"check-config General.Meetings ConfirmLeaveMeeting false","key":"match","expected":true,"description":"[General.Meetings]ConfirmLeaveMeeting == false"},{"command":"check-config General.Meetings ShowConnectTime true","key":"match","expected":true,"description":"[General.Meetings]ShowConnectTime == true"},{"command":"check-config General.Meetings AlwaysShowMeetingControls false","key":"match","expected":true,"description":"Other [General.Meetings] keys left untouched"},{"command":"check-config General language en-US","key":"match","expected":true,"description":"Unrelated [General] keys untouched"}],"github_task_path":"task_generator/tasks/zoom_general_meetings_ui_bundle"} {"id":"zoom_language_chinese_and_recording","app":"zoom","task":"A baseline Zoom config file exists at /home/user/.config/zoomus.conf. Localize Zoom to Simplified Chinese and relocate local recordings. Do ALL of the following: (1) Change language from en-US to zh-CN. (2) Change localRecordingPath to exactly /home/user/Videos/ZoomCN. (3) Create the directory /home/user/Videos/ZoomCN on disk so that it exists. Save the updated config file in-place at /home/user/.config/zoomus.conf. Do not modify any other config keys.","env":{"files":[{"filename":"zoomus.conf","sandbox_path":"/home/user/.config/zoomus.conf"}]},"verification":[{"command":"check-config-exists","key":"exists","expected":true,"description":"zoomus.conf exists"},{"command":"check-language zh-CN","key":"match","expected":true,"description":"UI language is zh-CN"},{"command":"check-config General language zh-CN","key":"match","expected":true,"description":"[General]language == zh-CN"},{"command":"check-recording-path /home/user/Videos/ZoomCN","key":"match","expected":true,"description":"Recording path is /home/user/Videos/ZoomCN"},{"command":"check-config General localRecordingPath /home/user/Videos/ZoomCN","key":"match","expected":true,"description":"[General]localRecordingPath matches"},{"command":"check-directory-exists /home/user/Videos/ZoomCN","key":"exists","expected":true,"description":"Recording directory exists"},{"command":"check-config General autoMuteMic false","key":"match","expected":true,"description":"autoMuteMic untouched"}],"github_task_path":"task_generator/tasks/zoom_language_chinese_and_recording"} {"id":"zoom_multi_section_hardening","app":"zoom","task":"A baseline Zoom config file exists at /home/user/.config/zoomus.conf. Perform a comprehensive Zoom hardening pass that touches six keys across four sections. Update ALL of the following in /home/user/.config/zoomus.conf: (1) autoMuteMic = true, (2) autoTurnOffVideo = true, (3) SuppressBackgroundNoise = 2, (4) HDVideo = true, (5) Theme = dark, (6) ConfirmLeaveMeeting = true. Save the file in-place at the same path. Do not modify any other keys.","env":{"files":[{"filename":"zoomus.conf","sandbox_path":"/home/user/.config/zoomus.conf"}]},"verification":[{"command":"check-config-exists","key":"exists","expected":true,"description":"zoomus.conf exists"},{"command":"check-config General autoMuteMic true","key":"match","expected":true,"description":"[General]autoMuteMic == true"},{"command":"check-config General autoTurnOffVideo true","key":"match","expected":true,"description":"[General]autoTurnOffVideo == true"},{"command":"check-config Audio SuppressBackgroundNoise 2","key":"match","expected":true,"description":"[Audio]SuppressBackgroundNoise == 2"},{"command":"check-config Video HDVideo true","key":"match","expected":true,"description":"[Video]HDVideo == true"},{"command":"check-config chat.client Theme dark","key":"match","expected":true,"description":"[chat.client]Theme == dark"},{"command":"check-config General.Meetings ConfirmLeaveMeeting true","key":"match","expected":true,"description":"[General.Meetings]ConfirmLeaveMeeting == true"},{"command":"check-config General language en-US","key":"match","expected":true,"description":"Unrelated keys untouched"},{"command":"check-config Audio MicrophoneLevel 50","key":"match","expected":true,"description":"Audio level untouched"}],"github_task_path":"task_generator/tasks/zoom_multi_section_hardening"} {"id":"zoom_mute_mic_on_join","app":"zoom","task":"A baseline Zoom configuration file exists at /home/user/.config/zoomus.conf. Change autoMuteMic to true so that Zoom will automatically mute the microphone whenever the user joins a meeting. Save the file in-place at /home/user/.config/zoomus.conf — do not write to any other path. Do not change any other keys.","env":{"files":[{"filename":"zoomus.conf","sandbox_path":"/home/user/.config/zoomus.conf"}]},"verification":[{"command":"check-config-exists","key":"exists","expected":true,"description":"zoomus.conf exists"},{"command":"check-config General autoMuteMic true","key":"match","expected":true,"description":"[General]autoMuteMic is true"},{"command":"check-config General language en-US","key":"match","expected":true,"description":"[General]language was not changed"}],"github_task_path":"task_generator/tasks/zoom_mute_mic_on_join"} {"id":"zoom_privacy_lockdown","app":"zoom","task":"A baseline Zoom config file exists at /home/user/.config/zoomus.conf. Lock down Zoom's auto-start, auto-answer, and telemetry surface. Set autoStart to false, set autoAnswer to false, set EnableCrashReport to false, and set SendFeedback to false. Save the file in-place at the same path. Do not modify any other keys or sections.","env":{"files":[{"filename":"zoomus.conf","sandbox_path":"/home/user/.config/zoomus.conf"}]},"verification":[{"command":"check-config-exists","key":"exists","expected":true,"description":"zoomus.conf exists"},{"command":"check-config General autoStart false","key":"match","expected":true,"description":"[General]autoStart == false"},{"command":"check-config General autoAnswer false","key":"match","expected":true,"description":"[General]autoAnswer == false"},{"command":"check-config General EnableCrashReport false","key":"match","expected":true,"description":"[General]EnableCrashReport == false"},{"command":"check-config General SendFeedback false","key":"match","expected":true,"description":"[General]SendFeedback == false"},{"command":"check-config General language en-US","key":"match","expected":true,"description":"Other [General] keys untouched"},{"command":"check-config General HowlingDetection true","key":"match","expected":true,"description":"HowlingDetection untouched"}],"github_task_path":"task_generator/tasks/zoom_privacy_lockdown"} {"id":"zoom_recording_storage_bundle","app":"zoom","task":"A baseline Zoom config file exists at /home/user/.config/zoomus.conf. Configure a complete local recording workflow that spans two sections and the filesystem. Do ALL of the following: (1) Change localRecordingPath to exactly /home/user/Recordings/Zoom. (2) Set RecordToNewFolder to true, AddTimestampToRecording to true, and AutoRecording to true. (3) Create the directory /home/user/Recordings/Zoom on disk. Save the updated config file in-place at /home/user/.config/zoomus.conf. Do not modify any other config keys.","env":{"files":[{"filename":"zoomus.conf","sandbox_path":"/home/user/.config/zoomus.conf"}]},"verification":[{"command":"check-config-exists","key":"exists","expected":true,"description":"zoomus.conf exists"},{"command":"check-section-exists Recording","key":"exists","expected":true,"description":"[Recording] section exists"},{"command":"check-config General localRecordingPath /home/user/Recordings/Zoom","key":"match","expected":true,"description":"[General]localRecordingPath matches"},{"command":"check-recording-path /home/user/Recordings/Zoom","key":"match","expected":true,"description":"Recording path resolves to /home/user/Recordings/Zoom"},{"command":"check-config Recording RecordToNewFolder true","key":"match","expected":true,"description":"[Recording]RecordToNewFolder == true"},{"command":"check-config Recording AddTimestampToRecording true","key":"match","expected":true,"description":"[Recording]AddTimestampToRecording == true"},{"command":"check-config Recording AutoRecording true","key":"match","expected":true,"description":"[Recording]AutoRecording == true"},{"command":"check-config Recording RecordingAudioOnly false","key":"match","expected":true,"description":"Other [Recording] keys untouched"},{"command":"check-directory-exists /home/user/Recordings/Zoom","key":"exists","expected":true,"description":"Recording directory exists on disk"}],"github_task_path":"task_generator/tasks/zoom_recording_storage_bundle"} {"id":"zoom_video_off_on_join","app":"zoom","task":"A baseline Zoom config file exists at /home/user/.config/zoomus.conf. Change autoTurnOffVideo to true so Zoom will turn the camera off whenever a meeting is joined. Save the updated file in place at /home/user/.config/zoomus.conf. Do not change any other keys.","env":{"files":[{"filename":"zoomus.conf","sandbox_path":"/home/user/.config/zoomus.conf"}]},"verification":[{"command":"check-config-exists","key":"exists","expected":true,"description":"zoomus.conf exists"},{"command":"check-config General autoTurnOffVideo true","key":"match","expected":true,"description":"[General]autoTurnOffVideo is true"},{"command":"check-config General autoMuteMic false","key":"match","expected":true,"description":"autoMuteMic left untouched"}],"github_task_path":"task_generator/tasks/zoom_video_off_on_join"} {"id":"zoom_video_quality_full_bundle","app":"zoom","task":"A baseline Zoom config file exists at /home/user/.config/zoomus.conf. Update FOUR keys: set HDVideo to true, set TouchUpMyAppearance to false, set mirrorMyVideo to false, and set AdjustForLowLight to true. Save the file in-place at the same path. Do not modify any other keys or sections.","env":{"files":[{"filename":"zoomus.conf","sandbox_path":"/home/user/.config/zoomus.conf"}]},"verification":[{"command":"check-config-exists","key":"exists","expected":true,"description":"zoomus.conf exists"},{"command":"check-config Video HDVideo true","key":"match","expected":true,"description":"[Video]HDVideo == true"},{"command":"check-config Video TouchUpMyAppearance false","key":"match","expected":true,"description":"[Video]TouchUpMyAppearance == false"},{"command":"check-config Video mirrorMyVideo false","key":"match","expected":true,"description":"[Video]mirrorMyVideo == false"},{"command":"check-config Video AdjustForLowLight true","key":"match","expected":true,"description":"[Video]AdjustForLowLight == true"},{"command":"check-config Video FrameRate 30","key":"match","expected":true,"description":"Other [Video] keys untouched"},{"command":"check-config Video VideoDevice IntegratedWebcam","key":"match","expected":true,"description":"VideoDevice untouched"}],"github_task_path":"task_generator/tasks/zoom_video_quality_full_bundle"} {"id":"zoom_virtual_background_setup","app":"zoom","task":"A baseline Zoom config file exists at /home/user/.config/zoomus.conf. Configure Zoom's virtual background feature so the user's background is blurred and hardware-accelerated. Update keys across two sections of /home/user/.config/zoomus.conf: Set EnableVirtualBackground to true, set VirtualBackgroundType to exactly blur, and set BlurStrength to exactly 50. Set EnableHWAccel to true. Save it in-place at the same path. Do not modify any other keys or sections.","env":{"files":[{"filename":"zoomus.conf","sandbox_path":"/home/user/.config/zoomus.conf"}]},"verification":[{"command":"check-config-exists","key":"exists","expected":true,"description":"zoomus.conf exists"},{"command":"check-config Video EnableVirtualBackground true","key":"match","expected":true,"description":"[Video]EnableVirtualBackground == true"},{"command":"check-config Video VirtualBackgroundType blur","key":"match","expected":true,"description":"[Video]VirtualBackgroundType == blur"},{"command":"check-config Video BlurStrength 50","key":"match","expected":true,"description":"[Video]BlurStrength == 50"},{"command":"check-config General EnableHWAccel true","key":"match","expected":true,"description":"[General]EnableHWAccel == true"},{"command":"check-config Video HDVideo false","key":"match","expected":true,"description":"Other [Video] keys untouched"},{"command":"check-config Video TouchUpMyAppearance true","key":"match","expected":true,"description":"TouchUpMyAppearance untouched"}],"github_task_path":"task_generator/tasks/zoom_virtual_background_setup"} {"id":"zotero_add_author_to_survey","app":"zotero","task":"Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. Launch Zotero. Locate the item titled 'A Survey of RL Methods' (currently has a single author, Sutton) and select it. Add a SECOND author with first name exactly 'Andrew' and last name exactly 'Barto'. Make sure the existing Sutton author remains. After saving, the item must have exactly 2 creators total: Sutton and Barto. Leave Zotero running.","env":{"files":[{"filename":"zotero.sqlite","sandbox_path":"/home/user/Zotero/zotero.sqlite"}]},"verification":[{"command":"check-item-creator 'Survey of RL Methods' Barto","key":"has_creator","expected":true,"description":"Survey has author Barto"},{"command":"check-item-creator 'Survey of RL Methods' Sutton","key":"has_creator","expected":true,"description":"Survey still has author Sutton"},{"command":"check-item-creator-count 'Survey of RL Methods' 2","key":"match","expected":true,"description":"Survey has exactly 2 creators"}],"github_task_path":"task_generator/tasks/zotero_add_author_to_survey"} {"id":"zotero_add_collection","app":"zotero","task":"Zotero is installed on this machine and a pre-seeded library has been placed at /home/user/Zotero/zotero.sqlite. Launch Zotero (for example by running `zotero` from a terminal, or via the Applications menu) and wait for the library to load. In the left-hand collections pane, under 'My Library', create a new top-level collection named exactly 'Literature Review' (no quotes, exactly that spelling and capitalization). Do not create it as a subcollection of any existing collection. Leave Zotero running after the collection has been created so the new collection is saved.","env":{"files":[{"filename":"zotero.sqlite","sandbox_path":"/home/user/Zotero/zotero.sqlite"}]},"verification":[{"command":"check-file-exists /home/user/Zotero/zotero.sqlite","key":"exists","expected":true,"description":"zotero.sqlite exists on disk"},{"command":"check-collection-exists 'Literature Review'","key":"exists","expected":true,"description":"Collection 'Literature Review' exists"},{"command":"check-collection-exists 'AI Research'","key":"exists","expected":true,"description":"Original 'AI Research' collection still present"}],"github_task_path":"task_generator/tasks/zotero_add_collection"} {"id":"zotero_add_item_to_collection","app":"zotero","task":"Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. Launch Zotero. The library contains an item titled 'A Survey of RL Methods' which is currently only inside the 'Reinforcement Learning' collection. Add this item to the existing 'AI Research' collection as well — a single Zotero item can belong to multiple collections. You can do this by dragging the item from the middle pane onto the 'AI Research' collection in the left pane, or by right-clicking the item and using 'Add to Collection'. Leave the item in 'Reinforcement Learning' also. Leave Zotero running.","env":{"files":[{"filename":"zotero.sqlite","sandbox_path":"/home/user/Zotero/zotero.sqlite"}]},"verification":[{"command":"check-file-exists /home/user/Zotero/zotero.sqlite","key":"exists","expected":true,"description":"zotero.sqlite exists"},{"command":"check-collection-contains 'AI Research' 'Survey of RL Methods'","key":"contains","expected":true,"description":"'AI Research' contains the survey item"},{"command":"check-collection-contains 'Reinforcement Learning' 'Survey of RL Methods'","key":"contains","expected":true,"description":"Survey item still present in 'Reinforcement Learning'"}],"github_task_path":"task_generator/tasks/zotero_add_item_to_collection"} {"id":"zotero_add_note_to_item","app":"zotero","task":"Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. Launch Zotero. Find the book item titled 'Deep Learning' (by Goodfellow and Bengio) in the middle pane and select it. Add a child note to this item with the following text: 'foundational textbook on deep learning'. Save the note. Leave Zotero running so the note is persisted.","env":{"files":[{"filename":"zotero.sqlite","sandbox_path":"/home/user/Zotero/zotero.sqlite"}]},"verification":[{"command":"check-file-exists /home/user/Zotero/zotero.sqlite","key":"exists","expected":true,"description":"zotero.sqlite exists"},{"command":"check-item-note 'Deep Learning'","key":"has_note","expected":true,"description":"Deep Learning item has a child note"},{"command":"check-note-contains 'foundational textbook on deep learning'","key":"contains","expected":true,"description":"A note contains the required phrase"}],"github_task_path":"task_generator/tasks/zotero_add_note_to_item"} {"id":"zotero_bulk_tag_multiple_items","app":"zotero","task":"Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. Launch Zotero. Perform two tagging operations: (1) Create a new tag named exactly 'transformer-arch' (lowercase, with hyphen) and add it to BOTH 'Attention Is All You Need' and 'BERT: Pre-training of Deep Bidirectional Transformers'. After adding it on the first item it will appear in autocomplete for the second. (2) Add the existing tag 'important' to the BERT item (it currently has 'nlp' but not 'important'). Use the Tags tab on the right-hand pane for each item. Leave Zotero running.","env":{"files":[{"filename":"zotero.sqlite","sandbox_path":"/home/user/Zotero/zotero.sqlite"}]},"verification":[{"command":"check-tag-exists transformer-arch","key":"exists","expected":true,"description":"Tag 'transformer-arch' exists"},{"command":"check-item-tag 'Attention Is All You Need' transformer-arch","key":"has_tag","expected":true,"description":"Attention has transformer-arch tag"},{"command":"check-item-tag 'BERT: Pre-training' transformer-arch","key":"has_tag","expected":true,"description":"BERT has transformer-arch tag"},{"command":"check-item-tag 'BERT: Pre-training' important","key":"has_tag","expected":true,"description":"BERT has important tag"}],"github_task_path":"task_generator/tasks/zotero_bulk_tag_multiple_items"} {"id":"zotero_create_collection_and_move","app":"zotero","task":"Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. Launch Zotero. Perform two actions: (1) Create a new top-level collection under 'My Library' named exactly 'Key Papers'. (2) Add the existing item titled 'Attention Is All You Need' to the 'Key Papers' collection (you can drag it from the main item list onto the new collection). The item should continue to belong to its existing collections as well. Leave Zotero running so the changes are saved.","env":{"files":[{"filename":"zotero.sqlite","sandbox_path":"/home/user/Zotero/zotero.sqlite"}]},"verification":[{"command":"check-file-exists /home/user/Zotero/zotero.sqlite","key":"exists","expected":true,"description":"zotero.sqlite exists"},{"command":"check-collection-exists 'Key Papers'","key":"exists","expected":true,"description":"'Key Papers' collection exists"},{"command":"check-collection-contains 'Key Papers' 'Attention Is All You Need'","key":"contains","expected":true,"description":"'Key Papers' contains the Attention paper"}],"github_task_path":"task_generator/tasks/zotero_create_collection_and_move"} {"id":"zotero_edit_item_doi","app":"zotero","task":"Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. Launch Zotero. Locate the item titled 'A Survey of RL Methods' in the middle pane and click it. Set the 'DOI' field to exactly this value: 10.1234/rl-survey-2020. Do not wrap it in quotes or add anything else. Press Enter / click away so Zotero saves the new DOI. Leave Zotero running so the edit persists.","env":{"files":[{"filename":"zotero.sqlite","sandbox_path":"/home/user/Zotero/zotero.sqlite"}]},"verification":[{"command":"check-file-exists /home/user/Zotero/zotero.sqlite","key":"exists","expected":true,"description":"zotero.sqlite exists"},{"command":"check-item-field 'Survey of RL Methods' DOI 10.1234/rl-survey-2020","key":"match","expected":true,"description":"Survey item DOI matches expected"}],"github_task_path":"task_generator/tasks/zotero_edit_item_doi"} {"id":"zotero_edit_multiple_fields_bert","app":"zotero","task":"Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. Launch Zotero. Locate the item titled 'BERT: Pre-training of Deep Bidirectional Transformers' in the middle pane and click it so its metadata appears. The item currently has a publicationTitle of 'NAACL' and a DOI but its Pages, Volume, and Publisher fields are empty. Set the following fields to the exact values shown: Pages = 4171-4186, Volume = 1, Publisher = Association for Computational Linguistics. Make sure each value is saved. Leave Zotero running so the edits persist.","env":{"files":[{"filename":"zotero.sqlite","sandbox_path":"/home/user/Zotero/zotero.sqlite"}]},"verification":[{"command":"check-item-field 'BERT: Pre-training' pages 4171-4186","key":"match","expected":true,"description":"BERT pages = 4171-4186"},{"command":"check-item-field 'BERT: Pre-training' volume 1","key":"match","expected":true,"description":"BERT volume = 1"},{"command":"check-item-field 'BERT: Pre-training' publisher 'Association for Computational Linguistics'","key":"match","expected":true,"description":"BERT publisher set"}],"github_task_path":"task_generator/tasks/zotero_edit_multiple_fields_bert"} {"id":"zotero_export_collection_bibtex","app":"zotero","task":"Zotero is installed and a pre-seeded library is available at /home/user/Zotero/zotero.sqlite. Open Zotero and wait for the library to load. Using the existing library contents, export the references contained in the collection 'Reinforcement Learning' to a BibTeX file. Save the result to: /home/user/Documents/rl_export.bib. The exported file must exist, contain exactly one BibTeX entry, and that entry's title must contain 'Survey of RL Methods'. Leave Zotero open after completing the task.","env":{"files":[{"filename":"zotero.sqlite","sandbox_path":"/home/user/Zotero/zotero.sqlite"}]},"verification":[{"command":"check-file-exists /home/user/Documents/rl_export.bib","key":"exists","expected":true,"description":"rl_export.bib exists on disk"},{"command":"check-bibtex-count /home/user/Documents/rl_export.bib 1","key":"match","expected":true,"description":"BibTeX file has exactly 1 entry"},{"command":"check-bibtex-title /home/user/Documents/rl_export.bib 'Survey of RL Methods'","key":"contains","expected":true,"description":"BibTeX file contains the survey paper title"}],"github_task_path":"task_generator/tasks/zotero_export_collection_bibtex"} {"id":"zotero_export_two_collection_bibtex_with_publisher","app":"zotero","task":"Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. Launch Zotero. This task has TWO parts that must both be completed. (1) Locate the journal article 'A Survey of RL Methods' and edit it: set its DOI field to exactly '10.1234/rl-survey-2020' and set its Pages field to exactly '1-42'. Make sure the edits are saved. (2) Then export the entire 'My Library' (all 4 items) to BibTeX format and save the file to exactly /home/user/Documents/full_library.bib. After both parts the .bib file must exist with exactly 4 entries including 'Survey of RL Methods', and the survey item must have the new DOI and pages values in the library. Leave Zotero running.","env":{"files":[{"filename":"zotero.sqlite","sandbox_path":"/home/user/Zotero/zotero.sqlite"}]},"verification":[{"command":"check-item-field 'Survey of RL Methods' DOI 10.1234/rl-survey-2020","key":"match","expected":true,"description":"Survey DOI updated"},{"command":"check-item-field 'Survey of RL Methods' pages 1-42","key":"match","expected":true,"description":"Survey pages updated"},{"command":"check-file-exists /home/user/Documents/full_library.bib","key":"exists","expected":true,"description":"BibTeX export file exists"},{"command":"check-bibtex-count /home/user/Documents/full_library.bib 4","key":"match","expected":true,"description":"BibTeX has 4 entries"},{"command":"check-bibtex-title /home/user/Documents/full_library.bib 'Survey of RL Methods'","key":"contains","expected":true,"description":"BibTeX contains survey title"}],"github_task_path":"task_generator/tasks/zotero_export_two_collection_bibtex_with_publisher"} {"id":"zotero_gap_add_pdf_annotation_note","app":"zotero","task":"Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. A PDF is provided at /home/user/Documents/deep_learning.pdf. Launch Zotero. First attach the PDF /home/user/Documents/deep_learning.pdf to the existing item 'Deep Learning'. Then add a child note to the 'Deep Learning' item whose body contains EXACTLY the phrases 'Chapter 1: Introduction' and 'key definitions'. Save by clicking elsewhere. After saving, 'Deep Learning' must have at least one child PDF attachment AND at least one child note mentioning both phrases. Leave Zotero running.","env":{"files":[{"filename":"zotero.sqlite","sandbox_path":"/home/user/Zotero/zotero.sqlite"},{"filename":"deep_learning.pdf","sandbox_path":"/home/user/Documents/deep_learning.pdf"}]},"verification":[{"command":"check-item-attachment 'Deep Learning'","key":"has_attachment","expected":true,"description":"Deep Learning has an attachment"},{"command":"check-item-note 'Deep Learning'","key":"has_note","expected":true,"description":"Deep Learning has a child note"},{"command":"check-note-contains 'Chapter 1: Introduction'","key":"contains","expected":true,"description":"A note contains 'Chapter 1: Introduction'"},{"command":"check-note-contains 'key definitions'","key":"contains","expected":true,"description":"A note contains 'key definitions'"}],"github_task_path":"task_generator/tasks/zotero_gap_add_pdf_annotation_note"} {"id":"zotero_gap_advanced_search_export_results","app":"zotero","task":"Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. Launch Zotero. Find every item whose 'Item Type' is exactly 'Book'. Once the results appear, select all results and export them as BibTeX to the exact path /home/user/Documents/books_only.bib. After export the file must exist, contain exactly 1 BibTeX entry, and that entry's title must contain 'Deep Learning'. Leave Zotero running.","env":{"files":[{"filename":"zotero.sqlite","sandbox_path":"/home/user/Zotero/zotero.sqlite"}]},"verification":[{"command":"check-file-exists /home/user/Documents/books_only.bib","key":"exists","expected":true,"description":"Export file exists"},{"command":"check-bibtex-count /home/user/Documents/books_only.bib 1","key":"match","expected":true,"description":"Exactly one BibTeX entry"},{"command":"check-bibtex-title /home/user/Documents/books_only.bib 'Deep Learning'","key":"contains","expected":true,"description":"Entry title contains 'Deep Learning'"}],"github_task_path":"task_generator/tasks/zotero_gap_advanced_search_export_results"} {"id":"zotero_gap_attach_pdf_to_item","app":"zotero","task":"Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. A PDF file is provided at /home/user/Documents/attention_paper.pdf. Launch Zotero and wait for the library to load. Locate the existing item titled 'Attention Is All You Need'. Attach the PDF /home/user/Documents/attention_paper.pdf to that item as a child attachment. After attaching, the item must have at least one PDF attachment child. Leave Zotero running.","env":{"files":[{"filename":"zotero.sqlite","sandbox_path":"/home/user/Zotero/zotero.sqlite"},{"filename":"attention_paper.pdf","sandbox_path":"/home/user/Documents/attention_paper.pdf"}]},"verification":[{"command":"check-item-attachment 'Attention Is All You Need'","key":"has_attachment","expected":true,"description":"Attention item has an attachment"},{"command":"check-item-exists 'Attention Is All You Need'","key":"exists","expected":true,"description":"Attention item still exists"}],"github_task_path":"task_generator/tasks/zotero_gap_attach_pdf_to_item"} {"id":"zotero_gap_csv_import_via_ris_conversion","app":"zotero","task":"Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. Two companion bibliography files are provided: /home/user/Documents/bibliography.csv (human-readable source) and /home/user/Documents/bibliography.ris (the Zotero-importable conversion, 3 entries). Launch Zotero. Create a new top-level collection named exactly 'Imported Bibliography'. Then import /home/user/Documents/bibliography.ris into Zotero, ensuring the imported items end up inside the 'Imported Bibliography' collection. After completion the 'Imported Bibliography' collection must exist and contain at least 3 items. Leave Zotero running.","env":{"files":[{"filename":"zotero.sqlite","sandbox_path":"/home/user/Zotero/zotero.sqlite"},{"filename":"bibliography.csv","sandbox_path":"/home/user/Documents/bibliography.csv"},{"filename":"bibliography.ris","sandbox_path":"/home/user/Documents/bibliography.ris"}]},"verification":[{"command":"check-collection-exists 'Imported Bibliography'","key":"exists","expected":true,"description":"Collection exists"},{"command":"check-collection-count 'Imported Bibliography' 3","key":"match","expected":true,"description":"Collection has at least 3 items"},{"command":"check-item-exists 'Efficient Estimation of Word Representations'","key":"exists","expected":true,"description":"Mikolov item imported"},{"command":"check-item-exists 'GloVe'","key":"exists","expected":true,"description":"GloVe item imported"}],"github_task_path":"task_generator/tasks/zotero_gap_csv_import_via_ris_conversion"} {"id":"zotero_gap_import_bibtex_file","app":"zotero","task":"Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. A BibTeX file with two entries is at /home/user/Documents/citations.bib. Launch Zotero. Import /home/user/Documents/citations.bib into the library. After import, both entries must appear in the library as new items: one titled 'LLaMA: Open and Efficient Foundation Language Models' and one titled 'PaLM: Scaling Language Modeling with Pathways'. Leave Zotero running.","env":{"files":[{"filename":"zotero.sqlite","sandbox_path":"/home/user/Zotero/zotero.sqlite"},{"filename":"citations.bib","sandbox_path":"/home/user/Documents/citations.bib"}]},"verification":[{"command":"check-item-exists 'LLaMA'","key":"exists","expected":true,"description":"LLaMA item imported"},{"command":"check-item-exists 'PaLM'","key":"exists","expected":true,"description":"PaLM item imported"}],"github_task_path":"task_generator/tasks/zotero_gap_import_bibtex_file"} {"id":"zotero_gap_import_ris_file","app":"zotero","task":"Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. A single-record RIS file is at /home/user/Documents/new_papers.ris. Launch Zotero. Import the RIS file into the library. After import a new item titled 'GPT-4 Technical Report' (type journalArticle) must exist in the library and the total item count must be at least 5. Leave Zotero running.","env":{"files":[{"filename":"zotero.sqlite","sandbox_path":"/home/user/Zotero/zotero.sqlite"},{"filename":"new_papers.ris","sandbox_path":"/home/user/Documents/new_papers.ris"}]},"verification":[{"command":"check-item-exists 'GPT-4 Technical Report'","key":"exists","expected":true,"description":"Imported GPT-4 item exists"},{"command":"check-item-type 'GPT-4 Technical Report' journalArticle","key":"match","expected":true,"description":"Type is journalArticle"}],"github_task_path":"task_generator/tasks/zotero_gap_import_ris_file"} {"id":"zotero_gap_multi_pdf_attach","app":"zotero","task":"Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. Three PDF files are provided under /home/user/Documents/: attention.pdf, bert.pdf, deep_learning.pdf. Launch Zotero. Attach each PDF to the matching existing item as a child attachment (Attach Stored Copy of File):\n - attention.pdf -> 'Attention Is All You Need'\n - bert.pdf -> 'BERT: Pre-training of Deep Bidirectional Transformers'\n - deep_learning.pdf -> 'Deep Learning'\nAfter completion, each of the three items must have at least one child PDF attachment. Leave Zotero running.","env":{"files":[{"filename":"zotero.sqlite","sandbox_path":"/home/user/Zotero/zotero.sqlite"},{"filename":"attention.pdf","sandbox_path":"/home/user/Documents/attention.pdf"},{"filename":"bert.pdf","sandbox_path":"/home/user/Documents/bert.pdf"},{"filename":"deep_learning.pdf","sandbox_path":"/home/user/Documents/deep_learning.pdf"}]},"verification":[{"command":"check-item-attachment 'Attention Is All You Need'","key":"has_attachment","expected":true,"description":"Attention has an attachment"},{"command":"check-item-attachment 'BERT'","key":"has_attachment","expected":true,"description":"BERT has an attachment"},{"command":"check-item-attachment 'Deep Learning'","key":"has_attachment","expected":true,"description":"Deep Learning has an attachment"}],"github_task_path":"task_generator/tasks/zotero_gap_multi_pdf_attach"} {"id":"zotero_gap_pdf_and_color_tag","app":"zotero","task":"Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. A PDF is provided at /home/user/Documents/bert_paper.pdf. Launch Zotero. Do BOTH of the following on the existing item 'BERT: Pre-training of Deep Bidirectional Transformers':\n 1. Attach the PDF /home/user/Documents/bert_paper.pdf to the BERT item as a child attachment.\n 2. Add the tag 'important' to the BERT item.\nAfter saving, the BERT item must have at least one PDF attachment child AND be tagged with 'important'. Leave Zotero running.","env":{"files":[{"filename":"zotero.sqlite","sandbox_path":"/home/user/Zotero/zotero.sqlite"},{"filename":"bert_paper.pdf","sandbox_path":"/home/user/Documents/bert_paper.pdf"}]},"verification":[{"command":"check-item-attachment 'BERT'","key":"has_attachment","expected":true,"description":"BERT has an attachment"},{"command":"check-item-tag 'BERT' important","key":"has_tag","expected":true,"description":"BERT has 'important' tag"}],"github_task_path":"task_generator/tasks/zotero_gap_pdf_and_color_tag"} {"id":"zotero_gap_ris_into_new_collection","app":"zotero","task":"Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. An RIS file with 2 entries is at /home/user/Documents/nlp_papers.ris (ELECTRA and RoBERTa). Launch Zotero. Create a new top-level collection named exactly 'NLP Imports'. Then import /home/user/Documents/nlp_papers.ris into Zotero, ensuring BOTH imported items are placed in the 'NLP Imports' collection. After completion the 'NLP Imports' collection must exist and contain at least 2 items, and both 'ELECTRA' and 'RoBERTa' items must exist in the library. Leave Zotero running.","env":{"files":[{"filename":"zotero.sqlite","sandbox_path":"/home/user/Zotero/zotero.sqlite"},{"filename":"nlp_papers.ris","sandbox_path":"/home/user/Documents/nlp_papers.ris"}]},"verification":[{"command":"check-collection-exists 'NLP Imports'","key":"exists","expected":true,"description":"Collection exists"},{"command":"check-collection-count 'NLP Imports' 2","key":"match","expected":true,"description":"Collection has at least 2 items"},{"command":"check-item-exists ELECTRA","key":"exists","expected":true,"description":"ELECTRA imported"},{"command":"check-item-exists RoBERTa","key":"exists","expected":true,"description":"RoBERTa imported"}],"github_task_path":"task_generator/tasks/zotero_gap_ris_into_new_collection"} {"id":"zotero_move_item_between_collections","app":"zotero","task":"Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. Launch Zotero. The item 'BERT: Pre-training of Deep Bidirectional Transformers' currently belongs to the 'Transformers' subcollection (under AI Research). Perform a MOVE: (1) Create a new top-level collection named exactly 'Language Models' under My Library. (2) Add the BERT item to the new 'Language Models' collection. (3) Remove BERT from the 'Transformers' collection. After all three steps, BERT must be in 'Language Models' and must NOT be in 'Transformers'. Leave Zotero running.","env":{"files":[{"filename":"zotero.sqlite","sandbox_path":"/home/user/Zotero/zotero.sqlite"}]},"verification":[{"command":"check-collection-exists 'Language Models'","key":"exists","expected":true,"description":"'Language Models' collection exists"},{"command":"check-collection-contains 'Language Models' BERT","key":"contains","expected":true,"description":"Language Models contains BERT"},{"command":"check-collection-contains Transformers BERT","key":"contains","expected":false,"description":"Transformers no longer contains BERT"},{"command":"check-item-exists BERT","key":"exists","expected":true,"description":"BERT item still exists in library"}],"github_task_path":"task_generator/tasks/zotero_move_item_between_collections"} {"id":"zotero_move_item_to_trash","app":"zotero","task":"Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. Launch Zotero. Locate the item titled 'A Survey of RL Methods' in the middle pane and move it to Trash. Do NOT empty the trash. After the action, the item should still exist in Zotero's Trash folder but should no longer be counted among the 4 regular library items - only 3 regular items should remain. Leave Zotero running.","env":{"files":[{"filename":"zotero.sqlite","sandbox_path":"/home/user/Zotero/zotero.sqlite"}]},"verification":[{"command":"check-file-exists /home/user/Zotero/zotero.sqlite","key":"exists","expected":true,"description":"zotero.sqlite exists"},{"command":"check-item-in-trash 'Survey of RL Methods'","key":"in_trash","expected":true,"description":"Survey item is in trash"},{"command":"check-item-count 3","key":"match","expected":true,"description":"Non-deleted item count is 3"}],"github_task_path":"task_generator/tasks/zotero_move_item_to_trash"} {"id":"zotero_rename_collection","app":"zotero","task":"Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. Launch Zotero. In the collections pane there is an existing top-level collection named 'Reinforcement Learning' which contains the item 'A Survey of RL Methods'. Change the collection name to exactly 'RL Papers'. After renaming, the collection 'Reinforcement Learning' must NOT exist any more, the collection 'RL Papers' must exist, and the survey item must still belong to 'RL Papers'. Leave Zotero running.","env":{"files":[{"filename":"zotero.sqlite","sandbox_path":"/home/user/Zotero/zotero.sqlite"}]},"verification":[{"command":"check-collection-exists 'RL Papers'","key":"exists","expected":true,"description":"Renamed collection exists"},{"command":"check-collection-exists 'Reinforcement Learning'","key":"exists","expected":false,"description":"Old collection name removed"},{"command":"check-collection-contains 'RL Papers' 'Survey of RL Methods'","key":"contains","expected":true,"description":"Survey item is in renamed collection"}],"github_task_path":"task_generator/tasks/zotero_rename_collection"} {"id":"zotero_restore_from_trash","app":"zotero","task":"Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. The library currently has 4 active items in My Library plus one item in the Trash titled 'Generative Adversarial Networks'. Launch Zotero, click the 'Trash' entry in the left collections pane, locate the item 'Generative Adversarial Networks', and restore it to the library. After the restore the GAN item must NOT be in the trash, must exist among regular items, and the regular (non-trashed) item count must equal 5. Leave Zotero running.","env":{"files":[{"filename":"zotero.sqlite","sandbox_path":"/home/user/Zotero/zotero.sqlite"}]},"verification":[{"command":"check-item-in-trash 'Generative Adversarial Networks'","key":"in_trash","expected":false,"description":"GAN item no longer in trash"},{"command":"check-item-exists 'Generative Adversarial Networks'","key":"exists","expected":true,"description":"GAN item exists in regular library"},{"command":"check-item-count 5","key":"match","expected":true,"description":"Regular item count is 5"}],"github_task_path":"task_generator/tasks/zotero_restore_from_trash"} {"id":"zotero_subcollection_neural","app":"zotero","task":"Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. Launch Zotero. In the collections pane under 'My Library' there is an existing collection named 'AI Research'. Create a subcollection named exactly 'Neural Networks' as a direct child of 'AI Research', not a sibling. Leave Zotero running so the new subcollection is saved.","env":{"files":[{"filename":"zotero.sqlite","sandbox_path":"/home/user/Zotero/zotero.sqlite"}]},"verification":[{"command":"check-file-exists /home/user/Zotero/zotero.sqlite","key":"exists","expected":true,"description":"zotero.sqlite exists"},{"command":"check-collection-exists 'Neural Networks'","key":"exists","expected":true,"description":"'Neural Networks' collection exists"},{"command":"check-subcollection 'AI Research' 'Neural Networks'","key":"is_subcollection","expected":true,"description":"'Neural Networks' is a subcollection of 'AI Research'"}],"github_task_path":"task_generator/tasks/zotero_subcollection_neural"} {"id":"zotero_tag_bert_important","app":"zotero","task":"Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. Launch Zotero. The library already has a tag named 'important' (used on one other item). Find the item whose title starts with 'BERT' (full title: 'BERT: Pre-training of Deep Bidirectional Transformers') and add the existing 'important' tag to it via the Tags tab on the right-hand pane. You can pick the tag from autocomplete so no new tag is created. Leave Zotero running.","env":{"files":[{"filename":"zotero.sqlite","sandbox_path":"/home/user/Zotero/zotero.sqlite"}]},"verification":[{"command":"check-file-exists /home/user/Zotero/zotero.sqlite","key":"exists","expected":true,"description":"zotero.sqlite exists"},{"command":"check-item-tag 'BERT: Pre-training' important","key":"has_tag","expected":true,"description":"BERT item has 'important' tag"}],"github_task_path":"task_generator/tasks/zotero_tag_bert_important"} {"id":"zotero_tag_item_to_read","app":"zotero","task":"Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. Launch Zotero. In the library you will find an item titled 'Attention Is All You Need'. Open that item (click it) and add a new tag named exactly 'to-read' (lowercase, with a hyphen) via the Tags tab on the right. The tag does not exist yet — creating it on the item will also create it in the library. Leave Zotero running so the tag is saved.","env":{"files":[{"filename":"zotero.sqlite","sandbox_path":"/home/user/Zotero/zotero.sqlite"}]},"verification":[{"command":"check-file-exists /home/user/Zotero/zotero.sqlite","key":"exists","expected":true,"description":"zotero.sqlite exists on disk"},{"command":"check-tag-exists to-read","key":"exists","expected":true,"description":"Tag 'to-read' exists"},{"command":"check-item-tag 'Attention Is All You Need' to-read","key":"has_tag","expected":true,"description":"Attention Is All You Need item has tag 'to-read'"}],"github_task_path":"task_generator/tasks/zotero_tag_item_to_read"}