Skip to content

v0.1.11: remove dead DataCanvas integration from biorxiv_list_recent

Choose a tag to compare

@cyanheads cyanheads released this 01 Jun 03:36
v0.1.11
b3092a5

remove dead DataCanvas integration from biorxiv_list_recent

The biorxiv_list_recent tool carried a DataCanvas spillover handler (canvas_id
output field, spillover import, format() canvas line) that was never wired —
CANVAS_PROVIDER_TYPE was never set in index.ts, no consumer existed.

Removed:

  • canvas_id output field, spillover handler, and spillover import from biorxiv_list_recent (#24)
  • CANVAS_PROVIDER_TYPE references from README.md, .env.example, and docs/design.md

139 tests pass; bun run devcheck clean.