docs: drop README links to the removed subconscious and meeting-agents pages - #5680
Conversation
…e files Remove the "subconscious" and "meeting agents" feature descriptions from the English, German, Japanese, Korean, Urdu, and Chinese readme files, as these features are no longer part of the product offering. Auto-committed-on: dragonfly Co-authored-by: Medulla <medulla@tinyhumans.ai>
|
Warning Review limit reachedYour included review limit has been reached. You’re in a promotional period — use the checkbox below to run this review for free:
On-demand reviews are free for the next 29 days. After that, they cost $0.25 per reviewed file. How can I continue?Run this review now using the option above, or comment You can also wait for the limit to reset (next review available in 12 seconds), then comment An organization admin can change what happens after included review limits in Billing. How do review limits work?CodeRabbit enforces per-developer PR review limits within each organization. For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (6)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai review |
|
What
Removes the two README bullets that link to GitBook pages which no longer exist:
https://tinyhumans.gitbook.io/openhuman/features/subconscioushttps://tinyhumans.gitbook.io/openhuman/features/mascot/meeting-agentsSix files: the root
README.mdplus the five translations underdocs/(de,ja-JP,ko,ur-pk,zh-CN). Twelve deletions, no other change.Why
#5674 removed the subconscious loop and the meeting agents from the product, and the corresponding GitBook pages were taken down with them. The READMEs still advertised both features, so every link now answers
404.That breaks
Markdown Link Check(lychee, inpr-quality.yml) onmain, which means it fails on every open PR in the repo rather than on any one PR's changes — 10 errors, two per translated file. The job scansdocs/**/*.md, which is why the rootREADME.mdwas not flagged even though it carried the same two dead links; it is included here so the English and translated copies stay consistent about what the product does.Removing the bullets rather than repointing them is the honest fix: the features are gone, so there is no correct page to link to.
Verification
The prose mention of the subconscious in the orchestration bullet is untouched — that bullet links to
features/orchestration, which is live.