SPARQL result cap enforces the outermost LIMIT
Fixed:
eurlex_query_sparqlresult cap now bounds the outermost (brace-depth 0)LIMITinstead of the first in the query text, so a subselect no longer leaves the outer query uncapped or gets a caller-supplied innerLIMITsilently rewritten (#63). Enforcement is scoped to the raw escape hatch; internal self-bounded queries are unchanged.
383 tests pass; bun run devcheck clean.