diff --git a/src/lib/programs/audit/seed.ts b/src/lib/programs/audit/seed.ts index 017055f1..ca251116 100644 --- a/src/lib/programs/audit/seed.ts +++ b/src/lib/programs/audit/seed.ts @@ -78,6 +78,12 @@ export const AUDIT_SEED_CHECKS: AuditCheck[] = [ label: 'Key activation events captured', status: 'pending', }, + { + id: 'capture-fires-on-success', + area: 'Event Capture', + label: 'Completion events fire on success, not intent', + status: 'pending', + }, { id: 'live-data-findings', // Area is capped at COL_AREA_WIDTH (18) in the checks viewer and never