timeline_reconstruction
Extract chronological timelines from branch notes and commit history. Filter by date, branch, or project to analyze project evolution for sync analysis.
Instructions
Phase 2.2: Timeline Reconstruction Tool - Extracts chronological timeline data from branch notes and commit separators for reality sync analysis. OPTIMIZED: Now shows titles only for better performance and readability. Smart date filtering with shortcuts available. Returns scalable timeline with titles instead of full content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dateRange | No | Date range filter in format "YYYY-MM-DD,YYYY-MM-DD" or shortcuts: "7d", "30d", "90d" for recent periods. Default: last 90 days if no filter specified. | |
| branchName | No | Specific branch to analyze (optional - if not provided, analyzes all branches within specified or all projects) | |
| projectName | No | Name of the project to analyze (optional - if not provided, analyzes all projects across entire knowledge base) | |
| includeCommits | No | Include commit separators in timeline (default: true) | |
| includeEntries | No | Include branch note entries in timeline (default: true) | |
| showFullTimeline | No | Show full timeline without date limits (default: false for performance) |