mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-07 08:27:12 +00:00
parent
fab8ba8f00
commit
5049bd6058
3 changed files with 29 additions and 0 deletions
12
graph.fabro
Normal file
12
graph.fabro
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
digraph Simple {
|
||||
graph [goal="Run tests and report results"]
|
||||
rankdir=LR
|
||||
|
||||
start [shape=Mdiamond, label="Start"]
|
||||
exit [shape=Msquare, label="Exit"]
|
||||
|
||||
run_tests [label="Run Tests", prompt="Run the test suite and report results"]
|
||||
report [label="Report", prompt="Summarize the test results"]
|
||||
|
||||
start -> run_tests -> report -> exit
|
||||
}
|
||||
13
manifest.json
Normal file
13
manifest.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"run_id": "01KMGN88T4G3PKHNMYQ88D2PWT",
|
||||
"workflow_name": "Simple",
|
||||
"goal": "Run tests and report results",
|
||||
"start_time": "2026-03-24T19:30:56.379469Z",
|
||||
"node_count": 4,
|
||||
"edge_count": 3,
|
||||
"run_branch": "fabro/run/01KMGN88T4G3PKHNMYQ88D2PWT",
|
||||
"base_sha": "7e5b166684dfdc72c37cb8214759396d9551b242",
|
||||
"base_branch": "fabro-core",
|
||||
"workflow_slug": "simple",
|
||||
"host_repo_path": "/Users/bhelmkamp/p/fabro-sh/fabro/lib/crates/fabro-cli"
|
||||
}
|
||||
4
sandbox.json
Normal file
4
sandbox.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"provider": "local",
|
||||
"working_directory": "/Users/bhelmkamp/.fabro/runs/20260324-dry-run-01KMGN88T4G3PKHNMYQ88D2PWT/worktree"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue