From d28a97c398e5bcea9ecb0bab6ecd4e75ee776eac Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Fri, 13 Mar 2026 12:25:59 -0400 Subject: [PATCH] AGENTS.md --- AGENTS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 2686dd873..5eb689b35 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -82,4 +82,5 @@ When interpolating values into shell command strings (in `fabro-exe` and `fabro- ## Testing workflows -When manually testing workflows with `fabro run`, use `--no-retro` to skip the retro step and finish faster. +- `fabro run ` — run a workflow by name (resolves `arc/workflows//workflow.toml`), e.g. `fabro run repl` +- Use `--no-retro` to skip the retro step and finish faster