Versions in this module Expand all Collapse all v0 v0.6.1 Aug 14, 2026 v0.6.0 Aug 13, 2026 Changes in this version + const AlgorithmVersion + const SourceCLI + type Anchor struct + CommitSHA string + EventID string + FilePath string + LineEnd int + LineStart int + TurnID string + type Annotation struct + AlgorithmVersion string + Anchors []Anchor + Confidence float64 + EndedAt int64 + FilePath string + ID string + Kind Kind + LineEnd int + LineStart int + StartedAt int64 + Status Status + Summary string + SupportingStepRefs []StepRef + TurnIDs []string + func Detect(in DetectInput) []Annotation + type CommitDiff struct + Files map[string]bool + FilesDeleted map[string]bool + type DetectInput struct + Commit CommitDiff + CommitSHA string + Events []Event + RepoRoot string + type Event struct + EventID string + Payload []byte + ProvenanceBlob []byte + ProvenanceHash string + Provider string + Role string + TS int64 + ToolUses string + TurnID string + type Kind string + const KindAttemptedRemoved + const KindPossibleRework + type Status string + const StatusComplete + const StatusPartial + type StepRef struct + EventID string + ProvenanceHash string + TurnID string