Skip to content

Latest commit

 

History

History
106 lines (76 loc) · 4.4 KB

File metadata and controls

106 lines (76 loc) · 4.4 KB

Claude Code Analysis Index

This index page groups the English reports by topic so readers can quickly jump into the parts of Claude Code they care about most: architecture, prompt engineering, telemetry, permissions, MCP, context management, persistence, and hidden internal behavior.

Start Here

If you are new to this repository, begin with:

  1. The Agent Loop
  2. Tool System Architecture
  3. Permission & Security Model
  4. Architecture Overview

These three reports explain how Claude Code behaves as a production AI coding agent at the systems level.

Reports by Theme

Architecture and Core Runtime

Prompting, Memory, and Model Behavior

Security, Permissions, and Control Surfaces

Integration and Extensibility

What These Reports Cover

Across the full set of reports, this repository covers:

  • Claude Code architecture
  • Claude Code source analysis
  • Claude Code agent loop internals
  • Claude Code system prompts
  • Claude Code telemetry and privacy
  • Claude Code permission model
  • Claude Code MCP integration
  • Claude Code context compression
  • Claude Code state management
  • Claude Code Bash tool
  • Claude Code transcript storage
  • Claude Code session resume
  • Claude Code memory system
  • Claude Code hidden features
  • Claude Code internal codenames
  • Claude Code remote control mechanisms

Reading Paths

If you care about how Claude Code works internally

If you care about prompts, memory, and model behavior

If you care about infrastructure and networking

If you care about security and control

If you care about hidden or surprising behavior

Keywords

Claude Code, Anthropic, source analysis, reverse engineering, AI coding agent, agent loop, system prompt, telemetry, privacy, permissions, MCP, Model Context Protocol, context window, persistence, hidden features, prompt engineering, tool system, security research