Skip to content

Commit 8cf07fc

Browse files
anfredetteclaude
andcommitted
Fix Mermaid syntax error in architecture diagram
Remove pipe-delimited labels from dotted arrows that were causing parse errors in GitHub and Cursor renderers. Move Phase 3+ context to comment line instead. Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Andre Fredette <afredette@redhat.com>
1 parent ce3a526 commit 8cf07fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/architecture-diagram.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ graph TB
5959
DEP -->|Fetch Models| REGISTRY
6060
OBS -.->|Monitor| K8S
6161
62-
%% Future: Feedback Loop
63-
OBS -.->|Store Metrics<br/>(Phase 3+)| KB_PG
64-
KB_PG -.->|Learn from History<br/>(Phase 3+)| ISE
62+
%% Future: Feedback Loop (Phase 3+)
63+
OBS -.-> KB_PG
64+
KB_PG -.-> ISE
6565
6666
%% API Gateway to UI
6767
API -->|Display Spec| SPEC_UI

0 commit comments

Comments
 (0)