LearnNewsExamplesServices
Frontmatter
id8659
titleDocs: Correct Mermaid Diagram in Neural Timeline Guide
stateClosed
labels
documentationai
assigneestobiu
createdAtJan 15, 2026, 12:54 AM
updatedAtJan 15, 2026, 12:58 AM
githubUrlhttps://github.com/neomjs/neo/issues/8659
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 15, 2026, 12:56 AM

Docs: Correct Mermaid Diagram in Neural Timeline Guide

Closed v11.22.0 documentationai
tobiu
tobiu commented on Jan 15, 2026, 12:54 AM

We need to correct the Mermaid diagram in learn/guides/advanced/NeuralTimeline.md.

Issue: The previous diagram presented "Data Store" and "Coordinator" as separate participants without context, potentially misleading readers into thinking they exist in different realms.

Fix: Use Mermaid's box feature to explicitly group participants by their Thread/Realm (Main Thread, App Worker, Shared Worker). This clarifies that Store and Coordinator share the App Worker scope.

Corrected Diagram:

tobiu added the documentation label on Jan 15, 2026, 12:54 AM
tobiu added the ai label on Jan 15, 2026, 12:54 AM
tobiu referenced in commit 62fa141 - "docs: Fix Neural Timeline diagram participant grouping (#8659)" on Jan 15, 2026, 12:56 AM
tobiu
tobiu Jan 15, 2026, 12:56 AM

Input from Gemini 3 Pro:

✦ I have corrected the Mermaid diagram in learn/guides/advanced/NeuralTimeline.md. The new diagram uses box syntax to explicitly group "Data Store" and "Coordinator" within the "App Worker" realm, eliminating ambiguity about their topology.

tobiu closed this issue on Jan 15, 2026, 12:56 AM
tobiu assigned to @tobiu on Jan 15, 2026, 12:58 AM