# summary

List setup-agents review records.

# description

Reads JSON Lines review entries from `.setup-agents/state/reviews.jsonl`.

# flags.status.summary

Filter by review status.

# flags.status.description

Show only reviews with the given status: `pending`, `approved`, `blocked`, or `changes`.

# flags.task.summary

Filter by task or issue id.

# flags.task.description

Show only review records associated with the given task id.

# flags.limit.summary

Maximum records to show.

# flags.limit.description

Limit the number of matching records returned from the end of the review log.

# examples

- List pending reviews:

  <%= config.bin %> <%= command.id %> --status pending

- List reviews for a task:

  <%= config.bin %> <%= command.id %> --task SA-98

# info.empty

No review records found.
