This folder is the backing data for the README cast and docs/QUICKSTART.md. It is intentionally small — three markdown notes — so the full pipeline runs in seconds.
PowerShell:
./run.ps1bash / zsh:
./run.shEither script runs:
llm-patch compile ./notes --output ./out
llm-patch info ./out
examples/quickstart/
notes/
react-hooks.md
tailwind-tips.md
pytest-fixtures.md
run.ps1
run.sh
Drop your own *.md files into notes/ to extend the demo.