search_memory
Searches all project memory sections for keyword matches to find project architecture, API contracts, decisions, bugs, conventions, or implementation choices, returning relevant lines with surrounding context.
Instructions
Use this tool before scanning the codebase when the user asks about project architecture, API contracts, decisions, bugs, conventions, or previous implementation choices. Searches all memory sections using keyword matching and returns matching lines with surrounding context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query. Matches are case-insensitive keyword matches across all memory sections. |