Skip to content

Commit a6c17c0

Browse files
authored
docs: update README with missing commands and custom scopes (#55)
1 parent 748a8fc commit a6c17c0

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,18 @@ You define rules in YAML and assets in Markdown/JSON. The compiler generates eac
6060
| `devw watch` | Watch `.dwf/` and recompile on changes |
6161
| `devw doctor` | Validate config and detect drift |
6262
| `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 |
6467
| `devw list tools` | List configured editors |
68+
| `devw explain` | Preview what each editor receives without writing files |
6569

6670
---
6771

6872
## Rules Registry
6973

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.
7175

7276
| Rule | Description |
7377
|------|-------------|

0 commit comments

Comments
 (0)