mirror of
https://github.com/tiennm99/penny-pincher-provider.git
synced 2026-04-17 13:21:32 +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>
484 B
484 B
name, description, type
| name | description | type |
|---|---|---|
| Project-local memory | Always save memories inside the project, not user global location | 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.