fabro/lib
Bryan Helmkamp dbf4829b47
fix(graphviz): render comments with template braces (#509)
## Summary

Fixes #508.

This changes Graphviz render preparation so Fabro DOT is normalized
before graph-level style defaults are injected. That keeps leading
comments such as `// ... {{ goal }} ...` from being mistaken for the
graph body opening brace, while continuing to reuse the existing
parser/normalizer path for Fabro-specific syntax like dotted attribute
keys.

## Verification

- `cargo nextest run -p fabro-graphviz`
- `cargo +nightly-2026-04-14 fmt --check --all`

Co-authored-by: Chad Woolley <thewoolleyman@gmail.com>
2026-06-15 15:15:01 -04:00
..
crates fix(graphviz): render comments with template braces (#509) 2026-06-15 15:15:01 -04:00
packages/fabro-api-client feat(workflow): support overriding cwd for local sandbox provider (#467) 2026-06-14 12:32:32 -04:00