Ship from the To-Do list
Every Eyepup friction pattern is a row in your /improve queue. Each row carries the prompt, the visitor evidence, and the confidence rating. Click 'Ship' or pipe to Claude Code — both work.
One-line workflow
$ eyepup done 696
How it works
Step 1
Read
eyepup todo --limit 5 — top 5 patterns, ranked by impact.
Step 2
Pick
First row has highest expected lift. Skip-and-pick if you want a smaller fix.
Step 3
Ship
Copy the recommended_action prompt → Claude Code → diff → PR.
Step 4
Mark done
eyepup done <pattern_id> archives the row and updates the changelog.
