feat: 19-chapter docs quality overhaul — CC source-verified, beginner-friendly#265
Open
Bill-Billion wants to merge 2 commits intoshareAI-lab:mainfrom
Open
feat: 19-chapter docs quality overhaul — CC source-verified, beginner-friendly#265Bill-Billion wants to merge 2 commits intoshareAI-lab:mainfrom
Bill-Billion wants to merge 2 commits intoshareAI-lab:mainfrom
Conversation
|
@Bill-Billion is attempting to deploy a commit to the crazyboym's projects Team on Vercel. A member of the Team first needs to authorize it. |
Bill-Billion
added a commit
to Bill-Billion/learn-claude-code
that referenced
this pull request
May 4, 2026
Q1: Remove stale sessions/zh/ directory (三套结构清理)
Q3: Fix s01 code.py path (sessions/zh → s01_agent_loop)
Q4: Extend SVG dangling lines to touch containers
Q5: Remove orphan fence lines breaking s02 README rendering
Q7: Fix s03 wording ("返回错误" → "返回一条阻止信息")
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Bill-Billion
added a commit
to Bill-Billion/learn-claude-code
that referenced
this pull request
May 4, 2026
Q2: Replace stage labels ("阶段一:工具管线 | 第 1/4 章")
with simple chapter numbering ("第 1/19 章")
— beginner-friendly, no unexplained jargon
Q6: Add inline footnotes to s02 CC deep dive for forward references
- TaskCreate → "(TaskCreate 在 s12 介绍)"
- PreToolUse hooks → "(s04 详细介绍)"
- Zod schema → "(教学版用 JSON Schema 替代)"
- FileRead Infinity → expanded circular loop explanation
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
…owledge & resilience Rewrite code.py and README (zh/en/ja) for s01-s14, each chapter building incrementally on the previous. Key fixes across chapters: - s01-s04: agent loop, tool dispatch, permission pipeline, hooks - s05-s08: todo write, subagent, skill loading, context compact - s09-s11: memory system, system prompt assembly, error recovery - s12-s14: task graph, background tasks, cron scheduler All chapters CC source-verified. Code inherits fixes forward (PROMPT_SECTIONS, json.dumps cache, real-state context, can_start dep protection, etc.).
…otocols, autonomy, worktree, MCP tools Rewrite code.py and README (zh/en/ja) for s15-s19, the multi-agent platform chapters. Each chapter inherits all previous fixes and adds one mechanism: - s15: agent teams (TeamCreate, teammate threads, shared task list) - s16: team protocols (plan approval, shutdown handshake, consume_inbox) - s17: autonomous agents (idle polling, auto-claim, consume_lead_inbox) - s18: worktree isolation (git worktree, bind_task, cwd switching, safety) - s19: MCP tools (MCPClient, normalize_mcp_name, assemble_tool_pool, no cache) All appendix source code references verified against CC source. Config priority corrected: claude.ai < plugin < user < project < local.
9bedf7f to
7f4464b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
全面重写 19 章教学文档,基于 CC 源码逐项验证,统一叙事骨架:
<details>折叠中有精确函数名、行号和常量值Key design decisions
<details>,不污染教学主线Test plan
🤖 Generated with Claude Code