1
0
Fork 0
mirror of https://github.com/imjasonh/cnotes synced 2026-07-18 06:39:02 +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": "🤖"
}
```