pub const JIT_SCHEMA_VERSION: u32 = 3;Available on crate feature
vcs-git only.Expand description
Output-shape version for a JitReport. Bump on any change to the
serialized field set.
2: added the source discriminator to JitReport (issue #642), so
commit-mode reports now self-identify like JitDiffReport already
did.
3: renamed the per-commit score key score → risk_score and the
per-diff partial_score → partial_risk_score (issue #591), aligning
the JIT vocabulary with the per-file risk_score.