From 9f9cc4259cdcd33628127a41e992e808bf4acceb Mon Sep 17 00:00:00 2001 From: damiandelmas Date: Fri, 3 Apr 2026 16:02:28 -0700 Subject: [PATCH] =?UTF-8?q?Add=20flex-claudecode=20=E2=80=94=20session=20h?= =?UTF-8?q?istory=20retrieval=20via=20MCP?= 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 a8259d5..546cf8d 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ A curated list of awesome tools, skills, plugins, integrations, extensions, fram - [**Severance**](https://github.com/blas0/Severance) (41 ⭐) - A semantic memory system designed for Claude Code. - [**AgentCheck**](https://github.com/devlyai/AgentCheck) (33 ⭐) - Local AI-powered code review agents for Claude Code. - [**claude-agents**](https://github.com/tddworks/claude-agents) (14 ⭐) - A collection of specialized AI agents for Claude Code that enhance software development workflows with focused expertise in specific domains. +- [**flex-claudecode**](https://github.com/damiandelmas/flex-claudecode) - Compiles your Claude Code session history for vector and hybrid retrieval. Your agent connects via MCP, discovers the schema at runtime, and writes SQL against your history — the full observable surface is searchable, including tool calls, file edits, agent delegations, and project attribution. Knowledge graphs build automatically from the data. Works retroactively — every past session becomes searchable on install. ---