Skip to content

Conversation

@rysweet
Copy link
Owner

@rysweet rysweet commented Aug 5, 2025

Summary

This PR converts the ASCII art architecture diagram in the README to an interactive Mermaid diagram for better visualization and understanding.

Changes

  • Replaced ASCII architecture diagram with Mermaid flowchart
  • Added color coding for different component types:
    • Light blue for VS Code Extension
    • Light green for MCP Server
    • Light orange for Neo4j Database
    • Light purple for Graph Layers
    • Light pink for Processing Components
  • Shows clear relationships between all components with directional arrows
  • Maintains all the same information in a more visually appealing format

Benefits

  • Interactive: Mermaid diagrams can be clicked and explored in supported viewers
  • Maintainable: Easier to update and modify than ASCII art
  • Professional: More polished appearance for documentation
  • Accessible: Better support for screen readers and accessibility tools

Preview

The new diagram shows:

  • User Interfaces (VS Code Extension, MCP Server, Neo4j Database)
  • Cue Core Engine with Graph Layers and Processing Components
  • Clear data flow between components

🤖 Generated with Claude Code

Co-Authored-By: Claude noreply@anthropic.com

- Replace ASCII art diagram with Mermaid diagram
- Show clear relationships between components with arrows
- Add color coding for different component types
- Maintain all architecture information in a more visual format
- Enable interactive rendering on GitHub and other markdown viewers

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@rysweet rysweet merged commit c90d707 into main Aug 5, 2025
2 checks passed
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