From 2a4c3accf2cd66a782ebaeaa49d74d1a7806458a Mon Sep 17 00:00:00 2001 From: Fabro Date: Thu, 19 Mar 2026 09:41:01 -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 | 13 +++++++++++++ manifest.json | 13 +++++++++++++ sandbox.json | 4 ++++ 3 files changed, 30 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..4b012c6fe --- /dev/null +++ b/graph.fabro @@ -0,0 +1,13 @@ +digraph CommandAgentMixed { + graph [goal="Verify sandbox filesystem is shared across command and agent nodes"] + rankdir=LR + + start [shape=Mdiamond, label="Start"] + exit [shape=Msquare, label="Exit"] + + setup [label="Setup", shape=parallelogram, script="echo SCENARIO_FLAG_42 > /tmp/scenario_flag.txt"] + work [label="Work", prompt="Read the file /tmp/scenario_flag.txt and tell me what it contains."] + verify [label="Verify", shape=parallelogram, script="cat /tmp/scenario_flag.txt"] + + start -> setup -> work -> verify -> exit +} diff --git a/manifest.json b/manifest.json new file mode 100644 index 000000000..52afe3940 --- /dev/null +++ b/manifest.json @@ -0,0 +1,13 @@ +{ + "run_id": "01KM357YAFWTEM0XEAR8D3RXD3", + "workflow_name": "CommandAgentMixed", + "goal": "Verify sandbox filesystem is shared across command and agent nodes", + "start_time": "2026-03-19T13:41:01.163778Z", + "node_count": 5, + "edge_count": 4, + "run_branch": "fabro/run/01KM357YAFWTEM0XEAR8D3RXD3", + "base_sha": "a7a6c53c9b09e231ba0e474d14c3a10280570c74", + "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..4a7c277aa --- /dev/null +++ b/sandbox.json @@ -0,0 +1,4 @@ +{ + "provider": "local", + "working_directory": "/private/var/folders/nm/bd2dwzy52t1ckn3tklsfmy1c0000gn/T/.tmpioA9a3/run/worktree" +} \ No newline at end of file