@notnessie/core
v0.2.0
Published
NotNessie core: types, Postgres storage, redaction, embeddings, hybrid search, and context packs.
Maintainers
Readme
@notnessie/core
Core library for NotNessie — a Claude Code-native, local-first project memory layer. This package holds the storage layer, hybrid search, local embeddings, context-pack builder, secret redaction, and session summarizer.
Most people don't install this directly. If you just want project memory for Claude Code, install
@notnessie/cliand runnotnessie pgup && notnessie init.
@notnessie/core is published for the CLI, the MCP server, and anyone building on
top of NotNessie's storage. It targets PostgreSQL with the pgvector extension
and resolves its connection from DATABASE_URL, the user-level config written by
notnessie pgup (~/.notnessie/db.json), or a localhost default.
Documentation
Architecture and concepts: https://grexlin85.github.io/notnessie/
Source: https://github.com/GreXLin85/notnessie
License
MIT
