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:
Bryan Helmkamp 2026-02-27 12:09:10 -05:00
parent 379f92c110
commit ae236a383a

View file

@ -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
}