perseus_recall
Retrieve relevant project context from past sessions using natural language queries. Recall test commands, design decisions, and conventions.
Instructions
Retrieve relevant memories from past Codex sessions. Call this at the start of a task, or whenever you need project context you might have learned before, e.g. 'how do we run tests here', 'what did we decide about auth'. Uses FTS5 keyword + hybrid ranking; returns the most relevant memories with a score.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Ranking mode (default 'hybrid'). | |
| limit | No | Max memories to return (default 5). | |
| query | Yes | What you want to remember about (natural language). | |
| category | No | Optional: restrict recall to one category. |