v0.1.11: Bug fixes — entity_not_found contract, SPARQL truncated detection
Bug fixes — entity_not_found contract, SPARQL truncated detection
Two handler bugs that left agents without actionable error signals.
Fixed:
wikidata_get_entity,wikidata_get_statements,wikidata://entity/{id}—entity_not_foundcontract never fired; catch blocks checkederr.data.statusCodebuthttpErrorFromResponsestores the status aterr.data.status. Updated all three sites. (#9)wikidata_sparql_query—truncatedfield unconditionally returnedfalse. Now returnsbindings.length >= 10_000as an inferred signal; description updated to reflect the heuristic. (#10)
127 tests pass; bun run devcheck clean.