PrReview
Defined in: src/types.ts:280
Dedup state for a standalone (session-less) per-repo PR review. Keyed by (repoPath, prNumber).
Properties
Section titled “Properties”decision
Section titled “decision”decision:
""|ReviewDecision
Defined in: src/types.ts:287
Outcome of the last review pass; ” until the first real verdict.
headSha
Section titled “headSha”headSha:
string
Defined in: src/types.ts:283
patchId
Section titled “patchId”patchId:
string
Defined in: src/types.ts:285
git patch-id of git diff base...HEAD; ” until the first real verdict.
prNumber
Section titled “prNumber”prNumber:
number
Defined in: src/types.ts:282
repoPath
Section titled “repoPath”repoPath:
string
Defined in: src/types.ts:281
reviewedPatchIds
Section titled “reviewedPatchIds”reviewedPatchIds:
string[]
Defined in: src/types.ts:289
patch-ids reviewed during the current streak (churn/revert dedup set); cleared on a clean verdict.
updatedAt
Section titled “updatedAt”updatedAt:
number
Defined in: src/types.ts:290