> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dev-workflows.com/llms.txt
> Use this file to discover all available pages before exploring further.

# devw list

> List rules, assets, or tools

```bash theme={null}
devw list <type>
```

Shows information about your current configuration.

## Types

| Type        | Description                                                          |
| ----------- | -------------------------------------------------------------------- |
| `rules`     | All active rules with scope, severity, and source (pulled vs manual) |
| `assets`    | All installed assets (commands, templates, hooks)                    |
| `commands`  | Installed slash commands only                                        |
| `templates` | Installed spec templates only                                        |
| `hooks`     | Installed editor hooks only                                          |
| `tools`     | Configured tools with output paths                                   |
| `blocks`    | Deprecated — shows migration message                                 |

## Examples

```bash theme={null}
devw list rules
devw list assets
devw list commands
devw list tools
```
