# Model Route Command

Configure model routing for different task types.

## Usage

```bash
/model-route                # Show current routing
/model-route coding <model> # Set coding model
/model-route --reset        # Reset to defaults
```

## Implementation

Runs:

```bash
node scripts/model-route.js
```
