Skip to content

Commit 2bbb882

Browse files
committed
README: reconcile line count (~1,400, was inconsistent between 950/1,400)
1 parent e65476a commit 2bbb882

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
[中文](README_CN.md) | [English](README.md) | [Claude Code Architecture Deep Dive (7 articles)](article/)
1212

13-
**512,000 lines of TypeScript → ~950 lines of Python.**
13+
**512,000 lines of TypeScript → ~1,400 lines of Python.**
1414

1515
I spent two days reverse-engineering the leaked Claude Code source — all half a million lines. Then I stripped it down to the load-bearing walls and rebuilt them in Python. The result: **every key architectural pattern from Claude Code, in a codebase you can read in one sitting.**
1616

@@ -154,7 +154,7 @@ quit Exit
154154

155155
| | Claude Code | Claw-Code | Aider | CoreCoder |
156156
|---|---|---|---|---|
157-
| Code | 512K lines (closed) | 100K+ lines | 50K+ lines | **~950 lines** |
157+
| Code | 512K lines (closed) | 100K+ lines | 50K+ lines | **~1,400 lines** |
158158
| Models | Anthropic only | Multi | Multi | **Any OpenAI-compatible** |
159159
| Readable? | No | Hard | Medium | **One afternoon** |
160160
| Purpose | Use it | Use it | Use it | **Understand it, build yours** |

README_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![License: MIT](https://img.shields.io/badge/license-MIT-green)](LICENSE)
1111
[![Tests](https://github.com/he-yufeng/CoreCoder/actions/workflows/ci.yml/badge.svg)](https://github.com/he-yufeng/CoreCoder/actions)
1212

13-
**51万行 TypeScript → 950 行 Python。**
13+
**51万行 TypeScript → ~1,400 行 Python。**
1414

1515
我逆向了 Claude Code 泄露的全部源码,然后把不承重的部分全扔掉,用 Python 重建了核心。成果:**Claude Code 的每一个关键架构模式,浓缩在一个下午能读完的代码库里。**
1616

@@ -154,7 +154,7 @@ quit 退出
154154

155155
| | Claude Code | Claw-Code | Aider | CoreCoder |
156156
|---|---|---|---|---|
157-
| 代码量 | 51万行(闭源) | 10万+行 | 5万+行 | **~950** |
157+
| 代码量 | 51万行(闭源) | 10万+行 | 5万+行 | **~1,400** |
158158
| 模型 | 仅 Anthropic | 多模型 | 多模型 | **任意 OpenAI 兼容** |
159159
| 能通读吗? | 不能 | 很难 | 有点费劲 | **一个下午** |
160160
| 适合 | 直接用 | 直接用 | 直接用 | **先看懂,再造自己的** |

0 commit comments

Comments
 (0)