diff --git a/graph.fabro b/graph.fabro new file mode 100644 index 000000000..549160e90 --- /dev/null +++ b/graph.fabro @@ -0,0 +1,18 @@ +digraph HumanGate { + graph [goal="Test human gate with auto-approve"] + rankdir=LR + + start [shape=Mdiamond, label="Start"] + exit [shape=Msquare, label="Exit"] + + draft [label="Draft", prompt="Write a short greeting message.", shape=tab] + approve [label="Approve?", shape=hexagon] + ship [label="Ship", shape=parallelogram, script="echo shipped"] + revise [label="Revise", prompt="Revise the greeting.", shape=tab] + + start -> draft -> approve + approve -> ship [label="[A] Approve"] + approve -> revise [label="[R] Revise"] + ship -> exit + revise -> draft +} diff --git a/manifest.json b/manifest.json new file mode 100644 index 000000000..c3f53fcac --- /dev/null +++ b/manifest.json @@ -0,0 +1,13 @@ +{ + "run_id": "01KM35MF571ZNDXSZW7E0R4D94", + "workflow_name": "HumanGate", + "goal": "Test human gate with auto-approve", + "start_time": "2026-03-19T13:47:55.691037Z", + "node_count": 6, + "edge_count": 6, + "run_branch": "fabro/run/01KM35MF571ZNDXSZW7E0R4D94", + "base_sha": "8d78aa4aa1e0f778927c5728854955ee91a87db2", + "base_branch": "main", + "workflow_slug": "scenario", + "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..006677383 --- /dev/null +++ b/sandbox.json @@ -0,0 +1,5 @@ +{ + "provider": "daytona", + "working_directory": "/home/daytona/workspace", + "identifier": "fabro-01KM35MF571ZNDXSZW7E0R4D94" +} \ No newline at end of file