mirror of
https://github.com/ForLoopCodes/contextplus.git
synced 2026-04-26 06:25:50 +03:00
[PR #13] [MERGED] feat: RAG memory graph with interlinked traversal #14
Labels
No labels
bug
bug
documentation
enhancement
enhancement
good first issue
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/contextplus#14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ForLoopCodes/contextplus/pull/13
Author: @ForLoopCodes
Created: 3/3/2026
Status: ✅ Merged
Merged: 3/3/2026
Merged by: @ForLoopCodes
Base:
main← Head:rag📝 Commits (1)
05effb0feat: add RAG memory graph with interlinked traversal and landing page updates📊 Changes
13 files changed (+1194 additions, -19 deletions)
View changed files
📝
INSTRUCTIONS.md(+11 -1)📝
README.md(+14 -3)📝
landing/src/app/api/instructions/route.ts(+11 -1)📝
landing/src/app/layout.tsx(+1 -1)📝
landing/src/app/page.tsx(+2 -2)📝
landing/src/components/IdeSetup.tsx(+0 -2)📝
landing/src/components/InstructionsSection.tsx(+14 -3)📝
landing/src/components/IsometricDiagram.tsx(+24 -6)📝
landing/src/components/ToolDiagram.tsx(+57 -0)➕
src/core/memory-graph.ts(+375 -0)📝
src/index.ts(+112 -0)➕
src/tools/memory-tools.ts(+142 -0)➕
test/main/memory-graph.test.mjs(+431 -0)📄 Description
Adds RAG memory graph engine with Obsidian-style interlinked traversal, 6 new MCP tools (17 total), 24 tests, and landing page updates reflecting RAG capabilities.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.