chore: add CLAUDE.md and project memory for Claude Code

Add CLAUDE.md with project guidance for adding new LLM providers.
Add .claude/memory/ with feedback rules:
- Preserve markdown quotes when editing
- Save memories in project directory

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-25 21:30:33 +07:00
parent bc72a408cc
commit bf68957e25
5 changed files with 57 additions and 0 deletions

7
.claude/settings.json Normal file
View File

@@ -0,0 +1,7 @@
{
"permissions": {
"allow": [
"Write(*.md)"
]
}
}