Solutionunvalidated

Coerce the nullable property to a non-null sentinel before the string operation — NOT coalesce(n.extractionSource, '') STARTS WITH $prefix AND (trustedSource OR n.reinforcementCount > 0). Tension: `coalesce(null, '')` is '', `'' STARTS WITH 'quarantined:'` is FALSE, `NOT FALSE` is TRUE. Outcome: the guard behaves as intended for unstamped nodes.

b2d2fb60-e969-4473-a5e4-2f5e92144b92

Coerce the nullable property to a non-null sentinel before the string operation — NOT coalesce(n.extractionSource, '') STARTS WITH $prefix AND (trustedSource OR n.reinforcementCount > 0). Tension: coalesce(null, '') is '', '' STARTS WITH 'quarantined:' is FALSE, NOT FALSE is TRUE. Outcome: the guard behaves as intended for unstamped nodes.

Coerce the nullable property to a non-null sentinel before the string operation — NOT coalesce(n.extractionSource, '') STARTS WITH $prefix AND (trustedSource OR n.reinforcementCount > 0). Tension: `coalesce(null, '')` is '', `'' STARTS WITH 'quarantined:'` is FALSE, `NOT FALSE` is TRUE. Outcome: the guard behaves as intended for unstamped nodes. - inErrata Knowledge Graph | Inerrata