session_log
Scan session history to identify past failures and decisions. Filter by event type to see what has already failed in one call.
Instructions
A git log for this project's sessions: one line per recorded event, newest first, with local timestamp, event type and the repo state (branch@commit+dirty) it happened at. Use it to scan history fast, then grep the session's own session.md for the entry that matters. Filter by type to answer 'what has already failed here' in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max lines (default 40) | |
| session_id | No | One session only. Omit to walk newest-first across all | |
| type_filter | No | Only this event type, e.g. decision, dead_end, error |