r0han7/gitmemory

Git-native AI memory: recall relevant decisions/gotchas on new PRs & issues, and distill new memories on merge — powered by a local model via LM Studio.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
modeOperation: 'recall' (comment on new activity) or 'ingest' (distill + reconcile on merge/close).yes
sourceProvenance label for ingest, e.g. 'PR#231'. Required for ingest.no""
contentText to recall against or ingest from (PR/issue title + body + discussion).no""
storePath to the in-repo memory file.no.gitmemory/memories.json
base-urlLM Studio OpenAI-compatible base URL.nohttp://localhost:1234/v1
chat-modelChat model identifier loaded in LM Studio.nolocal-model
embedding-modelEmbedding model identifier loaded in LM Studio.notext-embedding-nomic-embed-text-v1.5
min-scoreMinimum cosine similarity to surface a memory on recall.no0.15
namedescription
commentMarkdown comment produced by recall (empty if nothing relevant).