Description:
When running code-review-graph status in a Python project, the output incorrectly shows languages as perl, cpp and only 8 files, while the project contains mostly Python and shell scripts and has thousands of files.
Steps to Reproduce:
Clone the project locally: /home/pfreg/R202606
code-review-graph :latest
Run:
code-review-graph build
code-review-graph install --platform opencode
code-review-graph status
Expected Result:
Languages detected should include python, sh
File count should reflect the actual number of project files
Actual Result:
Nodes: 548
Edges: 3302
Files: 8
Languages: perl, cpp
Last updated: 2026-05-13T14:32:04
Built on branch: R202606
Built at commit: ad043634648a
Notes:
The project is almost entirely Python and shell scripts.
Seems like code-review-graph is not scanning the correct files.
Description:
When running code-review-graph status in a Python project, the output incorrectly shows languages as perl, cpp and only 8 files, while the project contains mostly Python and shell scripts and has thousands of files.
Steps to Reproduce:
Clone the project locally: /home/pfreg/R202606
code-review-graph :latest
Run:
code-review-graph build
code-review-graph install --platform opencode
code-review-graph status
Expected Result:
Languages detected should include python, sh
File count should reflect the actual number of project files
Actual Result:
Nodes: 548
Edges: 3302
Files: 8
Languages: perl, cpp
Last updated: 2026-05-13T14:32:04
Built on branch: R202606
Built at commit: ad043634648a
Notes:
The project is almost entirely Python and shell scripts.
Seems like code-review-graph is not scanning the correct files.