2D Game Assets Requires the genmedia CLI (run once). Full pipeline for 2D pixel art game assets: character → sprite sheets → background removal → game background. Each recipe is independently invokable, run just the part you need. Always use so output is machine-readable. Use to save files locally. Do not curl URLs manually, use the flag. --- Execution rules, follow these strictly 1. Each genmedia command = one Bash tool call : issue each and as its own bare tool call. No variable assignments, no pipes, no shell redirects. This keeps every call matching the allowlist so it runs without permis…