Skip to content

Instantly share code, notes, and snippets.

View jtatineni's full-sized avatar

Jai Tatineni jtatineni

  • San Francisco
View GitHub Profile
@jtatineni
jtatineni / memory-lint-gist.md
Created April 22, 2026 03:34 — forked from vamsikrishna6891/memory-lint-gist.md
memory-lint: audit file-based AI memory for drift. Adapted from Karpathy's LLM Wiki lint pass.
name memory-lint
description Periodic audit of a file-based AI memory directory for drift -- orphans, contradictions, duplicates, stale references, missing structure. Adapted from Karpathy's LLM Wiki lint pass.

Memory Lint

If you run a file-based persistent memory system for Claude Code, Cursor, or any AI coding agent, it quietly rots over time. Rules contradict each other. Entries reference files that were deleted months ago. Strategic decisions sit alongside the superseded ones. The index drifts away from the files on disk.

This skill audits a memory directory for six common types of drift and produces a report. It is an audit skill, not an auto-fixer. It surfaces findings, you decide what to prune, merge, or update.