TeamOwnershipConfig
DSL for mapping team names to module path glob patterns. Configured via:
aalekh {
teams {
team("auth-team") { modules(":feature:login:**", ":core:auth") }
team("data-team") { modules(":data:**") }
}
}Content copied to clipboard
Team assignments appear in the HTML report as a color overlay and cross-team dependency violations are annotated separately.