summaryrefslogtreecommitdiff
path: root/examples
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-01removePaul Buetow
2026-03-01fix requires syntax in plain_ruby example.rbPaul Buetow
2026-03-01add rcm LoadError fallback to rake and gem examplesPaul Buetow
2026-03-01replace gem example with bundle exec ruby, distinct from rake examplePaul 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-01fix bin/rcm to fall back to lib/dsl when gem is not installedPaul Buetow
2026-03-01use relative path to bin/rcm in cli example READMEPaul Buetow
2026-03-01clarify location of rcm CLI tool in cli example READMEPaul Buetow
2026-03-01add README.md to each example directory with usage instructionsPaul Buetow
2026-03-01add quickstart examples directory and link from READMEPaul Buetow