From 8c7a31dca2efd39d301233565bccd323ce5081a1 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Fri, 13 Mar 2026 12:26:25 -0400 Subject: [PATCH] Add example toy repl workflow --- fabro/workflows/repl/workflow.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 fabro/workflows/repl/workflow.toml diff --git a/fabro/workflows/repl/workflow.toml b/fabro/workflows/repl/workflow.toml new file mode 100644 index 000000000..e2f3cfc22 --- /dev/null +++ b/fabro/workflows/repl/workflow.toml @@ -0,0 +1,8 @@ +version = 1 +graph = "workflow.dot" + +[sandbox] +provider = "local" + +[sandbox.local] +worktree_mode = "never"