Skip to main content

Crate weavatrix_git

Crate weavatrix_git 

Source
Expand description

Dependency-free, read-only Git repository intelligence.

The Rust library, CLI, and optional MCP/npm server all parse repository storage directly. They never launch Git, execute hooks, contact remotes, check out files, or mutate a repository. There is no write API.

Structs§

Commit
CommitMetadata
CommitSnapshot
Head
HistoryOptions
HistoryRecord
Index
IndexEntry
Limits
MemoryObjectBackend
Object
ObjectId
Reference
ReflogEntry
Repository
RepositoryChangeSet
RepositoryHistory
RepositoryId
RepositorySet
RepositorySnapshot
RepositoryTimelineEntry
RevWalk
SharedCommit
Signature
SnapshotEntry
StatusEntry
Tag
Tree
TreeChange
TreeEntry
WorktreeSafety
Portable worktree safety contract for cleaners and agent worktrees.

Enums§

ChangeKind
EntryKind
GitError
HashKind
ObjectKind
PathBloom
StatusKind
WorktreeEvidence
One inspectable reason behind the summary.
WorktreeKind
How the repository is attached to a working tree.
WorktreeSafetyLevel
Coarse safety bucket. Ignored-only is not dirty.

Traits§

ObjectBackend

Type Aliases§

Result