Skip to content

Conversation

@chhot2
Copy link

@chhot2 chhot2 commented Jan 9, 2026

Summary

This PR cleans up the codebase by removing useless files and adds new project components.

Cleanup performed:

  • Removed ~3.5GB of build artifacts and binaries (proxy-browser/target/, acli.exe)
  • Removed nested git repositories
  • Removed IDE configuration folders (.claude-plugin, .cursor)
  • Removed 45 useless .md documentation files
  • Removed generated/temporary files (issues.json, generated_issues.json)
  • Removed duplicate configuration files
  • Removed one-time fix scripts

New additions:

  • Added planning-with-files methodology
  • Added proxy-browser Rust/Tauri project (cleaned)
  • Added configuration files and setup guides

Files kept:

  • Essential documentation (README.md, CHANGELOG.md, LICENSE)
  • Source code in proxy-browser/crates/ and ui-tauri/
  • Configuration files in config/
  • Assets in assets/

root and others added 5 commits January 9, 2026 18:17
- Removed ~3.5GB of build artifacts and binaries
- Removed nested git repositories
- Removed IDE configuration folders (.claude-plugin, .cursor)
- Removed 45 useless .md documentation files
- Added planning-with-files methodology
- Added proxy-browser Rust/Tauri project
- Added configuration files and setup guides
- Add QUICK_START.txt for quick setup instructions
- Add SETUP_GUIDE.md for detailed setup documentation
- Add check_status.sh for status checking utility
- Add run_parallel_copilot.sh for parallel execution support
- Add test_setup.sh for setup testing
- Add .gitignore to exclude venv and common dev files
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.

1 participant