You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: reformat tree with cargo fmt and add fmt to CI gate (#13)
Closes#4.
Commit 1: `cargo fmt --all` reformat across the workspace (49 files,
whitespace / line-break reflows / trivial argument alignment, no
semantic changes).
Commit 2: New `fmt` job in `.github/workflows/ci.yml` mirrored after
the existing `deny` job (needs: changes, ubuntu-latest, permissions:
contents: read, persist-credentials: false, rustfmt component, then
`cargo fmt --all -- --check`). CONTRIBUTING.md and
.github/PULL_REQUEST_TEMPLATE.md updated so the local quality-gate
list and PR checklist explicitly note the enforced fmt command.
The new fmt job verified itself against this PR before merge (the
push triggered ci.yml with the freshly-added gate; SUCCESS).
Future PRs will trip the gate immediately and no further fmt drift
can accumulate.
5. For inference changes, validate against a real checkpoint — synthetic or build-only validation is not enough (see [`AGENTS.md`](AGENTS.md) for why).
49
49
6. Commit with a conventional prefix (see below) and a clear message.
0 commit comments