Save current context as an atomic memory in Forgetful
/plugin marketplace add ScottRBK/context-hub-plugin/plugin install context-hub-plugin@forgetful-plugins# Save Memory Create an atomic memory from the current conversation context. ## Your Task 1. Analyze the conversation for the key insight/decision/pattern to capture 2. Check for existing related memories that might be affected 3. Create the memory with proper curation **User guidance**: $ARGUMENTS ## Pre-Creation: Check for Existing Memories Before creating, query for related memories: Analyze results to determine if the new memory would: - **Invalidate** an existing memory (mark it obsolete with `mark_memory_obsolete`) - **Update** an existing memory (use `update_memory` instead o...