mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-08 22:21:45 +00:00
parent
967d3f04c0
commit
dd9a2b275e
3 changed files with 29 additions and 0 deletions
11
graph.fabro
Normal file
11
graph.fabro
Normal file
|
|
@ -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
|
||||
}
|
||||
13
manifest.json
Normal file
13
manifest.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"run_id": "01KMBCNF7JXF3485S94RX5AHYZ",
|
||||
"workflow_name": "Smoke",
|
||||
"goal": "Verify the sandbox can lint and test the project",
|
||||
"start_time": "2026-03-22T18:24:44.912146Z",
|
||||
"node_count": 3,
|
||||
"edge_count": 2,
|
||||
"run_branch": "fabro/run/01KMBCNF7JXF3485S94RX5AHYZ",
|
||||
"base_sha": "04320ff5f2f4a21a809ec9dc29c72c6bed3af156",
|
||||
"base_branch": "issue-135",
|
||||
"workflow_slug": "20260322-01KMBCNF7JXF3485S94RX5AHYZ",
|
||||
"host_repo_path": "/Users/bhelmkamp/p/fabro-sh/fabro"
|
||||
}
|
||||
5
sandbox.json
Normal file
5
sandbox.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"provider": "daytona",
|
||||
"working_directory": "/home/daytona/workspace",
|
||||
"identifier": "fabro-01KMBCNF7JXF3485S94RX5AHYZ"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue