⚒️ Generated with [Fabro](https://fabro.sh)
This commit is contained in:
Fabro 2026-03-27 10:58:12 -04:00
parent cb779391fd
commit 6551d21777
3 changed files with 243 additions and 0 deletions

232
run.json Normal file
View file

@ -0,0 +1,232 @@
{
"run_id": "01KMQWTV54307PJ37C87C412F9",
"created_at": "2026-03-27T14:58:05.096449Z",
"config": {
"version": 1,
"goal": "Full-stack scenario: command, agent, human gate, and goal gate verification",
"llm": {
"model": "claude-haiku-4-5",
"provider": "anthropic",
"fallbacks": null
},
"sandbox": {
"provider": "daytona",
"preserve": null,
"devcontainer": null,
"local": null,
"daytona": {
"auto_stop_interval": 30,
"labels": {
"repo": "fabro-sh/fabro"
},
"snapshot": {
"name": "fabro-v6",
"cpu": 4,
"memory": 8,
"disk": 20,
"dockerfile": "FROM ubuntu:24.04\n\nRUN apt-get update && apt-get install -y --no-install-recommends curl git ca-certificates build-essential pkg-config libssl-dev unzip python3 && rm -rf /var/lib/apt/lists/*\n\n# GitHub CLI\nRUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg && echo \"deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main\" | tee /etc/apt/sources.list.d/github-cli.list > /dev/null && apt-get update && apt-get install -y --no-install-recommends gh && rm -rf /var/lib/apt/lists/*\n\n# Rust\nRUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y\nENV PATH=\"/root/.cargo/bin:${PATH}\"\nRUN cargo install cargo-nextest --locked\nENV CARGO_INCREMENTAL=0\n\n# Bun\nRUN curl -fsSL https://bun.sh/install | bash\nENV PATH=\"/root/.bun/bin:${PATH}\"\n\nWORKDIR /root\n"
},
"network": null,
"skip_clone": false
},
"ssh": null,
"env": null
},
"pull_request": {
"enabled": true,
"draft": false,
"auto_merge": false,
"merge_strategy": "squash"
},
"hooks": [
{
"name": "cargo-fmt",
"event": "post_tool_use",
"command": "cargo fmt",
"matcher": "write_file|edit_file|apply_patch",
"blocking": true,
"timeout_ms": null,
"sandbox": null
}
],
"verbose": false,
"dry_run": false,
"auto_approve": true,
"no_retro": true,
"features": {
"session_sandboxes": false,
"retros": false
},
"log": {
"level": "debug"
},
"git": {
"provider": "github",
"app_id": "2993730",
"client_id": "Iv23li3Pu4pCpsmPopVN",
"slug": "brynary-fabro",
"author": {
"name": null,
"email": null
},
"webhooks": null
},
"fabro": {
"root": "fabro/"
}
},
"graph": {
"name": "FullStack",
"nodes": {
"impl": {
"id": "impl",
"attrs": {
"prompt": {
"String": "Create the file /tmp/scenario_full/result.txt containing exactly the word PASS on the first line."
},
"label": {
"String": "Implement"
}
}
},
"start": {
"id": "start",
"attrs": {
"shape": {
"String": "Mdiamond"
},
"label": {
"String": "Start"
}
}
},
"exit": {
"id": "exit",
"attrs": {
"shape": {
"String": "Msquare"
},
"label": {
"String": "Exit"
}
}
},
"verify": {
"id": "verify",
"attrs": {
"retry_target": {
"String": "impl"
},
"shape": {
"String": "parallelogram"
},
"label": {
"String": "Verify"
},
"script": {
"String": "cat /tmp/scenario_full/result.txt"
},
"goal_gate": {
"Boolean": true
}
}
},
"plan": {
"id": "plan",
"attrs": {
"label": {
"String": "Plan"
},
"prompt": {
"String": "Read /tmp/scenario_full/flag.txt. Then create a file /tmp/scenario_full/result.txt containing the word PASS."
},
"shape": {
"String": "tab"
}
}
},
"setup": {
"id": "setup",
"attrs": {
"script": {
"String": "mkdir -p /tmp/scenario_full && echo ready > /tmp/scenario_full/flag.txt"
},
"shape": {
"String": "parallelogram"
},
"label": {
"String": "Setup"
}
}
},
"approve": {
"id": "approve",
"attrs": {
"label": {
"String": "Approve?"
},
"shape": {
"String": "hexagon"
}
}
}
},
"edges": [
{
"from": "start",
"to": "setup",
"attrs": {}
},
{
"from": "setup",
"to": "plan",
"attrs": {}
},
{
"from": "plan",
"to": "approve",
"attrs": {}
},
{
"from": "approve",
"to": "impl",
"attrs": {
"label": {
"String": "[A] Approve"
}
}
},
{
"from": "approve",
"to": "plan",
"attrs": {
"label": {
"String": "[R] Revise"
}
}
},
{
"from": "impl",
"to": "verify",
"attrs": {}
},
{
"from": "verify",
"to": "exit",
"attrs": {}
}
],
"attrs": {
"rankdir": {
"String": "LR"
},
"goal": {
"String": "Full-stack scenario: command, agent, human gate, and goal gate verification"
}
}
},
"workflow_slug": "full_stack",
"working_directory": "/Users/bhelmkamp/p/fabro-sh/fabro/lib/crates/fabro-cli",
"host_repo_path": "/Users/bhelmkamp/p/fabro-sh/fabro/lib/crates/fabro-cli",
"base_branch": "fabro-core"
}

5
sandbox.json Normal file
View file

@ -0,0 +1,5 @@
{
"provider": "daytona",
"working_directory": "/home/daytona/workspace",
"identifier": "fabro-01KMQWTV54307PJ37C87C412F9"
}

6
start.json Normal file
View file

@ -0,0 +1,6 @@
{
"run_id": "01KMQWTV54307PJ37C87C412F9",
"start_time": "2026-03-27T14:58:12.574701Z",
"run_branch": "fabro/run/01KMQWTV54307PJ37C87C412F9",
"base_sha": "740dbd6fbba170d8f01a358fe84a71260a9950f3"
}