memory_recent_failures
Retrieve recent failure records from memory, optionally filtered by project or time, to pinpoint past errors and prevent recurrence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Scope failures to the project containing this directory | |
| limit | No | Max rows to return (defaults to 20) | |
| since | No | ISO timestamp lower bound (defaults to 7 days ago) | |
| include_resolved | No | Include failure streaks already resolved by a later success (default false) |