engramx-continue
v1.0.0
Published
Continue.dev context provider for engram — surfaces knowledge graph as @engram
Maintainers
Readme
engramx-continue
Continue.dev context provider for engram — surfaces the knowledge graph as @engram in chat.
Prerequisites
engram must be initialized in your project:
npm install -g engramx
engram init /path/to/projectInstall
npm install engramx-continueConfigure
Add to ~/.continue/config.json:
{
"contextProviders": [
{ "name": "engramx-continue" }
]
}Use
Type @engram in Continue chat. The provider queries the local knowledge graph and injects architecture, decisions, patterns, and known issues as context.
Falls back to HTTP (127.0.0.1:7337) if the CLI is unavailable. Returns empty if both fail — no errors surface to the user.
