| name | recall-search |
| description | Search across all knowledge files including archives. |
/recall-search
Search across all knowledge files.
Arguments
Steps
- Resolve storage root and project directory.
- Use Grep tool to search for
<query> across:
<project>/knowledge/ (project-level topics)
<project>/branches/*/knowledge/ (all active branch overlays)
<project>/branches/*/tasks/*/knowledge.md (flat task knowledge)
<project>/branches/*/tasks/*/knowledge/*.md (split task knowledge)
<project>/archive/*/knowledge/ (archived branch knowledge)
- Group results by location: project, branch (name), task (name), archive (name).
- Show matching lines with context (file path, surrounding text).
- Indicate scope for each result: [project], [branch: name], [task: name], [archive: name].