Interface: ReviewCycleState
August 8, 2026 ยท View on GitHub
@plures/praxis / index / ReviewCycleState
Interface: ReviewCycleState
Defined in: src/lifecycle/review.ts:38
Tracks the state of a review-implement-re-review cycle for a pull request across multiple rounds.
Properties
comments
comments:
ReviewComment[]
Defined in: src/lifecycle/review.ts:43
maxRounds
maxRounds:
number
Defined in: src/lifecycle/review.ts:41
prNumber
prNumber:
string|number
Defined in: src/lifecycle/review.ts:39
round
round:
number
Defined in: src/lifecycle/review.ts:40
status
status:
"approved"|"pending-review"|"changes-requested"|"changes-applied"|"max-rounds-exceeded"
Defined in: src/lifecycle/review.ts:42