Distill insights from this conversation into memories
Distills conversation insights into structured memories with categories and importance scores.
/plugin marketplace add nowledge-co/community/plugin install nowledge-mem@nowledge-communityAnalyze our conversation and create structured memory entries using the nmem CLI.
Use these categories to guide content structure:
nmem m add "Content with full context" \
-t "Searchable title (max 60 chars)" \
-i 0.8
nmem m add "React useEffect cleanup functions must return a function, not call it directly. Incorrect: useEffect(() => cleanup()). Correct: useEffect(() => cleanup). This caused memory leaks in our dashboard component." \
-t "React useEffect Cleanup Pattern" \
-i 0.9