Closes #
-
feat— new user-visible feature -
fix— bug fix -
perf— performance improvement (include before/after numbers in the PR body) -
refactor— internal restructuring without behavior change -
chore— build, CI, dependencies, release infrastructure -
docs— documentation only -
test— tests only
-
cargo fmt --all -- --check(enforced by CI — violations block merge) -
cargo clippy --all-targets -- -D warnings -
cargo test --release -
cargo deny check - Validated with a real checkpoint (specify which, e.g.
mlx-community/Qwen3.5-0.8B-OptiQ-4bit): ...
- PR title uses a Conventional Commits prefix (
feat:,fix:, etc.) - One logical change per PR (split unrelated changes)
- Updated
docs/if user-facing behavior or supported models changed - Updated
// Used by: ...comments on any shared function I modified (seedocs/code-guidelines.md) - No secrets, credentials, or
.envfiles committed