raggy_context
Retrieve relevant memories and knowledge from prior sessions before answering the first user message, enabling context-aware responses and continuity across conversations.
Instructions
MANDATORY FIRST ACTION of every session. Call ONCE before answering the first user message with their initial request as the query. Loads relevant memories from prior sessions. Do not make a second call unless this returned empty and you need a targeted lookup (then use raggy_recall).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | Current files being worked on | |
| limit | No | Max results (default: 10) | |
| query | No | Additional context query | |
| project | No | Current project name | |
| source_app | No | Filter by source app (e.g., "claude-code", "hermes") | |
| technologies | No | Technologies in use (e.g., ["nextjs", "prisma"]) | |
| include_types | No | Filter by content type (decision, error, insight, etc.) |