goosedump 0.5.0

Coding agent context data browser
# goosedump

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

Features:

* JSON output on stdout, so you can render it however you like.
* BM25 keyword ranking for natural queries.
* Glob matching for filtering messages.

## 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.