Fix missing domain syntax

This commit is contained in:
PEZ 2025-10-09 22:52:43 +02:00
parent a43e72c30b
commit 60ef065f41

View File

@ -25,7 +25,7 @@ Throughout this prompt, `<global-prompts>` and `<workspace-instructions>` refer
/memory-merger >domain-name [scope] /memory-merger >domain-name [scope]
``` ```
- `>domain-name` - Required. The domain to merge (e.g., `>clojure`, `>git-workflow`, `prompt-engineering`) - `>domain-name` - Required. The domain to merge (e.g., `>clojure`, `>git-workflow`, `>prompt-engineering`)
- `[scope]` - Optional. One of: `global`, `user` (both mean global), `workspace`, or `ws`. Defaults to `global` - `[scope]` - Optional. One of: `global`, `user` (both mean global), `workspace`, or `ws`. Defaults to `global`
**Examples:** **Examples:**