Folders and files Name Name Last commit message
Last commit date
parent directory
View all files
Overview — what Graph Memory is and what it does
Architecture — system architecture, layers, data flow, directory structure
How Documentation Indexing Works — from markdown to semantic graph: parsing, chunking, links, code blocks
How Code Indexing Works — from source to graph: tree-sitter AST, symbols, imports, relationships
Task Management — Principles — kanban workflow, priorities, relationships, cross-graph context
Skills — Purpose and Design — reusable recipes, triggers, recall, usage tracking
Knowledge Graph — Purpose and Design — persistent memory layer, cross-graph links, proxy lifecycle
File Index — Purpose and Design — complete project map, metadata, directory hierarchy
CLI — CLI commands (serve, index, users add), startup sequences
Configuration — full graph-memory.yaml reference
Indexer — indexing pipeline, three serial queues, dispatch logic
Watcher — file watching, real-time indexing, mirror file reverse import
Graphs Overview — graph types, managers, persistence, cross-graph links, node IDs
DocGraph — markdown document chunks, parsing, code block extraction
CodeGraph — AST symbols, tree-sitter parsing, supported languages
KnowledgeGraph — user/LLM notes, relations, cross-graph links, attachments
FileIndexGraph — all project files, directory hierarchy, language/MIME detection
TaskGraph — kanban tasks, priorities, assignees, cross-graph links
SkillGraph — reusable recipes, triggers, usage tracking
Search — hybrid BM25 + vector search, BFS expansion, RRF fusion
Embeddings — embedding models, configuration, remote embedding, embedding API
Authentication — password login, JWT cookies, API keys, ACL resolution
Security — CSRF, XSS, timing attacks, SSRF, path traversal protections
File Mirror — markdown mirroring for notes/tasks/skills, reverse import from IDE
Team Management — .team/ directory, task assignees
npm Package — @graphmemory/server installation and usage
Docker — Docker image, Docker Compose, volume mounts
UI Architecture — React + MUI + FSD stack, routing, auth flow
UI Features — all pages: dashboard, kanban, code browser, prompt generator, etc.
UI Patterns — FSD conventions, page patterns, hooks, state management, WebSocket, ACL
Testing — Jest test suites, test patterns, CI
You can’t perform that action at this time.