From 1cdcdd0607fd78fe90a511266368799067406e66 Mon Sep 17 00:00:00 2001 From: Colton Leighton Date: Tue, 10 Mar 2026 14:18:43 -0700 Subject: [PATCH 1/2] Fix typos, grammar, and increase clarity in README and docs --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3e8bf90f5..b685e4200 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ # Learn Claude Code -- A nano Claude Code-like agent, built from 0 to 1
-Scan with Wechat to fellow us, -or fellow on X: [shareAI-Lab](https://x.com/baicai003) +Scan with Wechat to follow us, +or follow us on X(formerly Twitter): [shareAI-Lab](https://x.com/baicai003) ``` @@ -25,7 +25,7 @@ or fellow on X: [shareAI-Lab](https://x.com/baicai003) Production agents add policy, permissions, and lifecycle layers. ``` -**12 progressive sessions, from a simple loop to isolated autonomous execution.** +**12 progressive sessions, from a simple loop up to isolated autonomous execution.** **Each session adds one mechanism. Each mechanism has one motto.** > **s01**   *"One loop & Bash is all you need"* — one tool + one loop = an agent @@ -42,7 +42,7 @@ or fellow on X: [shareAI-Lab](https://x.com/baicai003) > > **s07**   *"Break big goals into small tasks, order them, persist to disk"* — a file-based task graph with dependencies, laying the foundation for multi-agent collaboration > -> **s08**   *"Run slow operations in the background; the agent keeps thinking"* — daemon threads run commands, inject notifications on completion +> **s08**   *"Run slow operations in the background; the agent keeps thinking"* — daemon threads run commands, and inject notifications on completion > > **s09**   *"When the task is too big for one, delegate to teammates"* — persistent teammates + async mailboxes > From e37c520ea6b2adac5c6184cfa8f1872e3b1fe989 Mon Sep 17 00:00:00 2001 From: Colton Leighton Date: Tue, 10 Mar 2026 14:20:29 -0700 Subject: [PATCH 2/2] Fix typos, grammar, and increase clarity in README and docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b685e4200..476bba0ba 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Learn Claude Code -- A nano Claude Code-like agent, built from 0 to 1
-Scan with Wechat to follow us, +Scan with WeChat to follow us, or follow us on X(formerly Twitter): [shareAI-Lab](https://x.com/baicai003)