docs-puller v0.1.0 — measured local documentation retrieval
docs-puller is a local-first documentation retrieval CLI for coding agents.
It mirrors vendor, GitHub, and local project documentation into Markdown,
indexes it with SQLite FTS5, and exposes both CLI search and a loopback-first
HTTP API.
The release includes a reproducible BM25 fixture containing 24 pinned public
documentation pages and 24 queries. Its frozen baseline is Hit@1 95.8%, Hit@5
100%, and MRR 0.979. The fixture can be replayed without an API key.
Install:
go install github.com/nstranquist/docs-puller@v0.1.0The repository is Apache-2.0. The local CLI, eval harness, server, web UI, and
VS Code client are open source; a future hosted Team tier remains outside this
release.