# summary

List clarifications for a workflow run.

# description

Reads `.setup-agents/state/clarifications.jsonl` and lists all clarification records for the given run id, showing both open and answered entries.

# flags.run.summary

Workflow run id.

# flags.run.description

The id of the workflow run whose clarifications should be listed.

# examples

- List all clarifications for a run:

  <%= config.bin %> <%= command.id %> --run wf-123

- List clarifications as JSON:

  <%= config.bin %> <%= command.id %> --run wf-123 --json

# info.none

No clarifications found for run %s.
