Frontmatter
| id | 8659 |
| title | Docs: Correct Mermaid Diagram in Neural Timeline Guide |
| state | Closed |
| labels | documentationai |
| assignees | tobiu |
| createdAt | Jan 15, 2026, 12:54 AM |
| updatedAt | Jan 15, 2026, 12:58 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8659 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 15, 2026, 12:56 AM |
Docs: Correct Mermaid Diagram in Neural Timeline Guide

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 usesboxsyntax 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
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
boxfeature 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: