[PR #13] [MERGED] feat: RAG memory graph with interlinked traversal #14

Closed
opened 2026-03-15 16:00:20 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: rag


📝 Commits (1)

  • 05effb0 feat: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/ForLoopCodes/contextplus/pull/13 **Author:** [@ForLoopCodes](https://github.com/ForLoopCodes) **Created:** 3/3/2026 **Status:** ✅ Merged **Merged:** 3/3/2026 **Merged by:** [@ForLoopCodes](https://github.com/ForLoopCodes) **Base:** `main` ← **Head:** `rag` --- ### 📝 Commits (1) - [`05effb0`](https://github.com/ForLoopCodes/contextplus/commit/05effb042655153100454c535feedb445ec821c5) feat: add RAG memory graph with interlinked traversal and landing page updates ### 📊 Changes **13 files changed** (+1194 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem closed this issue 2026-03-15 16:00:30 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/contextplus#14
No description provided.