Add comprehensive technical documentation explaining Claude Code internals: - NEW: guide/architecture.md (~800 lines) - Complete architecture deep-dive - Master Loop (while tool_call), Tool Arsenal, Context Management - Sub-Agent Architecture, Permission System, MCP Integration - Edit Tool mechanics, Session persistence, Philosophy comparison - 5 ASCII diagrams, source confidence tiers (Tier 1/2/3) - guide/ultimate-guide.md: Add Section 2.7 "Under the Hood" summary - guide/cheatsheet.md: Add "Under the Hood (Quick Facts)" section - machine-readable/reference.yaml: Add architecture index + deep_dive refs - Update all navigation links across repository Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
24 lines
992 B
Markdown
24 lines
992 B
Markdown
# Guide Documentation
|
|
|
|
Core documentation for mastering Claude Code.
|
|
|
|
## Contents
|
|
|
|
| File | Description | Time |
|
|
|------|-------------|------|
|
|
| [ultimate-guide.md](./ultimate-guide.md) | Complete reference covering all Claude Code features | ~3 hours |
|
|
| [cheatsheet.md](./cheatsheet.md) | 1-page printable quick reference | 5 min |
|
|
| [architecture.md](./architecture.md) | How Claude Code works internally (master loop, tools, context) | 25 min |
|
|
| [adoption-approaches.md](./adoption-approaches.md) | Implementation strategies for teams | 15 min |
|
|
| [data-privacy.md](./data-privacy.md) | Data retention and privacy guide | 10 min |
|
|
| [observability.md](./observability.md) | Session monitoring and cost tracking | 15 min |
|
|
|
|
## Recommended Reading Order
|
|
|
|
1. **New users**: Start with Quick Start section in `ultimate-guide.md`
|
|
2. **Daily reference**: Print `cheatsheet.md`
|
|
3. **Team leads**: Read `adoption-approaches.md` for rollout strategies
|
|
|
|
---
|
|
|
|
*Back to [main README](../README.md)*
|