Archived
c7831f70ad
When the query string includes node_type, we route to the new engram_scan_nodes_by_type_json builtin instead of the unfiltered scan. Existing callers without the param get identical behaviour. Smoke-tested live on the neuron engram (3,200+ nodes): ?node_type=Knowledge → all Knowledge ?node_type=BacklogItem → all BacklogItem ?node_type=Imprint → 1 Imprint (only one cultivated so far) ?node_type=DoesNotExist → []