get_project_timeline
Retrieve a bird's-eye timeline of recent project sessions, each tagged with outcome: shipped, fixed, stuck, or exploratory. Quickly understand project progress and bottlenecks without reading individual logs.
Instructions
Session-level timeline for a project. Returns recent sessions with their outcomes (shipped / fixed / stuck / exploratory) for a bird's-eye view of what's been happening in a project lately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| since | No | ||
| until | No | ||
| limit | No | Max results (default 50) |