Replies: 1 comment
-
Excellent Investigation! 🎯@cheonmux - This is outstanding analytical work! Your findings have revealed a legitimate architectural inconsistency that definitely warrants attention. What You Have UncoveredYour investigation has identified a real "split memory experience" problem:
Validation from Code AnalysisI have confirmed your findings by examining the hooks code: // From /claude-hooks/config.json
"defaultTags": ["claude-code", "auto-generated"] The hooks automatically apply structured metadata that manual storage may not consistently follow. Next StepsI have created Issue #99 to track this as a high-priority bug, including:
Kudos 👏Your systematic approach to documenting the differences between search methods and identifying the metadata inconsistencies shows excellent troubleshooting skills. This kind of detailed analysis is incredibly valuable for improving the memory service architecture. Thank you for taking the time to thoroughly investigate and document this issue! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Environment
Configuration
MCP Server Configuration (.mcp file)
API Server
Hooks Installation
Problem Description
Despite successful installation and apparent proper functioning, I'm experiencing inconsistent memory
search results that suggest two separate memory systems are operating simultaneously:
Issue 1: Time-Based Search Inconsistency
When I request "recent memories", I get different results depending on the search method:
timestamps
Issue 2: Memory Storage Bifurcation
I notice two distinct memory storage patterns:
Hook-Generated Memories:
Manual/Command Memories:
Issue 3: Search Method Dependencies
Different search functions return completely different memory sets from what appears to be the same
database:
Questions
metadata structures?
excluded from time-based searches.
- Memory Awareness Hooks (auto session management)
- MCP Memory Server (manual tools)
- HTTPS API Server (backend)
were created?
Thank you for your time and for creating such a comprehensive memory system!
Beta Was this translation helpful? Give feedback.
All reactions