docs(s01-s20): reduce AI tone, normalize "Claude Code", fix diagrams#384
Open
Bill-Billion wants to merge 2 commits into
Open
docs(s01-s20): reduce AI tone, normalize "Claude Code", fix diagrams#384Bill-Billion wants to merge 2 commits into
Bill-Billion wants to merge 2 commits into
Conversation
Trilingual restructure + review pass across all 20 chapters: - READMEs: make README.md the English default, add README.zh.md, keep README.ja.md; drop the old README.en.md - SVGs: merge per-language *.en.svg / *.ja.svg into one images/*.svg - Normalize standalone "CC" -> "Claude Code" in READMEs and code.py comments (all 20 chapters, 0 residual) - Fix / redesign diagrams (s02-s09, s11-s16, s18-s20): overlaps, canvas clipping, mislabeled arrows, wrong tool counts (task(4)->task(5), dispatch_by_type->dispatch_message), redundant legends, loop-back routing - Reword s09 / s17 chapter titles (zh) - Fix extract-content.ts locale mapping (zh->README.zh.md, en->README.md) - Regenerate web course assets and generated docs/versions JSON Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
@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. |
Resolve conflicts from upstream fixes that landed after this branch forked (shareai/main 20e7cbb -> 2a73474, 9 commits): - s03_permission: keep the new trilingual layout (drop README.en.md); carry the permission-gate example fix (shareAI-lab#375) into README.md/zh.md/ja.md ("Delete all temporary files in /tmp" -> "Delete the file test.txt"). - s08_context_compact: keep the new layout (drop README.en.md); port the reactive_compact reorder (shareAI-lab#364, summarize only messages[:tail_start]) and the snip_compact / reactive_compact guard alignment into README.zh.md. The en/ja snippets auto-merged since the code lines are language-neutral. - s08/s09/s20 code.py reactive_compact reorder and the compaction tests come in from upstream unchanged. - Regenerate web course assets and generated docs/versions JSON. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
What
A trilingual review pass across all 20 chapters (s01–s20).
READMEs
README.mdthe English default, addREADME.zh.md, keepREADME.ja.md; drop the oldREADME.en.md.code.pycomments (all 20 chapters, 0 residual).Diagrams (SVG)
*.en.svg/*.ja.svginto a singleimages/*.svgper diagram.task(4)→task(5),dispatch_by_type→dispatch_message), redundant legends, loop-back routing.Tooling
web/scripts/extract-content.tslocale mapping (zh→README.zh.md,en→README.md).web/public/course-assets/**andweb/src/data/generated/{docs,versions}.json.Merge with upstream
Merged the latest
mainto resolve conflicts. Upstream fixes that landed after this branch forked were carried into the new trilingual layout:reactive_compactreorder (refactor: summarize only trimmed history in reactive_compact #364) andsnip_compact/reactive_compactguard alignmentVerification
code.py.🤖 Generated with Claude Code