git_history
View commit history for the active vault only, newest-first, with bounded results and completeness flags so truncated or shallow views are not mistaken for full evidence. Read-only operation.
Instructions
Read commit history scoped to the active vault path only. Returns bounded newest-first hashes, subjects, and authored timestamps plus limited/hasMore, shallow-repository state, and historyComplete so agents do not mistake a truncated or shallow view for complete evidence. Commits that touched only files outside the vault are excluded. Read-only; never initializes, fetches, pulls, commits, or pushes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum newest-first vault commits to return. Defaults to 20; maximum 100. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| head | No | ||
| count | No | ||
| limit | No | ||
| branch | No | ||
| reason | No | ||
| commits | No | ||
| hasMore | No | ||
| limited | No | ||
| shallow | No | ||
| repoRoot | Yes | ||
| operation | Yes | ||
| vaultRoot | Yes | ||
| vaultPathspec | No | ||
| historyComplete | No |