goosedump is a coding agent context data browser. It builds on top of the
ideas of 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").
The user guide is available at man/man1/goosedump.1
cargo build
cargo test
goosedump is licensed under LGPL-2.1-or-later.
The npm wrapper is licensed under Apache-2.0.