get_project_timeline
Retrieve a unified project timeline covering status changes, decisions, updates, and git commits, sorted by timestamp for full activity tracking.
Instructions
Get activity timeline for the entire project.
Returns unified timeline of all status changes, decisions, updates, and git commits.
Args: limit: Maximum entries to return (default: 100)
Returns: Dict with success, entries list (sorted by timestamp desc), entry_count
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | limit parameter |