Follow-up to #218 (merged 2026-06-08).
The Source-of-truth drift job (.github/workflows/drift-checks.yaml → scripts/tests/check-drift.sh) now runs on PRs that touch scripts/** or client/**, but it only reports — it doesn't block. Once it's proven stable over a few PR cycles, promote it to a required status check so drift actually gates merges.
Acceptance
Refs #218, tracebloc/backend#746
Follow-up to #218 (merged 2026-06-08).
The
Source-of-truth driftjob (.github/workflows/drift-checks.yaml→scripts/tests/check-drift.sh) now runs on PRs that touchscripts/**orclient/**, but it only reports — it doesn't block. Once it's proven stable over a few PR cycles, promote it to a required status check so drift actually gates merges.Acceptance
Source-of-truth driftadded to the required checks fordevelop(andmain) in the repo rulesetRefs #218, tracebloc/backend#746