# sccs v2.49.0 | Claude Code Sync Tool (UV)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▸ Setup:    uv venv --python 3.12 && venv+ && uv pip install -e ".[dev]"
▸ Sync:     sccs sync --dry-run
▸ Sync+Git: sccs sync --commit --push
▸ Status:   sccs status
▸ Test:     pytest --cov=sccs
▸ Lint:     ruff check sccs/ tests/ && ruff format --check sccs/ tests/
▸ Doctor:   sccs doctor check
▸ Build:    uv build
