Search previous Claude Code conversations using semantic or text search
/plugin marketplace add tianzecn/myclaudecode/plugin install tianzecn-episodic-memory-plugins-episodic-memory@tianzecn/myclaudecode# Search Past Conversations **Core principle:** Search before reinventing. ## When to Use **Search when:** - Your human partner mentions "we discussed this before" - Debugging similar issues - Looking for architectural decisions or patterns - Before implementing something familiar **Don't search when:** - Info is in current conversation - Question is about current codebase (use Grep/Read instead) ## How It Works I'll dispatch a search agent to: 1. Search the conversation archive using the `search` tool 2. Read the top 2-5 most relevant results with the `read` tool 3. Synthesize key fi...