codrsync
v1.1.2
Published
Your AI's AI — Context engineering that makes Claude, GPT & Gemini 10x smarter
Maintainers
Readme
codrsync
Your AI's AI — Context engineering that makes Claude, GPT & Gemini 10x smarter.
Installation
npm install -g codrsyncThis will automatically install the Python package via pipx/pip.
Requirements
- Node.js 16+
- Python 3.10+
Quick Start
codrsync --help # Show available commands
codrsync init # Initialize a new project
codrsync scan # Scan existing project
codrsync start # Start superego modeConfigure AI
# Option 1: Login to codrsync cloud
codrsync auth --cloud
# Option 2: Use your own API key
export ANTHROPIC_API_KEY="your-key"Alternative Installation
If npm installation fails, you can install directly via pip:
# Using pipx (recommended)
pipx install codrsync
# Using pip
pip install codrsync
# Using Homebrew (macOS)
brew install ciroarendt/codrsync/codrsync
# Using install script
curl -fsSL https://codrsync.dev/install.sh | bashDocumentation
Visit codrsync.dev for full documentation.
License
MIT
