Description
Code size limits can be checked by file and function using tree-sitter to detect accurate function boundaries. It is useful for teams that enforce maintainability budgets or want to find oversized functions during review.
Size reports are guidance, not proof of poor design by themselves. Combine them with code review and tests before deciding what to refactor.