fabro/run.json
Fabro 041cd316bf init run
⚒️ Generated with [Fabro](https://fabro.sh)
2026-04-01 08:52:39 -04:00

136 lines
No EOL
4.2 KiB
JSON

{
"run_id": "01KN4HMHREWRMBAXDTCRBHDK41",
"created_at": "2026-04-01T12:52:32.143730Z",
"settings": {
"version": 1,
"goal": "Verify the sandbox can lint and test the project",
"graph": "workflow.fabro",
"llm": {
"model": "claude-sonnet-4-6",
"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
},
"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
}
],
"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": "Smoke",
"nodes": {
"exit": {
"id": "exit",
"attrs": {
"label": {
"String": "Exit"
},
"shape": {
"String": "Msquare"
}
}
},
"main": {
"id": "main",
"attrs": {
"prompt": {
"String": "Run each of these commands in order and report the results. If any command fails, continue running the rest and report all results at the end.\n\n1. rustc --version && cargo --version\n2. bun --version\n3. cargo fmt --check --all\n4. cargo clippy -q --workspace -- -D warnings\n5. cargo nextest run --cargo-quiet --workspace --status-level fail\n6. cd apps/fabro-web && bun install && bun run typecheck\n7. cd apps/fabro-web && bun test\n\nReport a summary table of pass/fail for each step."
},
"label": {
"String": "Smoke Test"
}
}
},
"start": {
"id": "start",
"attrs": {
"label": {
"String": "Start"
},
"shape": {
"String": "Mdiamond"
}
}
}
},
"edges": [
{
"from": "start",
"to": "main",
"attrs": {}
},
{
"from": "main",
"to": "exit",
"attrs": {}
}
],
"attrs": {
"goal": {
"String": "Verify the sandbox can lint and test the project"
},
"rankdir": {
"String": "LR"
}
}
},
"workflow_slug": "smoke",
"working_directory": "/Users/bhelmkamp/p/fabro-sh/fabro",
"host_repo_path": "/Users/bhelmkamp/p/fabro-sh/fabro",
"base_branch": "main"
}