Skip to content

Interface: ProcessCliOutputParams

Makaio Framework


Makaio Framework / contracts / ProcessCliOutputParams

Defined in: ../../../packages/contracts/src/capabilities/review/types.ts:106

Parameters for processing CLI output.

cliOutput: string

Defined in: ../../../packages/contracts/src/capabilities/review/types.ts:112

Raw CLI output string


sourceId: string

Defined in: ../../../packages/contracts/src/capabilities/review/types.ts:108

Source that produced the output


target: object

Defined in: ../../../packages/contracts/src/capabilities/review/types.ts:110

Target PR/branch

optional branch?: string

Branch name

optional headSha?: string

Head commit SHA

optional prNumber?: number

Pull request number

repository: string

Repository identity (e.g., ‘owner/repo’)