codelore-lib 0.27.3

CodeLore — Behavioral Code Analyzer library
Documentation
1
2
3
4
5
6
7
8
//! Identity resolution: mailmap (in repo/), bots.toml default-deny list,
//! team-map projection, AI attribution stub.

pub mod bots;
pub mod team_map;

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