docs: update core README with extended description#6
Conversation
- Clarifies Movement Core scope - Adds extended description for contributors and reviewers - No contract or logic changes
📝 WalkthroughWalkthroughREADME.md was restructured with an updated title and comprehensive documentation sections. The brief description was replaced with detailed content covering overview, key features, architecture, getting started instructions, contributing guidelines, governance, licensing, and community contact information. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 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
🧹 Nitpick comments (1)
README.md (1)
102-104: Replace placeholder community text with direct invite links.Line 103 references Discord/Telegram but provides no URLs, which adds friction for users trying to join.
Proposed README tweak
-* Discord / Telegram: Join our community channels for discussions, updates, and support. +* Discord: [https://discord.gg/<invite-code>](https://discord.gg/<invite-code>) +* Telegram: [https://t.me/<channel>](https://t.me/<channel>)🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@README.md` around lines 102 - 104, Replace the placeholder line "* Discord / Telegram: Join our community channels for discussions, updates, and support." with direct invite links by editing the README entry (the bullet starting with "Discord / Telegram") to include the actual Discord invite URL and the Telegram group/channel link (or badges) so users can click directly; ensure the text remains concise and follow the existing Markdown style used for the "Website" line.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@README.md`:
- Around line 64-66: The README's Getting Started shows running `npm test` but
the repo lacks a package.json; either add a package.json with a "test" script or
remove/replace the npm instruction. To fix, create a package.json at repo root
containing at minimum a "name", "version", and a "scripts" object with "test"
set to the appropriate test command for this project (or the empty placeholder
"echo \"No tests\" && exit 0"), or edit README.md to remove the `npm test` line
and replace it with the correct build/test command for this project; refer to
the README's `npm test` instruction when making the change.
---
Nitpick comments:
In `@README.md`:
- Around line 102-104: Replace the placeholder line "* Discord / Telegram: Join
our community channels for discussions, updates, and support." with direct
invite links by editing the README entry (the bullet starting with "Discord /
Telegram") to include the actual Discord invite URL and the Telegram
group/channel link (or badges) so users can click directly; ensure the text
remains concise and follow the existing Markdown style used for the "Website"
line.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
🌐 Movement Network Foundation
Movement Network Foundation is the main non-profit organization responsible for the development, governance, and technical enhancements of the entire Movement Ecosystem. It is building a transparent and robust system using the MOVE Token and On-chain Identity systems.
🏗 Organization & Infrastructure
The ecosystem is composed of the following four (4) main sectors for its sustainability -
⚖️ Governance & Community
The project is transparent through the following programs -
💎 Movement DAO
A decentralized governance system where the community can participate in decision-making.
🚀 Investor & Builder Programs
A direct support system for investors and technology creators within the Movement Ecosystem.
🛠 Verified Developer Portal
A secure portal for developers to view documentation and verify projects on-chain.
🛡 On-Chain Identity & Assets
A strong identity is created using Base L2 and HyperEVM technologies -
movementnetwork.base.eth.🔗 Official Channels
You can follow our progress on the following channels -
🌐 Movement Network Foundation
Movement Network Foundation is the main non-profit organization responsible for the development, governance, and technical improvements of the entire Movement Ecosystem. This project is led by KoKyat (Founder) and is building towards a transparent and decentralized system.
🏗 Organization & Infrastructure
The ecosystem is composed of the following four (4) main sectors for its stability -
⚖️ Governance & Community
Our Governance system can be officially explored on the following Platforms -
🛡 On-Chain Identity & Genesis Assets
**Identities built on HyperEVM and Base L2 -
movementnetwork.base.eth🔗 Official Profiles & Socials
© 2026 Movement Network Foundation. Founded by KoKyat.
Summary by CodeRabbit