recall_project_status
Retrieve a project's current status by fuzzy matching its name. Returns a summary of recent commits, unresolved issues, linked episodes, and conversation segments to pick up where you left off.
Instructions
Get the current status of a project — where you left off, recent commits, unresolved issues, and latest conversation context. Takes a project name (fuzzy match) and returns a structured summary with git history, linked episodes, and conversation segments. Use this when someone says 'pick up where we left off on X', 'what's the status of X', or 'where did we end on X'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project name, alias, or ID (fuzzy match) | |
| max_commits | No | Max recent commits to show | |
| max_episodes | No | Max recent episodes | |
| max_chars | No | Max output characters |