lograft_gather_repo_context
Collect a git repository's recent commits, branch, and origin URL for use in partial incident analysis pipelines. Returns a read-only snapshot of the last 14 days (up to 200 commits).
Instructions
Snapshot a git repository's recent commits (default: last 14 days, max 200 commits) plus current branch and origin URL. Pure read-only, shells out to git. Most users want lograft_investigate; this atomic tool is for partial pipelines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoPath | Yes | ||
| sinceDays | No | ||
| maxCommits | No |