mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
Copy 14 DOT workflow files from the kilroy project and add tests proving arc can parse them. 11 files parse successfully, exercising features including subgraphs, fan-out/fan-in, conditional routing, goal gates, model stylesheets, and large 40+ node workflows. 3 batch test files (batch_*.dot) document a parser gap: arc requires quoted values for strings with hyphens/dots (e.g., "gpt-5.2") while kilroy's parser accepts them unquoted. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| kilroy | ||
| branching.dot | ||
| conditions.dot | ||
| invalid.dot | ||
| legacy_tool.dot | ||
| parallel.dot | ||
| simple.dot | ||
| styled.dot | ||