goosedump 0.1.0

Coding agent context data browser
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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.