v0.1.1
Fixed
- Indexing no longer fails on Node builds without SQLite FTS5. FTS5 is a
compile-time option and Node's bundled SQLite omits it in many builds
(22.14 and 23.11 among them), so creating the full-text tables in a migration
aborted startup entirely withno such module: fts5. Availability is now
probed at runtime: with FTS5 the index uses it, without it search falls back
to exact, prefix, trigram and substring matching over names, signatures and
docs.cgraph doctorreports which mode is active, and a later upgrade to a
Node that has FTS5 is picked up automatically and backfilled — no re-index.
Install
npm install -g cgraphPublished to npm as cgraph@0.1.1 with build provenance.