# summary

Record an answer to an open clarification and resume the suspended phase.

# description

Appends an answered clarification entry to `.setup-agents/state/clarifications.jsonl` and transitions the phase status from `awaiting_clarification` back to `running` in `.setup-agents/state/workflow-runs.jsonl`.

After responding, use `setup-agents workflow run --resume <runId>` to continue execution from the suspended phase.

# flags.run.summary

Workflow run id.

# flags.run.description

The id of the workflow run that contains the suspended phase.

# flags.clarification.summary

Clarification id.

# flags.clarification.description

The id of the clarification record to answer.

# flags.answer.summary

Answer text.

# flags.answer.description

The response to the clarification question.

# examples

- Respond to an open clarification:

  <%= config.bin %> <%= command.id %> --run wf-123 --clarification sa-clarification-456 --answer "Use Queueable — it supports chaining and avoids heap limits."

# info.answered

Clarification answered: %s (run %s)

# info.resume-hint

To resume the workflow, run: sf setup-agents workflow run --resume %s
