Metadata-Version: 2.4
Name: ruff-droids
Version: 0.1.1
Summary: Orchestrator CLI tool for ruff fixes with Factory AI droids
Requires-Python: >=3.10
Requires-Dist: pytest>=9.0.2
Description-Content-Type: text/markdown

# ruff-droids

CLI tool that runs `ruff --fix` on a codebase and dispatches remaining violations to Factory AI droids for resolution.

## Install

```bash
uv tool install .
```

## Usage

```bash
ruff-droids --path /your/project
```

### Options

| Flag | Default | Description |
|------|---------|-------------|
| `--path` | `.` | Target directory |
| `--factory-api-key` | `FACTORY_API_KEY` env | Factory API key |
| `--concurrency` | `4` | Parallel droid workers |
