6c9c7fe7f3
CI / integration tests (3.13) (push) Failing after 1s
Commit lint / pull request title (push) Has been skipped
Docs / links (push) Failing after 1s
CI / unit tests (3.13) (push) Failing after 1s
CI / lint (push) Failing after 1s
CI / integration tests (push) Failing after 1s
CI / package build (push) Failing after 1s
Commit lint / commit messages (push) Failing after 1s
CI / unit tests (push) Failing after 1s
18 lines
533 B
Markdown
18 lines
533 B
Markdown
---
|
|
description: Search EverMem for relevant memories from past sessions
|
|
arguments:
|
|
- name: query
|
|
description: The search query to find relevant memories
|
|
required: true
|
|
---
|
|
|
|
Search EverMem Cloud for memories matching the user's query.
|
|
|
|
Run this command to search:
|
|
|
|
```bash
|
|
node "${CLAUDE_PLUGIN_ROOT}/commands/scripts/search-memories.js" "$ARGUMENTS"
|
|
```
|
|
|
|
After the search completes, summarize the key findings for the user. Highlight the most relevant memories and explain how they might be useful for their current work.
|