### Description Implement the `analyzeRepo` Graphile Worker task to run the full repository analysis pipeline using Python scripts. ### Tasks - [ ] Run Python scripts for each stage: - [ ] `clone.py` - [ ] `extract_commits.py` - [ ] `classify_commits.py` - [ ] `compute_metrics.py` - [ ] `link_commits.py` - [ ] Update job `step`, `status`, and `log` in DB after each stage
Description
Implement the
analyzeRepoGraphile Worker task to run the full repository analysis pipeline using Python scripts.Tasks
clone.pyextract_commits.pyclassify_commits.pycompute_metrics.pylink_commits.pystep,status, andlogin DB after each stage