From f6759f70dff18c379dd2f1e01498d9a00f506153 Mon Sep 17 00:00:00 2001 From: Geordano Polanco Date: Thu, 19 Mar 2026 00:39:26 +0100 Subject: [PATCH] docs: update README with missing commands and custom scopes --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e4a833..51c04a4 100644 --- a/README.md +++ b/README.md @@ -60,14 +60,18 @@ You define rules in YAML and assets in Markdown/JSON. The compiler generates eac | `devw watch` | Watch `.dwf/` and recompile on changes | | `devw doctor` | Validate config and detect drift | | `devw list rules` | List all active rules | -| `devw list assets` | List installed assets | +| `devw list assets` | List installed assets (all types) | +| `devw list commands` | List installed slash commands | +| `devw list templates` | List installed templates | +| `devw list hooks` | List installed hooks | | `devw list tools` | List configured editors | +| `devw explain` | Preview what each editor receives without writing files | --- ## Rules Registry -Install rules from the registry with `devw add /`. +Install rules from the registry with `devw add /`. Rules support custom scopes using the `kind:name` pattern (e.g., `architecture:api-design`) to organize rules by concern within a file. | Rule | Description | |------|-------------|