Skip to content

Comments

Update script name in usage instructions#29

Closed
cf-x wants to merge 30 commits intoshareAI-lab:mainfrom
cf-x:main
Closed

Update script name in usage instructions#29
cf-x wants to merge 30 commits intoshareAI-lab:mainfrom
cf-x:main

Conversation

@cf-x
Copy link

@cf-x cf-x commented Feb 20, 2026

No description provided.

CrazyBoyM and others added 3 commits February 19, 2026 22:47
Build a Claude Code-style agent from scratch in 11 sessions.
Each session adds ONE mechanism to the agent loop.

Session  Claude Code Feature   Tools  Core Addition             Key Insight
-------  --------------------  -----  ------------------------  ----------------------------
s01      The Agent Loop           1   while + stop_reason       Bash is all you need
s02      Tools                    4   Read/Write/Edit/Bash      The loop didn't change
s03      TodoWrite                5   TodoManager + nag         Plan before you act
s04      Subagents                5   Task tool + spawn         Fresh context per subagent
s05      Skills                   5   SKILL.md injection        Load on demand, not upfront
s06      Compact                  5   3-layer compression       Strategic forgetting
s07      Tasks                    8   CRUD + dependency graph   State survives /compact
s08      Background Tasks         6   threads + notifications   Fire and forget
s09      Agent Teams              9   teammates + mailboxes     Persistent agents + async mail
s10      Team Protocols          12   shutdown + plan approval  Same request_id, two protocols
s11      Autonomous Agents       14   idle cycle + auto-claim   Poll, claim, work, repeat

Python reference implementations in agents/.
Teaching docs in docs/.
Next.js web platform (simulator, architecture diagrams, source viewer) in web/.
- Complete i18n: all hardcoded English strings replaced with t() calls
  across layers, compare, whats-new, and design-decisions components
- Dark mode persistence via localStorage + inline script to prevent flash
- Per-session feature visualizations (s01-s11) with Framer Motion animations
- Multi-language docs: 11 Chinese + 11 Japanese translations of all sessions
- Extract-content supports suffix-based locale detection (-zh, -ja)
- Tutorial section expanded by default in doc-renderer
- GitHub link updated to shareAI-lab/learn-claude-code
- 81 static pages generated across en/zh/ja locales
- Deployed to Vercel production

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Feb 20, 2026

@cf-x is attempting to deploy a commit to the crazyboym's projects Team on Vercel.

A member of the Team first needs to authorize it.

@cf-x cf-x closed this Feb 20, 2026
@cf-x cf-x reopened this Feb 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants