Documentation
¶
Overview ¶
Package github implements the GitHub reputation provider.
It fetches commit and user data from the GitHub API, computes reputation scores using a risk-weighted categorical model (v2), and checks org membership for identity signals.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CategoryProvenanceWeight = provenanceWeight CategoryIdentityWeight = ageWeight + orgMemberWeight CategoryEngagementWeight = proportionWeight + recencyWeight CategoryCommunityWeight = followerWeight + repoCountWeight )
Exported category weights derived from signal constants above.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.