Fix predicted gate parity for contributor status and inferred linked issues - #691
Conversation
|
Note Gittensory Gate skippedPR closed before full evaluation. No late first comment was created.
💰 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. |
|
gittensory · advisory review Reviewed 3 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 · Suggestions
Worth double-checking
|
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
gittensory-ui | 4193f04 | Commit Preview URL Branch Preview URL |
Jun 14 2026, 02:16 PM |
Motivation
Description
confirmedContributor: Boolean(context.gittensorSnapshot)when callingbuildPredictedGateVerdictinsrc/api/routes.ts.preflightbefore creating the synthetic PR and usepreflight.linkedIssuesfor the synthetic PR insrc/rules/predicted-gate.tsso body-inferred references likeCloses #7are honored.test/unit/predicted-gate.test.tsthat verifies body-inferred linked issues satisfylinkedIssue: "block"parity.Testing
npm test -- test/unit/predicted-gate.test.ts, and all tests passed (6 passed).npm run typecheck, which completed successfully.Codex Task