You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(sequence): central connections (mermaid 11.16)
Renders mermaid's central-connection markers — "()" on either side of
any message arrow (A ()->>() B) — as a circle where the message meets
that lifeline: o────►o. Composes with all ten arrow types and
self-messages. Grammar grounded in sequenceDiagram.jison (the "()"
lexer token + three signal rules: forward, reverse, dual).
Unquoted participant names now exclude "(" so the marker binds to the
arrow rather than the name — mermaid's ACTOR token excludes parentheses
too, so this is parity-positive. Golden files hand-authored first as
the output spec; malformed near-miss forms stay loud errors.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments