Skip to content

fix(s12): correct self-contradicting statement about task release path#443

Open
beasaltfish wants to merge 1 commit into
shareAI-lab:mainfrom
beasaltfish:fix/s12-task-release-path-doc
Open

fix(s12): correct self-contradicting statement about task release path#443
beasaltfish wants to merge 1 commit into
shareAI-lab:mainfrom
beasaltfish:fix/s12-task-release-path-doc

Conversation

@beasaltfish

Copy link
Copy Markdown

Summary

  • The s12 doc paragraph about the in_progress → pending release 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.
  • The following sentence ("The teaching version omits this recovery path") makes clear the missing behavior belongs to the teaching version, not real CC.
  • Fixed the subject of the first sentence from "CC" to "the teaching version" in README.md (zh), README.en.md, README.ja.md, and the corresponding strings in the generated web/src/data/generated/docs.json.

Test plan

  • python3 -c "import json; json.load(open('web/src/data/generated/docs.json'))" — confirms JSON is still valid
  • git diff reviewed — only the intended sentence changed in each of the 4 files
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant