diff --git a/README.md b/README.md index 3e8bf90f5..476bba0ba 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 >