get_git_context
Retrieves recent commits, branch info, diff stats, and activity patterns from a Git repository to power daily summaries of built work.
Instructions
Get git repository context including recent commits, branch info, diff stats, and activity patterns. Powers daily summaries of what the user built.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the git repository root | |
| since | No | Time range for commit history (e.g., '24 hours ago', '7 days ago', '2026-04-07') | 24 hours ago |
| maxCommits | No | Maximum number of commits to retrieve (default: 50) |