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..a9ed2f49e --- /dev/null +++ b/manifest.json @@ -0,0 +1,13 @@ +{ + "run_id": "01KMGXBASPSFTRAXWTZZX03NTQ", + "workflow_name": "Simple", + "goal": "Run tests and report results", + "start_time": "2026-03-24T21:52:25.043470Z", + "node_count": 4, + "edge_count": 3, + "run_branch": "fabro/run/01KMGXBASPSFTRAXWTZZX03NTQ", + "base_sha": "1b1087bd55e22f3ab7be11b62b3b487ca98415b3", + "base_branch": "fabro-core", + "workflow_slug": "simple", + "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..dbf74d46f --- /dev/null +++ b/sandbox.json @@ -0,0 +1,4 @@ +{ + "provider": "local", + "working_directory": "/Users/bhelmkamp/.fabro/runs/20260324-dry-run-01KMGXBASPSFTRAXWTZZX03NTQ/worktree" +} \ No newline at end of file