goosedump 0.9.1

Coding agent context data browser
goosedump-0.9.1 is not a library.

goosedump

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").

Usage

The user guide is available at man/man1/goosedump.1

Build

cargo build
cargo test

Licensing

goosedump is licensed under LGPL-2.1-or-later. The JavaScript npm wrapper is licensed under Apache-2.0.