1
0
Fork 0
mirror of https://github.com/imjasonh/cnotes synced 2026-07-07 00:33:04 +00:00

Remove .claude/notes.json configuration file

Remove project-specific notes configuration file, allowing the tool
to use default settings or user-specified configuration.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jason Hall 2025-07-21 18:21:12 -04:00
parent 747cd49102
commit 65a010675d
Failed to extract signature

View file

@ -1,14 +0,0 @@
{
"enabled": true,
"max_excerpt_length": 5000,
"max_prompts": 2,
"notes_ref": "claude-conversations",
"exclude_patterns": [
"password",
"token",
"key",
"secret"
],
"user_emoji": "🧑",
"assistant_emoji": "🤖"
}