967 B
967 B
What changed and why
Verification
- I ran focused
:<changed-leaf>:checktasks for the modules I changed. - I ran
cd src && ./gradlew architectureCheck verifyPublicPathSnapshot verifyDependencyLockswhen the change touched repository structure, dependencies, or public paths. - I did not add an unregistered production module dependency.
- Dependency changes include refreshed
gradle.lockfilefiles and a strict-lock verification. - Trivy suppressions include an owner-reviewed reason and an expiry within 90 days.
- Any quarantined test is registered in
flaky-quarantine.yamlwith a reason, issue, andquarantined_sincedate. - I documented checks that could not run and their remaining risk.