# goosedump
`goosedump` is a coding agent context data browser. It builds on top of the
ideas of [`lllyasviel/VCC`](https://github.com/lllyasviel/VCC).
Features:
* Structured JSON output on stdout, so you can render it however you like.
* BM25 keyword ranking (with scores) for natural queries.
* Glob matching for filtering messages.
* Format conversion: re-render any context in another provider's native format.
* Import contexts into another provider's store (with `delete`, a "move").
## Usage
The user guide is available at [`man/man1/goosedump.1`](man/man1/goosedump.1)
## Build
cargo build
cargo test
## Licensing
`goosedump` is licensed under `LGPL-2.1-or-later`.
The npm wrapper is licensed under `Apache-2.0`.