mirror of
https://github.com/tiennm99/penny-pincher-provider.git
synced 2026-04-17 15:21:12 +00:00
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>
12 lines
484 B
Markdown
12 lines
484 B
Markdown
---
|
|
name: Project-local memory
|
|
description: Always save memories inside the project, not user global location
|
|
type: feedback
|
|
---
|
|
|
|
Always save memory files to the project's `.claude/memory/` directory, not to the user's global memory location (`~/.claude/projects/`).
|
|
|
|
**Why:** Keeps project-specific knowledge alongside the codebase for portability and version control.
|
|
|
|
**How to apply:** When creating or updating memories, always write to `.claude/memory/` within the project root.
|