Skip to content

chore: replace repo table with product doc links#53

Merged
yuanyuanxin merged 5 commits intowuji-technology:mainfrom
yuanyuanxin:chore/simplify-repo-table
Apr 15, 2026
Merged

chore: replace repo table with product doc links#53
yuanyuanxin merged 5 commits intowuji-technology:mainfrom
yuanyuanxin:chore/simplify-repo-table

Conversation

@yuanyuanxin
Copy link
Copy Markdown
Contributor

@yuanyuanxin yuanyuanxin commented Apr 15, 2026

Summary

  • Remove the large Repositories table (13 product repos) from the org profile README
  • Replace with a lightweight Education section for robotics-rigid-body-mechanics
  • Product repos are now fully covered by per-product reading guide pages on docs.wuji.tech

Test plan

  • Verify org profile renders correctly on https://github.com/wuji-technology
  • Confirm Education badge link resolves to the correct repo
  • Check that all 4 product Docs links in the Product Ecosystem section lead to reading guides with repo tables

🤖 Generated with Claude Code

Summary by CodeRabbit

  • 文档
    • 精简资料页:将原大型多项仓库/工具/模拟/遥操作/硬件/教育表格移除,替换为“资源”节,仅保留单个教育资源条目(robotics-rigid-body-mechanics)与一行说明,并将原“参与方式/联系”内容并入新节,保持可见性与顺序。

Product-specific repositories are now fully covered by the reading
guide pages on docs.wuji.tech. Remove the large Repositories table
and keep only the Education repo that doesn't belong to any product.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 15, 2026

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 3ba1b966-27b0-432c-a648-46a16928e5ad

📥 Commits

Reviewing files that changed from the base of the PR and between 161a861 and ccc41c3.

📒 Files selected for processing (2)
  • repos-config.yml
  • scripts/update-readme.py
💤 Files with no reviewable changes (2)
  • repos-config.yml
  • scripts/update-readme.py

Walkthrough

删除 profile/README.md 中的多行 “Repositories” HTML 表格,改为一个简化的 “Resources” 节仅保留单个教育资源条目;同时移除 repos-config.yml 中的 categories 映射块及删除用于同步 README 的 scripts/update-readme.py 脚本(共三处内容调整)。

Changes

Cohort / File(s) Summary
README 文档
profile/README.md
移除包含 SDK/Tools/Simulation/Teleoperation/Hardware/Education 的大型 HTML “Repositories” 表格,新增一个名为 “Resources” 的简化节,保留 robotics-rigid-body-mechanics 教育资源条目及一行说明(-≈61 行,+2 行)。
配置
repos-config.yml
删除原有的 categories 配置块及其各类到仓库标识的映射(移除约 23 行配置)。
脚本
scripts/update-readme.py
完全删除用于从 GitHub 拉取仓库描述并更新 README 的同步脚本,包括其 main() 及若干公共函数和模块常量(移除约 95 行脚本)。

Sequence Diagram(s)

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested reviewers

  • chenjunnn
  • wuji-tech-dev

🐰 表格削繁留一枝,徽章轻点像星炽,
草间探路踏新径,码行静好又一炽。
小兔一跃且欢喜,更新简明更可喜。


✅ Pre-merge checks override applied

The pre-merge checks have been overridden successfully. You can now proceed with the merge.

Overridden by @yuanyuanxin via checkbox on 2026-04-15T03:40:17.969Z.

❌ Failed checks (1 error)

Check name Status Explanation Resolution
Changelog ❌ Error [IGNORED] PR引入了用户可见的更改,但CHANGELOG.md和public/CHANGELOG.md的修改未能充分反映这些更改。 在CHANGELOG.md的Unreleased部分的Removed类别下添加条目,并创建public/CHANGELOG.md文件记录相应变更。
✅ Passed checks (6 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed 标题遵循 Conventional Commits 格式 'chore(scope)?: subject',采用 'chore:' 前缀,主语 'replace repo table with product doc links' 具体明确,准确描述了删除大型仓库表并用教育资源链接替代的主要变更。
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Pr Description ✅ Passed PR描述包含三项具体的测试项,且分支名称以'chore/'开头,豁免了Feishu工作项ID引用要求。
Branch Name ✅ Passed 源分支名称 chore/simplify-repo-table 完全符合指定的Chore分支命名规则 chore/<description>
Design Docs ✅ Passed 设计/架构文档目录不存在于仓库中,检查条件被跳过。PR中的更改仅涉及删除文档自动化脚本和更新README,不需要设计文档一致性验证。
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@profile/README.md`:
- Around line 60-62: README 与 repos-config.yml 不一致导致 scripts/update-readme.py
解析失败;你可以修复为三选一:1) 更新 repos-config.yml 只保留
robotics-rigid-body-mechanics(保持现有脚本不变);2) 修改 scripts/update-readme.py 的解析逻辑(替换对
HTML 表格片段 "<td>...<a href>...<br>...</td>" 的硬编码匹配,改为解析当前 README Markdown/HTML
结构——例如匹配单行链接或 badge 链接并根据 repos-config.yml 更新描述,添加健壮的不存在项处理);3)
明确停用自动更新(在脚本入口增加开关或注释,并在 README 中添加说明)。定位符:repos-config.yml, profile/README.md,
scripts/update-readme.py;按选项实现相应修改并添加明确日志/错误消息以避免静默失败.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: e757a4dd-b611-4166-9b95-2cb6806b2718

📥 Commits

Reviewing files that changed from the base of the PR and between ecf2a27 and 9a4d4b6.

📒 Files selected for processing (1)
  • profile/README.md

Comment thread profile/README.md Outdated
yuanyuanxin and others added 4 commits April 15, 2026 11:31
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Badge image causes vertical alignment issues in list items.
Switch to plain text link to match the style of other list items.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
repos-config.yml and scripts/update-readme.py served the deleted
Repositories HTML table. No longer needed.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@yuanyuanxin yuanyuanxin requested a review from chenjunnn April 15, 2026 03:50
@Shadow2223 Shadow2223 self-requested a review April 15, 2026 05:53
@yuanyuanxin yuanyuanxin merged commit b665664 into wuji-technology:main Apr 15, 2026
1 check passed
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.

2 participants