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.
Migration
The block system (devw add typescript-strict) has been replaced by the rules registry (devw add typescript/strict).
What changed
| Before (blocks) | After (rules registry) |
|---|---|
devw add typescript-strict | devw add typescript/strict |
devw add --list (local blocks) | devw add --list (from GitHub) |
devw remove typescript-strict | devw remove typescript/strict |
devw list blocks | devw list rules |
| Rules embedded in npm package | Rules fetched from GitHub |
How to migrate
- Remove old blocks:
devw remove <block-name>(if still in config) - Add the equivalent rule:
devw add <category>/<rule> - Run
devw compileto regenerate output files

