summaryrefslogtreecommitdiff
path: root/examples/rake
AgeCommit message (Collapse)Author
2026-03-14Add agent-backed file processing DSLPaul Buetow
2026-03-02add Justfiles for all examplesPaul Buetow
Each example directory gets a Justfile with run/dry/debug recipes. The rake and gem examples also include a setup recipe for bundle install. The cli example adds a hosts recipe for the --hosts flag. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-01add rcm LoadError fallback to rake and gem examplesPaul Buetow
2026-03-01fix dry-run crash when parent directory does not exist yet, add rake and rcm ↵Paul Buetow
fallback to examples
2026-03-01add README.md to each example directory with usage instructionsPaul Buetow
2026-03-01add quickstart examples directory and link from READMEPaul Buetow