# summary

List setup-agents decision records.

# description

Reads JSON Lines decision entries from `.setup-agents/state/decisions.jsonl`.

# flags.task.summary

Filter by task or issue id.

# flags.task.description

Show only decision records associated with the given task id.

# flags.role.summary

Filter by owning role.

# flags.role.description

Show only decision records owned by the given role.

# flags.profile.summary

Filter by owning setup-agents profile.

# flags.profile.description

Show only decision records owned by the given setup-agents profile.

# flags.status.summary

Filter by decision status.

# flags.status.description

Show only decisions matching the given status.

# flags.limit.summary

Maximum records to show.

# flags.limit.description

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

# examples

- List recent decisions:

  <%= config.bin %> <%= command.id %>

- List accepted decisions for a task:

  <%= config.bin %> <%= command.id %> --task SA-96 --status accepted

# info.empty

No decision records found.

# warn.invalidLine

Skipping invalid decision JSONL line: %s
