1
0
Fork 0
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:
Jason Hall 2025-07-21 14:42:04 -04:00
parent cc4541b256
commit 839b396e1e
Failed to extract signature
2 changed files with 3 additions and 3 deletions

View file

@ -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": "🤖"
}
```

View file

@ -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