89
+340
// summary
This project backs up the complete source code of Claude Code that was leaked due to the accidental inclusion of sourcemap files in an npm package. This leak reveals the internal architecture, multi-agent orchestration system, and undisclosed functional modules of Anthropic's official AI coding tool. This repository aims to provide researchers with a convenient way to deeply analyze and study these internal system implementations that were not intended for public release.
// use cases
01
Research the internal architecture of Claude Code, including its React/Ink-based terminal renderer and the implementation of over 40 tools.
02
Analyze its unique 'Tamagotchi'-style companion system (BUDDY) and the 'Dream' system used for optimizing context memory.
03
Utilize Claude itself to explore and deeply analyze the leaked source code through the built-in MCP server.