# sccs v2.20.2 | Claude Code Sync Tool (UV)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▸ Setup:      uv venv && venv+ && uv pip install -e ".[dev]"
▸ Sync:       sccs sync --dry-run
▸ Sync+Git:   sccs sync --commit --push
▸ Sync+Docs:  sccs sync --docs --commit --push
▸ Status:     sccs status
▸ Docs:       sccs docs generate --dry-run
▸ Categories: sccs categories list --all
▸ Test:       pytest --cov=sccs
▸ Lint:       ruff check sccs/ tests/ && ruff format --check sccs/ tests/

# PyPI Publishing
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▸ Build:      uv build
▸ TestPyPI:   uv publish --publish-url https://test.pypi.org/legacy/
▸ PyPI:       uv publish
