CHW-4929 OrgDeleteSimulateKindMismatch

simulate_id was minted for a different action; mint a fresh one with `chainsaw org delete --dry-run`

Default message: simulate_id was minted for a different action; mint a fresh one with chainsaw org delete --dry-run
HTTP status: 409 (client)

Problem. chainsaw org delete --simulate-id <id> --confirm was refused before any inventory check. Cause. The simulate_id was minted for a different action (e.g. a risk-weights simulate, a hardening-bundle preview) and the kind-tag attached at mint time doesn’t say org_delete. The gate refuses to cross action boundaries even if the underlying record is still fresh. Fix. Mint a fresh org-delete simulate with chainsaw org delete --dry-run (or the preview endpoint) and re-submit. HTTP 409.