Expand description
Git repository integration for commit linking and auto-detection. Git integration.
Provides git repository discovery, commit information retrieval, and auto-linking confidence scoring. Used by the link command and auto-linking features.
Structs§
- Commit
Info - Information about a specific git commit.
- Repo
Info - Information about a git repository.
Functions§
- calculate_
link_ confidence - Calculates a confidence score for auto-linking a session to a commit.
- get_
commit_ files - Retrieves the list of files changed in a commit.
- get_
commit_ info - Retrieves information about a specific commit.
- repo_
info - Retrieves information about a git repository.
- resolve_
commit_ ref - Resolves a git reference (SHA, HEAD, branch name, etc.) to a full commit SHA.