Interactive Playbook

Understand Claude Code from real code paths

Language
Theme

Reading Paths

Choose a source-reading route

These tracks are tuned for different goals: orientation, runtime internals, and platform-level extensibility.

Recommended route

Starter Track

Audience: Developers who want the big picture first

Goal: Understand what launches, what renders, and where commands and tools come from.

1

Start at the bootstrap edge

These files explain runtime routing.

  • src/entrypoints/cli.tsx
  • src/main.tsx
2

See how the app becomes visible

This shows how the interactive surface is assembled.

  • src/replLauncher.tsx
  • src/screens/REPL.tsx
3

Map commands and tools

This quickly reveals the capability surface.

  • src/commands.ts
  • src/tools.ts