v0.1.13: find_related pagination and signal accumulation, get_object topic parity
find_related pagination and signal accumulation, get_object topic parity
Three own-issue fixes plus packaging and branding metadata polish — no breaking changes.
Added:
smithsonian_find_relatedstartinput pages the merged interleaved sequence contiguously (start = page × limit); each fan-out fetches rows = min(start + limit, 100) from start:0 (#18)truncationCeilingenrichment field — summed upstream match count across contributing signals, an upper bound on the related pool (#18)
Fixed:
smithsonian_get_objectrenders every topic informat(), not just the first 10, restoring content/structuredContent parity (#17)smithsonian_find_relatedsimilarity_signalsaccumulates every signal that surfaced an object across fan-outs, not just the first (#19)
Changed:
- Package/manifest descriptions reworded across
package.json,manifest.json, and both plugin manifests package.jsonrepository URL (git+https://...) and author website;manifest.jsongainslicenseandauthor.github/FUNDING.ymladded
89 tests pass; bun run devcheck clean.