mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-07 08:27:12 +00:00
parent
458bb70e94
commit
d1e9331551
3 changed files with 31 additions and 0 deletions
13
graph.fabro
Normal file
13
graph.fabro
Normal file
|
|
@ -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
|
||||
}
|
||||
13
manifest.json
Normal file
13
manifest.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"run_id": "01KMBJVDCBKEFWKCSZHKHSKT7R",
|
||||
"workflow_name": "CommandAgentMixed",
|
||||
"goal": "Verify sandbox filesystem is shared across command and agent nodes",
|
||||
"start_time": "2026-03-22T20:12:51.315013Z",
|
||||
"node_count": 5,
|
||||
"edge_count": 4,
|
||||
"run_branch": "fabro/run/01KMBJVDCBKEFWKCSZHKHSKT7R",
|
||||
"base_sha": "04320ff5f2f4a21a809ec9dc29c72c6bed3af156",
|
||||
"base_branch": "issue-135",
|
||||
"workflow_slug": "run",
|
||||
"host_repo_path": "/Users/bhelmkamp/p/fabro-sh/fabro/lib/crates/fabro-cli"
|
||||
}
|
||||
5
sandbox.json
Normal file
5
sandbox.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"provider": "daytona",
|
||||
"working_directory": "/home/daytona/workspace",
|
||||
"identifier": "fabro-01KMBJVDCBKEFWKCSZHKHSKT7R"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue