You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(vote-detail): escape del letterale SPARQL + test sul path execute
Da review PR #80:
- la sigla risolta finiva interpolata cruda nel FILTER: ora passa per
sparqlStringLiteral, estratto in src/core (era duplicato in bill-progress)
con i suoi test. Il valore viene dal grafo, non dall'utente, ma una
virgoletta nel dato romperebbe comunque la query.
- l'hint sul caso "nessuna sigla registrata" citava il flag --group-acronym,
che per un client MCP non significa nulla: formulazione neutra.
- due test di integrazione su voteDetailTool.execute: match risolto (sigla
minuscola → righe, nessun hint) e sigla di groups list → vuoto con hint.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments