goosedump 0.3.3

Coding agent context data browser
# goosedump

![goosedump screenshot](screenshot.png)

`goosedump` is a coding agent context data browser. It supports Codex, Crush,
Goose, OpenCode, and Pi. It builds on top of the ideas of
[`lllyasviel/VCC`](https://github.com/lllyasviel/VCC).

Features:

* BM25 keyword ranking for natural queries.
* Sublime Text alike fuzzy matching.

## Build

```sh
cargo build
cargo test
```

## Licensing

The JavaScript npm wrapper is licensed under `Apache-2.0`. The Rust source and
native binaries are licensed under `LGPL-2.1-or-later`.
Corresponding source for each published native binary is available from the
GitHub repository tag that matches the package version.