#AI collaboration
5 build entries, newest first.
-
The agent designs. The script ships.
Claude decides what the about page should be. ship.sh decides nothing. The roles don't blur.
-
Voice constraints are an input, not a style sheet
A list of banned words and punctuation is the most useful single artifact I hand to any agent.
-
Best-effort patches with explicit fallbacks
The nav patcher tries two patterns, warns if both fail, and never blocks the ship.
-
The bundle shipper pattern
When the sandbox can't reach the repo, hand the human a single bash command that does everything.
-
Print cleanup commands. Don't auto-delete.
Every ship script ends with rm commands you can copy. None of them run on their own.