French-English README describes Claude Code as an architectural analysis of Claude Code for AI agent systems, with emphasis on infrastructure, safety layers, and extensibility. This review extracts concrete facts from the README and repo metadata.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
A comprehensive source-level architectural analysis of Claude Code (v2.1.88) focused on agent design, safety layers, and system components, including a design-space guide for agent builders and cross-system comparisons. The repository presents a TL;DR claim that 1.6% of Claude Code's codebase is AI decision logic and 98.4% is deterministic infrastructure.
How it works
The work analyzes the Claude Code architecture by detailing a 7-component, 5-layer structure, and an agentic query loop built as an AsyncGenerator implementing a ReAct-pattern while-loop. It describes pre-model shapers (Budget Reduction, Snip, Microcompact, Context Collapse, Auto-Compact), a 9-step per-turn pipeline, and two execution paths: StreamingToolExecutor and runTools. It also outlines a 5-stop condition framework and a multi-stage permission system with 7 permission modes. It covers extensibility through hooks, skills, plugins, and MCP, and explains context/memory handling with 9 sources, multi-level CLAUDE.md hierarchy, and 5-layer compaction.
Getting started
The README provides multiple entry points via documentation links and a paper, including a paper PDF and arXiv entry. It includes a license badge (CC BY-NC-SA 4.0) and references to CLAUDE.md-based memory hierarchy and file-based memory.
Recent releases
Latest release section shows: RELEASES (latest 0) with no releases listed. This indicates there are no formal releases documented in the repo metadata within the README.
Traction
The repository page shows 2025 stars and 313 forks, with 1 open issue. These raw numbers are stated in the repo metadata and appear under Traction when present.
Behind the repo
Not present in the README; no startup/company link section is provided.
Caveats
License: none listed in the README, but a License badge is shown (CC BY-NC-SA 4.0) in the header. Created: 2026-04-11. Last push: 2026-08-01. No explicit open issues beyond the one listed. The description notes 1,884 files, ~512K lines, v2.1.88, and various tooling counts in the Reading Guide.






