Your AI's AI — Context engineering made simple
Project description
codrsync CLI
Your AI's AI — Context engineering that makes Claude, GPT & Gemini 10x smarter.
Installation
pip install codrsync
Or from source:
cd cli
pip install -e .
Quick Start
# Configure authentication (uses YOUR Claude Code or API key)
codrsync auth
# Create a new project
codrsync init
# Check project status
codrsync status
# View roadmap
codrsync roadmap
# Start a sprint
codrsync sprint start
# Export to Excel/Jira/Trello
codrsync export excel
Commands
Local (work offline)
| Command | Description |
|---|---|
codrsync status |
Show project dashboard |
codrsync roadmap |
Show timeline and dependencies |
codrsync sprint |
Manage sprints |
codrsync export |
Export to Excel, Jira, Trello, Notion |
AI-powered (use your Claude)
| Command | Description |
|---|---|
codrsync init |
Interactive project kickstart |
codrsync build |
AI-guided development |
codrsync prp |
Manage PRPs |
Authentication
codrsync uses YOUR Claude Code installation or Anthropic API key.
# Configure once
codrsync auth
# Options:
# 1. Use Claude Code (if installed) - recommended
# 2. Use Anthropic API key
# 3. Offline mode (limited features)
You pay for your own AI usage. codrsync provides the intelligence through prompts.
How It Works
┌─────────────────────────────────────────────────────────────┐
│ CODRSYNC CLI │
├─────────────────────────────────────────────────────────────┤
│ │
│ LOCAL (free, offline) AI (your Claude/API) │
│ ──────────────────── ────────────────── │
│ • status • init (kickstart) │
│ • roadmap • build (implement) │
│ • sprint • prp generate │
│ • export • research │
│ │
│ Reads JSON files Uses YOUR account │
│ No API calls You pay for usage │
│ │
└─────────────────────────────────────────────────────────────┘
Project Structure
When you run codrsync init, it creates:
your-project/
├── doc/project/
│ ├── manifest.json # Project metadata
│ └── progress.json # Progress tracking
├── doc/task/
│ └── context-session.md # Current context
├── PRPs/ # Product Requirement Prompts
├── src/ # Your code
├── tests/ # Your tests
└── exports/ # Exported reports
Diagnostics
codrsync doctor
Shows:
- Python version
- Claude Code installation
- API key status
- Current project
- Dependencies
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file codrsync-1.1.2.tar.gz.
File metadata
- Download URL: codrsync-1.1.2.tar.gz
- Upload date:
- Size: 166.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0fd1d1e1d80975e81afedcbcf3cccdb9477444d68ac2246f90b8dd262c457f25
|
|
| MD5 |
bac044207a54231e62c29325303a5bfa
|
|
| BLAKE2b-256 |
b66b046bf48361fcbacdaa511c56a5cc63d3c3f49e3aeabda2b4b4f351a1d4f1
|
File details
Details for the file codrsync-1.1.2-py3-none-any.whl.
File metadata
- Download URL: codrsync-1.1.2-py3-none-any.whl
- Upload date:
- Size: 193.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d0de2b157b5bec38fa747374faed54b3ae5dd431adecd78dbf7723f5271f776
|
|
| MD5 |
27068fc5522e87d4680b61f48eebee4d
|
|
| BLAKE2b-256 |
5d623227ee9f9a154cdbc57b3aa7deeaf72bb253bf978146a80380da2fea676c
|