Skip to content

Cleanup: Remove stale docs and duplicate docker-compose files - #53

Draft
mohit-nagaraj wants to merge 1 commit into
mainfrom
cursor/cleanup-stale-docs-5c46
Draft

mohit-nagaraj wants to merge 1 commit into
mainfrom
cursor/cleanup-stale-docs-5c46

Conversation

@mohit-nagaraj

Copy link
Copy Markdown
Member

Summary

Removed stale/redundant documentation and duplicate docker-compose copies from the repository.

Changes

Deleted Files

  • docs/idea.md - Early brainstorming document superseded by docs/ARCHITECTURE.md
  • docs/npm-publishing.md - Detailed publishing guide superseded by docs/PUBLISHING.md and docs/AUTOMATED-RELEASE.md
  • docker/docker-compose.dev.yml - Duplicate of cmd/docker/docker-compose.dev.yml
  • docker/docker-compose.prod.yml - Duplicate of cmd/docker/docker-compose.prod.yml
  • docker/docker-compose.hybrid-ui.yml - Duplicate of cmd/docker/docker-compose.hybrid-ui.yml
  • docker/docker-compose.hybrid-core.yml - Duplicate of cmd/docker/docker-compose.hybrid-core.yml

Updated Files

  • cmd/runtime_contract_test.go - Updated file path reference for embedded compose file comparison

Verification

  • go build ./... passes
  • go test ./cmd/... passes
  • ✅ Embedded compose files remain intact in cmd/docker/
  • ✅ No references to deleted files remain in the codebase

Impact

  • -1,095 lines of redundant documentation and configuration
  • No functional changes - the docker-compose files in /docker/ were exact duplicates of those in /cmd/docker/
  • All links and references continue to work correctly
Open in Web Open in Cursor 

- Delete docs/idea.md (superseded by docs/ARCHITECTURE.md)
- Delete docs/npm-publishing.md (superseded by PUBLISHING.md and AUTOMATED-RELEASE.md)
- Delete duplicate /docker/*.yml files (kept /cmd/docker/*.yml as source)
- Update runtime_contract_test.go to reference embedded compose files correctly

Co-authored-by: Mohit Nagaraj <me@mohitnagaraj.in>
@coderabbitai

coderabbitai Bot commented Sep 16, 2026

Copy link
Copy Markdown

Important

Draft PR not reviewed

Draft PRs are not automatically reviewed by default.

  • Trigger a manual review

To automatically review draft PRs, update your CodeRabbit configuration:

reviews:
  auto_review:
    drafts: true

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.

❤️ Share

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

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