We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a935b commit 3e5d16aCopy full SHA for 3e5d16a
README.md
@@ -21,12 +21,11 @@ Markdown files in `.claude/lorebook/` (project) or `~/.claude/lorebook/` (global
21
---
22
keys: [lorebook] # trigger keywords
23
24
-Body below is injected before your prompt when
25
-keywords match (does not break prompt cache).
26
-Create .md entries with YAML frontmatter: keys,
27
-exclude_keys, priority, enabled. Matching is
28
-case-insensitive with word boundaries.
29
-`lorebook test` to verify.
+Lorebook injects context into prompts when
+keywords match. Create .md entries with YAML
+frontmatter: keys, exclude_keys, priority,
+enabled. Case-insensitive, word-boundary
+matching. `lorebook test` to verify.
30
https://github.com/rolandmarg/lorebook
31
```
32
0 commit comments