class GitIT:
"""
Full-repository analysis and scoring.
Built to evaluate real engineering effort.
"""
purpose = [
"reduce hackathon bias",
"analyze code, not demos",
"standardize technical evaluation"
]
signals = {
"structure",
"depth",
"clarity",
"documentation",
"originality"
}
def objective(self):
return "expose shallow work and highlight real builds"
use_cases = (
"hackathons",
"academic reviews",
"internal competitions"
)
status = "in development"