ctxr-dev/llm-wiki-memory

Local, git-versioned memory for AI coding agents. No RAG, no Docker, no external service. Capture, compile, recall over a local LLM wiki with on-device embeddings and an MCP server.

128Stars on the repository
20Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

ctxr-dev/llm-wiki-memory

Cursor rule Cursor

Debug llm-wiki-memory capture/recall — flush breadcrumbs, daily-vs-compile lag, failed-distill stash recovery, embedding cache, hook wiring. Use when memory didn't capture, doesn't recall, or a hook/cron looks broken.

128 4d ago A 50 tokens original MIT

ctxr-dev/llm-wiki-memory

Cursor rule Cursor

Defensive invariants — when a check may be deleted — Deleting a defensive check because a proof says it cannot fire is the most expensive class of mistake made in this codebase. Canonical file is .agents/rules/defensive-invariants.md.

128 4d ago A 87 tokens original MIT

docs-style

04

ctxr-dev/llm-wiki-memory

Cursor rule Cursor

README and docs style for llm-wiki-memory — install-first structure, plain-English jargon, vertical Mermaid with quoted labels, badge rules. Canonical file is .agents/rules/docs-style.md.

128 4d ago A 72 tokens original MIT

live-runtime-safety

05

ctxr-dev/llm-wiki-memory

Cursor rule Cursor

Live-runtime safety — the tree you are editing IS the running system — .llm-wiki-memory/src is not a checkout that gets built and deployed. Canonical file is .agents/rules/live-runtime-safety.md.

128 4d ago A 80 tokens original MIT

ctxr-dev/llm-wiki-memory

Cursor rule Cursor

Module-state ownership & caches built from hot-reloading settings — How mutable module-scope state is owned here, and what caching anything derived from settings() obliges. Canonical file is .agents/rules/module-state-ownership.md.

128 4d ago A 82 tokens original MIT

ctxr-dev/llm-wiki-memory

Cursor rule Cursor

Authoring a release migration (llm-wiki-memory itself) — This rule governs developing llm-wiki-memory itself. Canonical file is .agents/rules/release-migrations-authoring.md.

128 4d ago A 80 tokens original MIT

run-tests-safely

08

ctxr-dev/llm-wiki-memory

Cursor rule Cursor

Run the llm-wiki-memory test suite without filling /tmp — sweep stale lwm- workspaces, iterate on single files, run npm test once. Use when running or debugging tests in this repo.

128 4d ago A 41 tokens original MIT

self-observability

09

ctxr-dev/llm-wiki-memory

Cursor rule Cursor

Self-observability (watch llm-wiki-memory while you work; offer fixes) — This rule applies to every AI agent (Claude Code, Cursor, Codex, generic MCP clients) working Canonical file is .agents/rules/self-observability.md.

128 4d ago A 88 tokens original MIT

testing

10

ctxr-dev/llm-wiki-memory

Cursor rule Cursor

Testing rules for llm-wiki-memory — node:test harness conventions, mock-provider seams, the /tmp/lwm- leak trap. Canonical file is .agents/rules/testing.md.

128 4d ago A 69 tokens original MIT

ctxr-dev/llm-wiki-memory

Cursor rule Cursor

Skill: triage review findings without acting on false positives — Full criteria for the guard-deletion case below: .agents/rules/defensive-invariants.md. Canonical file is .agents/skills/triage-review-findings.md.

128 4d ago A 49 tokens original MIT

ctxr-dev/llm-wiki-memory

Cursor rule Cursor

Verification completeness — What "verified" and "green" are allowed to mean in this repo. Canonical file is .agents/rules/verification-completeness.md.

128 4d ago A 69 tokens original MIT

verify-live-change

13

ctxr-dev/llm-wiki-memory

Cursor rule Cursor

Skill: verify a change to the live engine tree — /.llm-wiki-memory/src runs LIVE — the MCP server, the Claude Code hook workers, and cron import it as you edit. Canonical file is .agents/skills/verify-live-change.md.

128 4d ago A 56 tokens original MIT

write-migration

14

ctxr-dev/llm-wiki-memory

Cursor rule Cursor

Author an idempotent, state-detecting migration under scripts/migrations/ for a breaking llm-wiki-memory change. Use when shipping a breaking change to the engine, or when asked to write a migration / upgrade path. Replaces the retired release-runbook flow.

128 4d ago A 56 tokens original MIT