fabro/test/attractor/batch_has_errors.dot
Bryan Helmkamp a535c6575f Rename kilroy → attractor in test directory and compat tests
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 18:10:22 -05:00

6 lines
149 B
Text

digraph G {
start [shape=Mdiamond]
exit [shape=Msquare]
work [shape=box, llm_model=gpt-5.2, prompt="Do the work."]
start -> work -> exit
}