# summary

Summarize native setup-agents workspace state.

# description

Reads `.setup-agents/config.json`, `.setup-agents/state/tasks.jsonl`, reviews, handoffs, and evidence to print a workspace health summary.

Useful for agents and humans to check open tasks, pending reviews, blocked handoffs, and missing evidence before starting work.

# flags.fix.summary

Auto-run update when stale rule files are detected.

# flags.doctor.summary

Print the read-only task/workflow reconciliation report.

# flags.reconcile.summary

Append safe deterministic reconciliation repairs. Never creates or changes approvals.

# flags.target-dir.summary

Workspace root to inspect. Defaults to the current directory.

# examples

- Show workspace status:

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

- Show status and auto-fix stale rule files:

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

# info.header

── setup-agents status ──────────────────────────

# info.workspace

Workspace: %s

# info.tasks

Tasks open=%d claimed=%d done=%d

# info.reviews

Reviews pending=%d

# info.handoffs

Handoffs blocked=%d

# info.evidence

Evidence missing on claimed tasks=%d
