# summary

Validate evidence record IDs in the state file.

# description

Scans `.setup-agents/state/evidence.jsonl` and reports entries with IDs that do not match the canonical format: `setup-agents-evidence-<unix_ms>-<6_random_alnum>`.

# examples

- Validate all evidence records:

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

# info.valid

All %s evidence records have valid IDs.

# info.invalid

%s of %s evidence records have invalid IDs:

# info.noRecords

No evidence records found.
