Skip to content

Conversation

@abrichr
Copy link
Member

@abrichr abrichr commented Jan 17, 2026

Summary

  • Removed :::futureBlock style separator from the ProcessMining subgraph declaration
  • Removed :::safetyBlock style separator from the SafetyGate subgraph declaration

GitHub's Mermaid renderer doesn't support the ::: style separator on subgraph declarations, causing the following parse error:

Parse error on line 34:
...ng["Process Mining"]:::futureBlock
-----------------------^
Expecting 'SEMI', 'NEWLINE', 'EOF', got 'STYLE_SEPARATOR'

The individual nodes within these subgraphs still retain their :::future class styles, so visual differentiation of future features is preserved.

Test plan

  • Verify the Mermaid diagram renders correctly on GitHub after merge

🤖 Generated with Claude Code

…ations

GitHub's Mermaid renderer doesn't support the `:::` style separator on
subgraph declarations, causing parse errors. Removed `:::futureBlock`
from ProcessMining subgraph and `:::safetyBlock` from SafetyGate subgraph.

The individual nodes within these subgraphs still retain their styles
(e.g., `:::future`), so visual styling is preserved where supported.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@abrichr abrichr merged commit 114b067 into main Jan 17, 2026
6 checks passed
@abrichr abrichr deleted the fix/mermaid-diagram-subgraph-style branch January 17, 2026 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants