# goosedump

`goosedump` is a coding agent context data browser. It builds on top of the
ideas of [`lllyasviel/VCC`](https://github.com/lllyasviel/VCC).
## Build
```sh
meson setup build
meson compile -C build
meson test -C build
```
## Licensing
`goosedump` is licensed under the `LGPL-2.1-or-later` license.