From 818ed50e2a54b40ccf7a7771bebe0312dc01a8b5 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 14 Mar 2026 09:56:52 +0200 Subject: Add agent-backed file processing DSL --- examples/plain_ruby/Justfile | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'examples/plain_ruby/Justfile') diff --git a/examples/plain_ruby/Justfile b/examples/plain_ruby/Justfile index c758519..a4528ce 100644 --- a/examples/plain_ruby/Justfile +++ b/examples/plain_ruby/Justfile @@ -9,3 +9,15 @@ dry: # Verbose output debug: ruby config.rb --debug + +# Apply the agent-backed example +agents: + ruby agents.rb + +# Dry run the agent-backed example +agents-dry: + ruby agents.rb --dry + +# Verbose output for the agent-backed example +agents-debug: + ruby agents.rb --debug -- cgit v1.2.3