chore: temporarily update hello workflow

This commit is contained in:
Bryan Helmkamp 2026-04-25 08:55:21 -04:00
parent 6f358b92a3
commit 5e61518769
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View file

@ -5,7 +5,7 @@ digraph Hello {
start [shape=Mdiamond, label="Start"]
exit [shape=Msquare, label="Exit"]
greet [label="Greet", prompt="Print a listing of the top-level files and directories in this repo."]
greet [label="Greet", prompt="Add a haiku to the README"]
start -> greet -> exit
}

View file

@ -5,3 +5,6 @@ graph = "workflow.fabro"
[run.sandbox]
provider = "local"
[run.sandbox.local]
worktree_mode = "always"