# summary

Print sprint velocity trend table.

# description

Reads closed sprint records from `.setup-agents/state/sprints.jsonl` and
prints a table showing Sprint, Committed points, Actual points, Velocity%,
AvgVsSolo, and AvgVsAI for the last N sprints. Use `--json` to get
machine-readable output.

# flags.limit.summary

Number of recent sprints to show.

# flags.limit.description

Limits the output to the N most recent closed sprints. Defaults to 5.

# examples

- Show velocity for the last 5 sprints:

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

- Show last 10 sprints:

  <%= config.bin %> <%= command.id %> --limit 10

- Machine-readable output:

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

# info.empty

No closed sprints found. Run: sf setup-agents workflow sprint close --sprint <id> ...
