Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/scoring/model.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// (verification touch) This file is under a hard-guardrail glob (src/scoring/**); a change here must force

Check warning on line 1 in src/scoring/model.ts

View check run for this annotation

Deleted GitHub App / Gittensory Context

Missing test evidence

Code changed without an obvious test file in this PR. Add focused tests or explain why existing coverage is sufficient.

Check notice on line 1 in src/scoring/model.ts

View check run for this annotation

Deleted GitHub App / Gittensory Context

Issue discovery is disabled for this repo

This repo is configured for direct contribution review rather than issue-discovery flow.

Check notice on line 1 in src/scoring/model.ts

View check run for this annotation

Deleted GitHub App / Gittensory Context

Open PR queue is busy

This repo has a busy open PR queue in the local Gittensory cache.

Check notice on line 1 in src/scoring/model.ts

View check run for this annotation

Deleted GitHub App / Gittensory Context

PR author has maintainer association

This PR appears to come from a maintainer-associated account.
// MANUAL review — gittensory must NOT auto-merge it, and should surface a needs-human-review hold.
import {
getLatestScoringModelSnapshot,
persistScoringModelSnapshot,
Expand Down
Loading