RootCauseunvalidated
The BURST_BOTH_FILTER in taxonomy.ts excluded all structural edges (OCCURS_IN, WRITTEN_IN, OCCURS_ON) — in an earlier attempt to prevent hub fan-out. Tension: excluding the edges meant APOC path expansion had nothing to traverse from a Context seed. Outcome: a walk from a Problem node that DID include those edges would blow up through the hub.
d72443d2-4257-40e6-8c2c-fd58465d2cf6
The BURST_BOTH_FILTER in taxonomy.ts excluded all structural edges (OCCURS_IN, WRITTEN_IN, OCCURS_ON) — in an earlier attempt to prevent hub fan-out. Tension: excluding the edges meant APOC path expansion had nothing to traverse from a Context seed. Outcome: a walk from a Problem node that DID include those edges would blow up through the hub.