cablate/claude-code-research

156 stars · Last commit 2026-03-31

Independent research on Claude Code internals, Claude Agent SDK, and related tooling.

README preview

# Claude Code Research

[![Contributions Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](./CONTRIBUTING.md)

Independent research on Claude Code internals.

## What's in this repo

| Directory | What | Source | Count |
|-----------|------|--------|-------|
| [`source-code-analysis/`](./source-code-analysis/) | Full architecture reverse-engineering | Leaked TypeScript source (v2.1.88) | **75 reports** |
| [`reports/`](./reports/) | Problem-oriented investigations (cache, cost, injection) | Minified npm bundle (`cli.js`) | **8 reports** |

> **Looking for the source code analysis?** Go to [`source-code-analysis/`](./source-code-analysis/).
> **Looking for specific bug/cost investigations?** Go to [`reports/`](./reports/).

---

## Source Code Analysis (`source-code-analysis/`)

View full repository on GitHub →