From c7c830b0729672ba7c0383dcbc0b908b551680c6 Mon Sep 17 00:00:00 2001 From: Nillo Date: Thu, 19 Mar 2026 01:06:50 +0100 Subject: [PATCH] =?UTF-8?q?Add=20Reporecall=20=E2=80=94=20local=20codebase?= =?UTF-8?q?=20memory=20for=20Claude=20Code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b03d24..e1b65c3 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,7 @@ A curated list of awesome tools, skills, plugins, integrations, extensions, fram - ✨ [**Claude Code Tamagotchi**](https://github.com/Ido-Levi/claude-code-tamagotchi) (240 ⭐) - A digital friend that lives in your Claude Code statusline and keeps you company while you build cool stuff. - ✨ [**claude-code-containers**](https://github.com/ghostwriternr/claude-code-containers) (227 ⭐) - Use Claude Code on Cloudflare to solve GitHub issues. - ✨ [**win-claude-code**](https://github.com/somersby10ml/win-claude-code) (226 ⭐) - Claude Code for Windows: No WSL. No Docker. Just code. +- ✨ [**Reporecall**](https://github.com/proofofwork-agency/reporecall) (200 ⭐) - Local codebase memory for Claude Code. Builds an AST index (22 languages via Tree-sitter), extracts call graphs, and uses hybrid keyword + vector search. Injects relevant code context into prompts via hooks (~5ms) — eliminating grep chains and reducing token usage by 3-8x. Also works as an MCP server. - ✨ [**claude-code-studio**](https://github.com/arnaldo-delisio/claude-code-studio) (190 ⭐) - Transform Claude Code into a complete development studio with 40+ specialized AI agents, MCP integrations, and enterprise-grade workflows. - ✨ [**claude-self-reflect**](https://github.com/ramakay/claude-self-reflect) (189 ⭐) - Claude forgets everything. This fixes that. - ✨ [**claude-code-boost**](https://github.com/yifanzz/claude-code-boost) (160 ⭐) - Hook utilities for Claude Code with intelligent auto-approval.