fix(s12): correct self-contradicting statement about task release path#443
Open
beasaltfish wants to merge 1 commit into
Open
fix(s12): correct self-contradicting statement about task release path#443beasaltfish wants to merge 1 commit into
beasaltfish wants to merge 1 commit into
Conversation
The "in_progress → pending" release-path paragraph attributed the missing behavior to CC itself, then described CC actually performing that exact release (unassign + reset to pending) in the next sentence. The missing behavior belongs to the teaching version, not real CC. Fixed in zh/en/ja READMEs and the generated docs.json. Co-Authored-By: Claude Sonnet 5 <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.
Summary
in_progress → pendingrelease path is self-contradicting: it first says "CC has no ... release path", then immediately describes CC unassigning owner and resetting status to pending — which is that release path.README.md(zh),README.en.md,README.ja.md, and the corresponding strings in the generatedweb/src/data/generated/docs.json.Test plan
python3 -c "import json; json.load(open('web/src/data/generated/docs.json'))"— confirms JSON is still validgit diffreviewed — only the intended sentence changed in each of the 4 files