Back to browse
CodeYam Memory – comprehensive memory management for Claude Code

CodeYam Memory – comprehensive memory management for Claude Code

by nadis·Mar 4, 2026·17 points·13 comments

AI Analysis

●●SolidNiche GemSolve My Problem

Reverse-engineers Claude's mistakes into git-tracked rules, but only useful for Anthropic users.

Strengths
  • Solves specific pain point: Claude Code forgetting context on same areas repeatedly, with persistent tracking via file-based rules.
  • Dashboard provides human audit and approval loop before rule generation, reducing risk of hallucinated knowledge.
  • Integration with existing Claude.md ecosystem and git workflows means zero switching cost for targeted teams.
Weaknesses
  • Audience extremely narrow: requires Claude Code + complex codebases + team adoption of AI rules — not relevant for non-Anthropic shops.
  • Lacks independent benchmarks showing whether auto-generated rules outperform manual claude.md files or just organize them better.
Target Audience

Teams building AI-augmented software with Claude Code or similar models

Similar To

Continue (IDE agent context management) · Aider (context-aware code generation)

Post Description

We built CodeYam Memory because Claude Code kept making the same mistakes on our codebase. Our claude.md files quickly got stale and maintaining by hand or with Claude wasn’t sufficient.

While digging into this we found that Claude has a native rules system that allowed us to target specific parts of our repo with path matching. This was ideal for our use case but trying to manage these rules by hand was already not working and would be even harder with more granular, targeted rules.

CodeYam Memory uses a background agent to review your coding session transcripts, identifies confusion patterns, and generates targeted rules with proper scoping. You review and approve everything. Dashboard for auditing, a background-agent review process so nothing goes stale as code changes, tracking of everything lives in a simple file in git.

How to Get Started:

Install: npm install -g @codeyam/codeyam-cli@latest

Then from your project root run: codeyam

This will launch a dashboard with further instructions for initializing CodeYam Memory.

Free, runs locally, no login required, and language agnostic. Would love feedback.

More context:

Background blog post: https://open.substack.com/pub/codeyam/p/introducing-the-code...

90 sec demo on our own repo: https://youtu.be/oJ2gTb-lxbE

Demo teaching Claude a real OSS repo (Plane): https://youtu.be/CjOKBwBCcOs

Website: https://codeyam.com/

Similar Projects