chore: init from code-review-graph-main snapshot (v2.3.7)

This commit is contained in:
dev
2026-08-05 13:16:12 +08:00
commit 82b7c6dc9e
358 changed files with 118525 additions and 0 deletions
@@ -0,0 +1,17 @@
## Install the Backend
code-review-graph needs a Python backend to parse your codebase.
**Requirements:** Python 3.10+
**Recommended:** Install via [uv](https://docs.astral.sh/uv/):
```bash
uv pip install code-review-graph
```
**Alternatives:**
```bash
pipx install code-review-graph
# or
pip install code-review-graph
```