mem_recall
Retrieve project-specific and cross-project memories at the start of a coding session. Auto-detects project from working directory if not specified.
Instructions
Recall relevant memories for a project at session start.
Returns the project's own memories plus cross-project patterns (knowledge validated across multiple projects). Call this at the beginning of a coding session to load context.
If no project is given, auto-detects from the working directory by matching path segments against known project names.
Args: project: Project name to recall memories for (auto-detected if omitted) cwd: Working directory path for auto-detection (defaults to os.getcwd())
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | ||
| project | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |