Conversation
- Bold closed right after a full-width colon and before a letter is not right-flanking under CommonMark, so GitHub and npm print the asterisks. Move the colon outside the emphasis in the CLI Chinese README, the agent-graph scheduling draft, and the Chinese Nightly npm notice. - ARCHITECTURE.zh-CN.md: `Runtime Runner` -> `RuntimeKernel`, and `[ENGLISH]` -> `[English]`. - agent-swarm.md: `AiSdkTurn`, not `AiSdkBackend`, appends the swarm prompt. - README native/ entry: name the Windows Runtime Host task launcher. - DESIGN.md: drop `info-light`/`info-dark` (the document states there is no info colour), correct `surface-overlay-dark` to the derived 0.223, and repair the unparseable `--warning` sentence. - ui README: five export surfaces, not four. - cli-npm-release: drop the stray `version=0.1.0` from the dist-tags step. - ACP README: state the 175 -> 176 epoch bump as past (apache#5386). - eval README: `machine path ... is unavailable` means the env var is unset; refresh stale install-preflight line references. - website README: the published .asf.yaml also sets `staging.profile: ~`. Fixes apache#5624 Generated-by: Claude Code Co-Authored-By: Claude Code <noreply@anthropic.com>
This branch has not been deployed
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
Point fixes for documentation that either renders wrong on GitHub or npm, or contradicts the code it describes. #5624 lists every item with the source line it was checked against.
**right after a full-width:and before a letter is not right-flanking under CommonMark, so the asterisks print literally. The colon moves outside the emphasis in three places: the CLI Chinese README, the agent-graph scheduling draft, and the Chinese Nightly notice thatscripts/release-cli-package.mjsprepends to the npm README.ARCHITECTURE.zh-CN.md:Runtime Runner→RuntimeKernel(matching the English edition and the code),[ENGLISH]→[English].docs/agent-swarm.md:AiSdkTurn, notAiSdkBackend, appends the swarm prompt. The READMEnative/entry now names the Windows task launcher.DESIGN.md: drop theinfo-light/info-darkfrontmatter the document itself says does not exist, setsurface-overlay-darkto the derived 0.223, and repair one unparseable sentence.packages/ui/README.md: five export surfaces, not four.docs/cli-npm-release*.md: drop a strayversion=0.1.0.machine path ... is unavailableand refresh stale line references.website/README.md: mentionstaging.profile: ~.Fixes #5624
Left out to avoid overlapping open work: the
ARCHITECTURE.mdprojection status (#5292), and the same bold problem indocs/architecture/windows-sandbox-rfc-v1.zh-CN.md(#5342).Verification
gh api -X POST /markdown -f mode=gfm):> **Beta:**CLIrenders literal**;> **Beta**:CLIrenders<strong>Beta</strong>. The repository'smarkedgives the same result for all five changed emphasis spans.markedrender of every non-archive Markdown file finds no remaining literal**, exceptwindows-sandbox-rfc-v1.zh-CN.md, which is left for docs(architecture): reconcile Windows sandbox RFC bilingual pair #5342.npx biome format .,npx biome lint .,npm run check:asf-headers, andnode --check scripts/release-cli-package.mjsall pass.0cb4fc32b.AI use
Select exactly one:
Tool(s) and scope: Claude Code audited the docs against the code, verified each item, and drafted the edits, the issue, and this description. The commit carries a
Generated-by: Claude Codetrailer.Checklist
Does this PR entail a change in behavior?
🤖 Generated with Claude Code