fix(gate): thread slop risk into check run - #721
Conversation
|
Important Gittensory found maintainer review notesScoped related-work signals were found for this PR. They are advisory unless the gate reports a blocker. Readiness score: 70/100
Signal definitions
Review context
Maintainer notes
Contributor next steps
💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by Gittensory, a quiet PR intelligence layer for OSS maintainers. |
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
|
gittensory · advisory review Reviewed 1 changed file(s) — two independent AI reviewers. Suggested action: ✅ Safe to merge — both reviewers found no blocking issues. Reviewer A · Suggestions
Worth double-checking
Reviewer B · Worth double-checking
|
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
gittensory-ui | 0b4eb52 | Commit Preview URL Branch Preview URL |
Jun 14 2026, 02:31 PM |
Motivation
slopRisk(from changed files + PR description) was used for the local gate evaluation but not passed into the policy used to publish the GitHub Gate check run, which could cause an opted-inslop: blockrule to be ignored when finalizing the check run.Description
gatePolicythat includes the liveslopRiskand reuse it for both the in-memoryevaluateGateCheckand thecreateOrUpdateGateCheckRuncall to ensure the check run evaluation sees the same slop data; change made insrc/queue/processors.ts.Testing
npx vitest run test/unit/gate-check-policy.test.ts, which completed successfully (19 tests passed).npm run typecheck(tsc --noEmit) which completed with no type errors.Codex Task