name | string | Repository name (unique identifier). |
description | string | GitHub repository description. |
language | string | Primary programming language. |
tier | integer | Repository tier (1, 2, or 3). |
score | float | Composite importance score (0–100). |
commit_count | integer | Total number of commits. |
contributor_count | integer | Number of unique contributors. |
stars | integer | GitHub star count. |
is_private | boolean | Whether the repo is private. |
created_at | datetime | Repository creation date. |
last_commit_date | datetime | Date of most recent commit. |
default_branch | string | Default branch name (usually main). |
size_kb | integer | Repository size in kilobytes. |
open_issues | integer | Number of open GitHub issues. |
has_ci | boolean | Whether a CI/CD config was detected. |
has_docker | boolean | Whether a Dockerfile was detected. |
has_tests | boolean | Whether test files were detected. |
topics | list[string] | GitHub topic tags. |
project | string | Project grouping (e.g. backend, frontend, data). |
primary_language_pct | float | Percentage of code in primary language. |
dependencies_count | integer | Number of external dependencies. |
function_count | integer | Functions extracted. |
class_count | integer | Classes extracted. |
model_count | integer | Django models extracted. |
endpoint_count | integer | API endpoints discovered. |
test_count | integer | Test cases found. |
security_issues | integer | Security pattern findings count. |