Interface: ProcessCliOutputParams
Makaio Framework / contracts / ProcessCliOutputParams
Interface: ProcessCliOutputParams
Section titled “Interface: ProcessCliOutputParams”Defined in: ../../../packages/contracts/src/capabilities/review/types.ts:106
Parameters for processing CLI output.
Properties
Section titled “Properties”cliOutput
Section titled “cliOutput”cliOutput:
string
Defined in: ../../../packages/contracts/src/capabilities/review/types.ts:112
Raw CLI output string
sourceId
Section titled “sourceId”sourceId:
string
Defined in: ../../../packages/contracts/src/capabilities/review/types.ts:108
Source that produced the output
target
Section titled “target”target:
object
Defined in: ../../../packages/contracts/src/capabilities/review/types.ts:110
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’)