⚒️ Generated with [Fabro](https://fabro.sh)
This commit is contained in:
Fabro 2026-03-21 11:53:41 -04:00
parent 5b812f21d1
commit 70cd89cabd
3 changed files with 29 additions and 0 deletions

12
graph.fabro Normal file
View file

@ -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
}

13
manifest.json Normal file
View file

@ -0,0 +1,13 @@
{
"run_id": "01KM8HMB2E0EY8FVCT30B02J5J",
"workflow_name": "Simple",
"goal": "Run tests and report results",
"start_time": "2026-03-21T15:53:41.665201Z",
"node_count": 4,
"edge_count": 3,
"run_branch": "fabro/run/01KM8HMB2E0EY8FVCT30B02J5J",
"base_sha": "9d33c0ff97771706641fd8c922414d8709cffb2e",
"base_branch": "main",
"workflow_slug": "01KM8HMB2E0EY8FVCT30B02J5J",
"host_repo_path": "/Users/bhelmkamp/p/fabro-sh/fabro/lib/crates/fabro-cli"
}

4
sandbox.json Normal file
View file

@ -0,0 +1,4 @@
{
"provider": "local",
"working_directory": "/var/folders/nm/bd2dwzy52t1ckn3tklsfmy1c0000gn/T/fabro-dry-run/01KM8HMB2E0EY8FVCT30B02J5J/worktree"
}