mirror of
https://github.com/imjasonh/cnotes
synced 2026-07-07 00:33:04 +00:00
Document emoji configuration in CLAUDE.md
This commit is contained in:
parent
cc4541b256
commit
839b396e1e
2 changed files with 3 additions and 3 deletions
|
|
@ -107,7 +107,9 @@ Create `.claude/notes.json` to customize behavior:
|
|||
"max_excerpt_length": 5000,
|
||||
"max_prompts": 2,
|
||||
"notes_ref": "claude-conversations",
|
||||
"exclude_patterns": ["password", "token", "key", "secret"]
|
||||
"exclude_patterns": ["password", "token", "key", "secret"],
|
||||
"user_emoji": "🧑",
|
||||
"assistant_emoji": "🤖"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
⭐️ `cnotes` is pronounced like 💵 c-notes or 🏊 [_cenotes_](https://en.wikipedia.org/wiki/Cenote)
|
||||
|
||||
The conversation display now includes configurable emojis for user and assistant messages.
|
||||
|
||||
## Quick Start
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue