ai_code_commit_files
File-level AI code metrics for each commit.
-
id
Primary key - Unique identifier for the row.
-
ai_code_commit_id
Foreign key - ID of the associated AI code commit.
-
file_path
string - Path to the file within the repository.
-
original_ai_loc
number - Number of AI-generated lines originally detected in this file (before user edits).
-
modified_ai_loc
number - Number of AI-generated lines edited by the user in this file before committing.
-
remaining_ai_loc
number - Number of AI-generated lines remaining in this file (including modified lines).
-
unchanged_ai_loc
number - Number of AI-generated lines not edited by the user in this file before committing.
-
deleted_ai_loc
number - Number of AI-generated lines deleted by the user in this file before committing.
-
human_additions
number - Number of lines added by human in the commit.
-
human_deletions
number - Number of lines deleted by human in the commit.
-
ai_additions
number - Number of lines added by AI in the commit.
-
ai_deletions
number - Number of lines deleted by AI agent in the commit.
-
total_lines_in_file
number - Total number of lines in the file.
-
row_created_at
date - Timestamp when the record was created.
-
row_updated_at
date - Timestamp when the record was last updated.