README.md
README.md
No strong subsystem tag
24
Lines
852
Bytes
0
Exports
0
Imports
10
Keywords
What this is
This page documents one file from the repository and includes its full source so you can read it without leaving the docs site.
Beginner explanation
This file is one piece of the larger system. Its name, directory, imports, and exports show where it fits. Start by reading the exports and related files first.
How it is used
Start from the exports list and related files. Those are the easiest clues for where this file fits into the system.
Expert explanation
Architecturally, this file intersects with general runtime concerns. It contains 24 lines, 0 detected imports, and 0 detected exports.
Important relationships
Detected exports
- No clear exports detected.
Keywords
codesourceagentclaudeleakanthropiccodingheremodelsystem
Detected imports
- No import paths detected.
Source notes
This page embeds the full file contents. Small or leaf files are still indexed honestly instead of being over-explained.
Full source
# Claude Code - Source Leak
This repository contains an unmodified leak of the source code for [Claude Code](https://github.com/anthropics/claude-code), Anthropic's AI-powered coding agent.
Nothing has been added (besides this README), removed, or changed. This is the raw source as Leaked.
## What's in here
- Agent orchestration and query engine
- Tool implementations (Bash, FileEdit, FileRead, FileWrite, Glob, Grep, WebSearch, WebFetch, Notebook, etc.)
- API service layer and model provider integrations
- MCP (Model Context Protocol) server management
- Permission system and sandboxing
- CLI transport layers (SSE, WebSocket, hybrid)
- Prompt construction and system prompt logic
## Why this exists
For anyone who wants to read and study how Anthropic built their coding agent.
## Disclaimer
This is here for educational purposes only.