# summary

List setup-agents evidence records.

# description

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

# flags.task.summary

Filter by task or issue id.

# flags.task.description

Show only evidence records associated with the given task id.

# flags.role.summary

Filter by owning role.

# flags.role.description

Show only evidence records owned by the given role.

# flags.profile.summary

Filter by owning setup-agents profile.

# flags.profile.description

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

# flags.limit.summary

Maximum records to show.

# flags.limit.description

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

# examples

- List recent evidence:

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

- List evidence for a task:

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

# info.empty

No evidence records found.

# warn.invalidLine

Skipping invalid evidence JSONL line: %s
