
Here's a Bash script that stitches together `llm` and `files-to-prompt` (from @simonw) to run an iterative TDD loop to make a set of tests pass. codeinthehole.com/tips/llm-tdd-l… This effectively automates the green part from the standard red-green-refactor loop.










