From f6a32e8ec0be4cadd9f3447065913417cdabd5c5 Mon Sep 17 00:00:00 2001 From: Fabro Date: Wed, 25 Mar 2026 16:34:20 -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 | 11 +++++++++++ manifest.json | 13 +++++++++++++ sandbox.json | 5 +++++ 3 files changed, 29 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..cb78fd79a --- /dev/null +++ b/graph.fabro @@ -0,0 +1,11 @@ +digraph Smoke { + graph [goal="Verify the sandbox can lint and test the project"] + rankdir=LR + + start [shape=Mdiamond, label="Start"] + exit [shape=Msquare, label="Exit"] + + main [label="Smoke Test", prompt="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."] + + start -> main -> exit +} diff --git a/manifest.json b/manifest.json new file mode 100644 index 000000000..fa259437f --- /dev/null +++ b/manifest.json @@ -0,0 +1,13 @@ +{ + "run_id": "01KMKB8X6SDJ8S8XR4WEHG7C0S", + "workflow_name": "Smoke", + "goal": "Verify the sandbox can lint and test the project", + "start_time": "2026-03-25T20:34:20.388499Z", + "node_count": 3, + "edge_count": 2, + "run_branch": "fabro/run/01KMKB8X6SDJ8S8XR4WEHG7C0S", + "base_sha": "af8419638951e90c603e862fba8085f58a5662d6", + "base_branch": "fabro-core", + "workflow_slug": "smoke", + "host_repo_path": "/Users/bhelmkamp/p/fabro-sh/fabro" +} \ No newline at end of file diff --git a/sandbox.json b/sandbox.json new file mode 100644 index 000000000..d1f7f0327 --- /dev/null +++ b/sandbox.json @@ -0,0 +1,5 @@ +{ + "provider": "daytona", + "working_directory": "/home/daytona/workspace", + "identifier": "fabro-01KMKB8X6SDJ8S8XR4WEHG7C0S" +} \ No newline at end of file