mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-10 22:43:37 +00:00
Remove unused codergen_mode attribute from daytona-check report node
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
379f92c110
commit
ae236a383a
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ digraph DaytonaCheck {
|
|||
exit [shape=Msquare, label="Exit"]
|
||||
|
||||
run_tests [label="Run Tests", shape=parallelogram, script="cargo test --workspace 2>&1 || true"]
|
||||
report [label="Report", codergen_mode="one_shot", prompt="Summarize the test results"]
|
||||
report [label="Report", prompt="Summarize the test results"]
|
||||
|
||||
start -> run_tests -> report -> exit
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue