# sccs v2.23.0 | 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/

# Doctor (System & Plugin Health)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▸ Check:      sccs doctor check
▸ Install:    sccs doctor install
▸ Update:     sccs doctor update
  (checks Node.js, claude CLI, plugins, npx tools, ~/.npm + ~/.claude permissions)

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