docs: remove stale Weibo/Douyin references from localized READMEs#464
Open
syf2211 wants to merge 1 commit into
Open
docs: remove stale Weibo/Douyin references from localized READMEs#464syf2211 wants to merge 1 commit into
syf2211 wants to merge 1 commit into
Conversation
Fixes Panniantong#429 SKILL.md was already cleaned up in Panniantong#347, but Korean and Japanese READMEs still documented removed Weibo, Douyin, and WeChat Articles channels. - Sync docs/README_ko.md and docs/README_ja.md with current 15-channel set - Add tests/test_skill_docs.py to prevent removed channels reappearing in docs - Align localized tool-choice tables with README_en.md four-column layout
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
Remove outdated Weibo, Douyin, and WeChat Articles documentation from the Korean and Japanese READMEs, and add a regression test so removed channels cannot reappear in shipped skill/docs files.
Fixes #429
Motivation
Issue #429 reported that SKILL.md documented Weibo and Douyin channels that no longer exist. The main SKILL.md was already cleaned up in #347, but
docs/README_ko.mdanddocs/README_ja.mdstill listed those removed platforms (plus WeChat Articles), which could mislead agents and users.Changes
docs/README_ko.mdanddocs/README_ja.md:README_en.mdtests/test_skill_docs.pyto assert removed channel patterns do not appear inSKILL.md,SKILL_en.md, and localized READMEsTests
Notes