teamOwnership
Declares which teams own which modules using glob patterns.
Team assignments appear in the HTML report as a colour overlay and cross-team dependency violations are annotated separately.
aalekh {
teams {
team("auth-team") { modules(":feature:login:**", ":core:auth") }
team("data-team") { modules(":data:**") }
}
}Content copied to clipboard