Migration
The block system (devw add typescript-strict) has been replaced by the rules registry (devw add typescript/strict).
What changed
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

