chore: Open Source Repository Standards Overhaul (Phase 1)#181
Merged
DevanshuNEU merged 4 commits intoJan 8, 2026
Merged
Conversation
- Remove legacy/ folder (old unused code) - Remove SETUP_COMPLETE.md (internal doc) - Remove docs/HANDOFF-114.md (internal handoff) - Remove docs/TIER_SYSTEM_DESIGN.md (internal design doc) Part of OpenCodeIntel#180
- Move DEPLOYMENT.md → docs/deployment.md - Move DOCKER_QUICKSTART.md → docs/docker-quickstart.md - Move DOCKER_TROUBLESHOOTING.md → docs/docker-troubleshooting.md - Rename MCP_SETUP.md → docs/mcp-setup.md (consistent naming) Cleaner root directory, all guides in one place. Part of OpenCodeIntel#180
- Add .nvmrc (Node 20) - Add .python-version (Python 3.11) - Add .editorconfig (consistent code style) - Add .github/dependabot.yml (automated dependency updates) Makes contributor setup easier and keeps dependencies fresh. Part of OpenCodeIntel#180
README.md: - Rename to OpenCodeIntel (consistent branding) - Add badges (CI, license, release) - Add Quick Links navigation - Remove emoji headers - Cleaner structure: features → quickstart → docs - Leave placeholder for logo and demo screenshot - Concise, no fluff CONTRIBUTING.md: - Update repo name to opencodeintel - Remove emoji docs/: - Fix cross-references to renamed files - Convert to proper markdown links Part of OpenCodeIntel#180
|
@DevanshuNEU is attempting to deploy a commit to the Dev's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Open Source Repository Standards Overhaul
Phase 1 of making OpenCodeIntel meet industry standards. Focuses on cleanup and organization.
Closes #180 (partial)
What Changed
Removed (Cleanup)
legacy/folder - old unused codeSETUP_COMPLETE.md- internal docdocs/HANDOFF-114.md- internal handoffdocs/TIER_SYSTEM_DESIGN.md- internal design docMoved (Better Organization)
DEPLOYMENT.mddocs/deployment.mdDOCKER_QUICKSTART.mddocs/docker-quickstart.mdDOCKER_TROUBLESHOOTING.mddocs/docker-troubleshooting.mddocs/MCP_SETUP.mddocs/mcp-setup.mdRoot folder is now cleaner. All guides live in
docs/.Added (Developer Config)
.nvmrc- Node.js 20.python-version- Python 3.11.editorconfig- Consistent code style.github/dependabot.yml- Automated dependency updatesREADME Overhaul
Fixed
CONTRIBUTING.mdupdated with correct repo nameBefore/After
Root folder:
Docs folder:
Still TODO (Phase 2)
Commits
4d908a0chore: remove legacy code and internal docsc8f721fchore: reorganize docs - move deployment guides to docs/48de6b0chore: add developer config filesca7ed95docs: complete README overhaul and fix internal links