diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-14 09:56:52 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-14 09:56:52 +0200 |
| commit | 818ed50e2a54b40ccf7a7771bebe0312dc01a8b5 (patch) | |
| tree | 16bfb301c1192a1d301d50388eb33a52ecdc7e69 /examples/plain_ruby/Justfile | |
| parent | 63607f415c45a8670cd2eb4d346e448dceb5422f (diff) | |
Add agent-backed file processing DSL
Diffstat (limited to 'examples/plain_ruby/Justfile')
| -rw-r--r-- | examples/plain_ruby/Justfile | 12 |
1 files changed, 12 insertions, 0 deletions
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 |
