Skip to content

PrReview

Defined in: src/types.ts:280

Dedup state for a standalone (session-less) per-repo PR review. Keyed by (repoPath, prNumber).

decision: "" | ReviewDecision

Defined in: src/types.ts:287

Outcome of the last review pass; ” until the first real verdict.


headSha: string

Defined in: src/types.ts:283


patchId: string

Defined in: src/types.ts:285

git patch-id of git diff base...HEAD; ” until the first real verdict.


prNumber: number

Defined in: src/types.ts:282


repoPath: string

Defined in: src/types.ts:281


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: number

Defined in: src/types.ts:290