You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update line counts to match actual codebase (~1400 LoC)
The code has grown since initial release. Updated file-level line
counts in the architecture section and total LoC references in both
READMEs and pyproject.toml.
**512,000 lines of TypeScript → 950 lines of Python.**
13
+
**512,000 lines of TypeScript → ~1,400 lines of Python.**
14
14
15
15
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.**
16
16
@@ -37,7 +37,7 @@ Fixed: halper → helper.
37
37
38
38
## What You Get
39
39
40
-
Claude Code's 512K lines distilled to 7 patterns that actually matter:
40
+
Claude Code's 512K lines distilled into ~1,400 lines across 7 patterns that actually matter:
41
41
42
42
| Pattern | Claude Code | CoreCoder |
43
43
|---|---|---|
@@ -94,21 +94,21 @@ The whole thing fits in your head:
0 commit comments