Added new client notice#672
Conversation
📝 WalkthroughWalkthroughThe README's deprecation notice was converted into a heading that links to the Vanilla client and states that major updates will stop. Minor Markdown spacing adjustments were made near the boundary between the "Servers" list and the "Explore" section. ChangesREADME Update
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@README.md`:
- Around line 18-19: The README uses a level-3 heading for the project status
notice, which breaks heading hierarchy and markdownlint heading-increment.
Update that notice in the README to a level-2 heading so it follows the existing
section structure consistently.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| ### ⚠️ This project has ceased development in favor of [the Vanilla client](https://github.com/nerimity/nerimity-web-vanilla). It will still be supported, but will no longer receive any major updates. | ||
|
|
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Use a level-2 heading here.
### skips ##, which triggers the markdownlint heading-increment rule and makes the README hierarchy inconsistent.
♻️ Proposed fix
-### ⚠️ This project has ceased development in favor of [the Vanilla client](https://github.com/nerimity/nerimity-web-vanilla). It will still be supported, but will no longer receive any major updates.
+## ⚠️ This project has ceased development in favor of [the Vanilla client](https://github.com/nerimity/nerimity-web-vanilla). It will still be supported, but will no longer receive any major updates.📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| ### ⚠️ This project has ceased development in favor of [the Vanilla client](https://github.com/nerimity/nerimity-web-vanilla). It will still be supported, but will no longer receive any major updates. | |
| ## ⚠️ This project has ceased development in favor of [the Vanilla client](https://github.com/nerimity/nerimity-web-vanilla). It will still be supported, but will no longer receive any major updates. |
🧰 Tools
🪛 markdownlint-cli2 (0.22.1)
[warning] 18-18: Heading levels should only increment by one level at a time
Expected: h2; Actual: h3
(MD001, heading-increment)
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@README.md` around lines 18 - 19, The README uses a level-3 heading for the
project status notice, which breaks heading hierarchy and markdownlint
heading-increment. Update that notice in the README to a level-2 heading so it
follows the existing section structure consistently.
Source: Linters/SAST tools
What does this PR do?
Checklist
Summary by CodeRabbit