claude-buddy
Version:
Your friendly AI development companion for Claude Code - supercharge Claude Code with intelligent workflows and safety features
60 lines (30 loc) • 1.72 kB
Markdown
[**claude-buddy v1.0.0**](../../README.md)
***
[claude-buddy](../../modules.md) / [types](../README.md) / GitInformation
# Interface: GitInformation
Defined in: [types/context.ts:8](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/context.ts#L8)
Git repository information
## Properties
### isRepo
> **isRepo**: `boolean`
Defined in: [types/context.ts:9](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/context.ts#L9)
***
### branch?
> `optional` **branch**: `string`
Defined in: [types/context.ts:10](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/context.ts#L10)
***
### commitCount?
> `optional` **commitCount**: `number`
Defined in: [types/context.ts:11](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/context.ts#L11)
***
### lastCommit?
> `optional` **lastCommit**: `string`
Defined in: [types/context.ts:12](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/context.ts#L12)
***
### hasChanges?
> `optional` **hasChanges**: `boolean`
Defined in: [types/context.ts:13](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/context.ts#L13)
***
### remoteUrl?
> `optional` **remoteUrl**: `string`
Defined in: [types/context.ts:14](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/context.ts#L14)