vdutts7/glidercli — reverse-engineered prompt
Reverse engineered prompt
Build me a Node command line tool called glider that lets someone control a Chromium based browser from the terminal. I want it to connect to Chrome through a local relay and a required browser extension, then run simple YAML task files that can open pages, click things, explore a page, run small browser scripts, and take screenshots.
It should have commands like install and connect so a user can set up the background pieces, then run a task and watch progress in the terminal. Add an autonomous loop mode where it keeps trying until it sees a completion marker, reaches a max number of tries, or times out. Please include sensible safety limits, retry backoff, clear error messages, and examples.
Support Chrome by default, with config for other Chromium browsers like Arc if possible. Keep the README practical with install steps, browser requirements, and sample YAML tasks. Look up current docs online if you need to.
Want more depth? Deep Reverse