Interface: ReviewRequestContext
Makaio Framework / contracts / ReviewRequestContext
Interface: ReviewRequestContext
Section titled “Interface: ReviewRequestContext”Defined in: ../../../packages/contracts/src/capabilities/review/types.ts:38
Execution context carrying VCS routing information.
Properties
Section titled “Properties”repoPath
Section titled “repoPath”repoPath:
string
Defined in: ../../../packages/contracts/src/capabilities/review/types.ts:40
Local repository path used only for VCS provider routing
target
Section titled “target”target:
object
Defined in: ../../../packages/contracts/src/capabilities/review/types.ts:42
Target PR/branch
branch?
Section titled “branch?”
optionalbranch?:string
Branch name
headSha?
Section titled “headSha?”
optionalheadSha?:string
Head commit SHA
prNumber?
Section titled “prNumber?”
optionalprNumber?:number
Pull request number
repository
Section titled “repository”repository:
string
Repository identity (e.g., ‘owner/repo’)