diff --git a/.gitignore b/.gitignore index b7ebb541..8991d7ce 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,8 @@ lsp-ws-proxy/ ruby-on-rails-sample-app/ .python-version .vscode/ +.vscode-test/ +vscode-*/.vscode-test/ .idea/ dist/ fil-result/ diff --git a/README.md b/README.md index 1bec6371..e1936672 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Cue +# CUE - the Code-Understanding-Engine > Transform any codebase into an intelligent multilayer graph for AI-powered code understanding @@ -35,7 +35,6 @@ graph TB CH["Code Hierarchy Layer
• AST→Symbols
• Classes
• Functions
• Variables"] DOC["Documentation Layer
• Concepts
• Entities
• Auto-Link"] SEM["Semantic Layer
• LLM Summaries
• Code Descriptions
• Context"] - EXT["\+ Add Custom Layers
• Github PR Layer
• Security Layer
• Metrics Layer
• Your Layer Here"] end subgraph "Processing Components" @@ -43,10 +42,14 @@ graph TB TS["Tree-Sitter Parsing
• AST Parse
• Language Specific"] LLM["LLM Integration
• Summaries
• Context
• Planning"] end + + EXT["\+ Add Custom Layers
• Github PR Layer
• Security Layer
• Metrics Layer
• Your Layer Here"] end VSCode --> Core[Cue Core Engine] + VSCode --> Neo4j MCP --> Core + MCP --> Neo4j Neo4j --> Core FS --> LSP