Skip to main content

Module identity

Module identity 

Expand description

Identity resolution: mailmap (in repo/), bots.toml default-deny list, team-map projection, AI attribution stub.

Re-exports§

pub use bots::BotPatterns;
pub use bots::ai_attribution;
pub use bots::ai_attribution_with;
pub use bots::is_bot;
pub use team_map::TeamMap;
pub use team_map::apply as apply_team_map;
pub use team_map::discover as discover_team_map;

Modules§

bots
Bot pattern matching + AI attribution.
team_map
Team-map projection: optional author,team CSV that aliases author identities to logical teams at ingest time. Mirrors code-maat’s -p / --team-map-file flag. Applied AFTER mailmap normalization and AFTER bot filtering — the input is the already-canonical author email; the output is either the matched team name or the email unchanged.