Mahout Review
Usage
code
/mahout-review # local branch vs main /mahout-review <PR_URL> # checkout and review PR
Stack
Python (qumat), Rust (qdp), uv, maturin, pytest
Instructions
- •
Get changed files: Use
/dev-pr-reviewflow. - •
Review checklist:
- •Consistency with existing patterns in
qumat/andqdp/ - •Tests added in
testing/ - •Version numbers unchanged (unless release PR)
- •No secrets or
.pypircincluded
- •Consistency with existing patterns in
- •
Run checks: Use
/mahout-build. - •
Verdict: Follow
/dev-pr-reviewformat.