fix(rectification): compare health and occupation aliases through one merge (BUG-672)
Skipped or already-reported health must not be asked again as health_pressure, and occupation declined as other must still close the occupation line. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -588,8 +588,10 @@ def precision_stage(scan: dict[str, Any], event_count: int) -> dict[str, Any]:
|
||||
|
||||
|
||||
def oos_blind_prompts(request: dict[str, Any]) -> list[dict[str, Any]]:
|
||||
from scripts.rectification.event_probes import canonical_domain
|
||||
|
||||
covered = {
|
||||
str(event.get("domain"))
|
||||
canonical_domain(event.get("domain"))
|
||||
for event in request.get("events") or []
|
||||
if isinstance(event, dict) and event.get("domain")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user