From e4b6e154149bee47b4098fb5721aa3cd135caebe Mon Sep 17 00:00:00 2001 From: Fabro Date: Tue, 24 Mar 2026 21:17:12 -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) --- run.json | 157 +++++++++++++++++++++++++++++++++++++++++++++++++++ sandbox.json | 4 ++ start.json | 6 ++ 3 files changed, 167 insertions(+) create mode 100644 run.json create mode 100644 sandbox.json create mode 100644 start.json diff --git a/run.json b/run.json new file mode 100644 index 000000000..f68774ce4 --- /dev/null +++ b/run.json @@ -0,0 +1,157 @@ +{ + "run_id": "01KMH929SNWH04EQMM5X0NK8KD", + "created_at": "2026-03-25T01:17:11.353472Z", + "config": { + "version": 1, + "goal": "Run tests and report results", + "llm": { + "model": "claude-sonnet-4-6", + "provider": "anthropic", + "fallbacks": null + }, + "sandbox": { + "provider": "local", + "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 + }, + "exe": null, + "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": true, + "auto_approve": true, + "no_retro": false, + "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": "Simple", + "nodes": { + "report": { + "id": "report", + "attrs": { + "label": { + "String": "Report" + }, + "prompt": { + "String": "Summarize the test results" + } + } + }, + "start": { + "id": "start", + "attrs": { + "shape": { + "String": "Mdiamond" + }, + "label": { + "String": "Start" + } + } + }, + "exit": { + "id": "exit", + "attrs": { + "shape": { + "String": "Msquare" + }, + "label": { + "String": "Exit" + } + } + }, + "run_tests": { + "id": "run_tests", + "attrs": { + "label": { + "String": "Run Tests" + }, + "prompt": { + "String": "Run the test suite and report results" + } + } + } + }, + "edges": [ + { + "from": "start", + "to": "run_tests", + "attrs": {} + }, + { + "from": "run_tests", + "to": "report", + "attrs": {} + }, + { + "from": "report", + "to": "exit", + "attrs": {} + } + ], + "attrs": { + "goal": { + "String": "Run tests and report results" + }, + "rankdir": { + "String": "LR" + } + } + }, + "workflow_slug": "simple", + "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" +} \ No newline at end of file diff --git a/sandbox.json b/sandbox.json new file mode 100644 index 000000000..3c003cb61 --- /dev/null +++ b/sandbox.json @@ -0,0 +1,4 @@ +{ + "provider": "local", + "working_directory": "/Users/bhelmkamp/.fabro/runs/20260324-dry-run-01KMH929SNWH04EQMM5X0NK8KD/worktree" +} \ No newline at end of file diff --git a/start.json b/start.json new file mode 100644 index 000000000..3700f1482 --- /dev/null +++ b/start.json @@ -0,0 +1,6 @@ +{ + "run_id": "01KMH929SNWH04EQMM5X0NK8KD", + "start_time": "2026-03-25T01:17:12.038400Z", + "run_branch": "fabro/run/01KMH929SNWH04EQMM5X0NK8KD", + "base_sha": "72a59250fda96e72a5066be4703b247ca103e5c3" +} \ No newline at end of file