Skip to content

docs: remove stale Weibo/Douyin references from localized READMEs#464

Open
syf2211 wants to merge 1 commit into
Panniantong:mainfrom
syf2211:docs/remove-stale-weibo-douyin-references
Open

docs: remove stale Weibo/Douyin references from localized READMEs#464
syf2211 wants to merge 1 commit into
Panniantong:mainfrom
syf2211:docs/remove-stale-weibo-douyin-references

Conversation

@syf2211

@syf2211 syf2211 commented Jul 2, 2026

Copy link
Copy Markdown

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.md and docs/README_ja.md still listed those removed platforms (plus WeChat Articles), which could mislead agents and users.

Changes

  • Update docs/README_ko.md and docs/README_ja.md:
    • Remove Weibo, Douyin, and WeChat Articles from platform tables, architecture diagrams, tool tables, FAQ, and credits
    • Add Facebook/Instagram and current Bilibili/Reddit/XHS backend notes to match README_en.md
    • Fix localized tool-choice tables to use the four-column Primary/Fallback layout
  • Add tests/test_skill_docs.py to assert removed channel patterns do not appear in SKILL.md, SKILL_en.md, and localized READMEs

Tests

pytest tests/test_skill_docs.py -q
# 5 passed
ruff check tests/test_skill_docs.py
# All checks passed

Notes

  • No runtime/code-path changes; documentation and tests only
  • Contact-section WeChat QR references are intentionally kept (community contact, not a platform channel)
  • composer-2.5 review: APPROVE after tool-table fix

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SKILL.md documents Weibo and Douyin channels that don't exist in code

1 participant