You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,14 +60,18 @@ You define rules in YAML and assets in Markdown/JSON. The compiler generates eac
60
60
|`devw watch`| Watch `.dwf/` and recompile on changes |
61
61
|`devw doctor`| Validate config and detect drift |
62
62
|`devw list rules`| List all active rules |
63
-
|`devw list assets`| List installed assets |
63
+
|`devw list assets`| List installed assets (all types) |
64
+
|`devw list commands`| List installed slash commands |
65
+
|`devw list templates`| List installed templates |
66
+
|`devw list hooks`| List installed hooks |
64
67
|`devw list tools`| List configured editors |
68
+
|`devw explain`| Preview what each editor receives without writing files |
65
69
66
70
---
67
71
68
72
## Rules Registry
69
73
70
-
Install rules from the registry with `devw add <category>/<rule>`.
74
+
Install rules from the registry with `devw add <category>/<rule>`. Rules support custom scopes using the `kind:name` pattern (e.g., `architecture:api-design`) to organize rules by concern within a file.
0 commit comments