From 8b5e2f91d89618f514dc3ac62b374444d83664ff Mon Sep 17 00:00:00 2001 From: Fabro Date: Mon, 23 Mar 2026 10:06:20 -0400 Subject: [PATCH] init run MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ⚒️ Generated with [Fabro](https://fabro.sh) --- graph.fabro | 12 ++++++++++++ manifest.json | 13 +++++++++++++ sandbox.json | 4 ++++ 3 files changed, 29 insertions(+) create mode 100644 graph.fabro create mode 100644 manifest.json create mode 100644 sandbox.json diff --git a/graph.fabro b/graph.fabro new file mode 100644 index 000000000..edcf5b257 --- /dev/null +++ b/graph.fabro @@ -0,0 +1,12 @@ +digraph Simple { + graph [goal="Run tests and report results"] + rankdir=LR + + start [shape=Mdiamond, label="Start"] + exit [shape=Msquare, label="Exit"] + + run_tests [label="Run Tests", prompt="Run the test suite and report results"] + report [label="Report", prompt="Summarize the test results"] + + start -> run_tests -> report -> exit +} diff --git a/manifest.json b/manifest.json new file mode 100644 index 000000000..d329c0e4b --- /dev/null +++ b/manifest.json @@ -0,0 +1,13 @@ +{ + "run_id": "01KMDG96F63G9E3EYE2CY0P7MV", + "workflow_name": "Simple", + "goal": "Run tests and report results", + "start_time": "2026-03-23T14:06:20.287205Z", + "node_count": 4, + "edge_count": 3, + "run_branch": "fabro/run/01KMDG96F63G9E3EYE2CY0P7MV", + "base_sha": "b5c014443e4f5865951e58173e3ac750c5284fff", + "base_branch": "main", + "workflow_slug": "test", + "host_repo_path": "/Users/bhelmkamp/p/fabro-sh/fabro/lib/crates/fabro-cli" +} \ No newline at end of file diff --git a/sandbox.json b/sandbox.json new file mode 100644 index 000000000..bcb547211 --- /dev/null +++ b/sandbox.json @@ -0,0 +1,4 @@ +{ + "provider": "local", + "working_directory": "/Users/bhelmkamp/.fabro/runs/20260323-dry-run-01KMDG96F63G9E3EYE2CY0P7MV/worktree" +} \ No newline at end of file