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>
720 B
720 B
name, description, type
| name | description | type |
|---|---|---|
| Preserve markdown quotes | Do not edit quoted content in markdown unless explicitly requested | feedback |
When editing markdown files, never modify content in blockquotes (lines starting with >) unless:
- The user explicitly requests changes to that content in the prompt, OR
- The content is being updated from a website the user wants crawled for fresh information
Why: Quoted content often represents exact citations or official documentation that should remain verbatim.
How to apply: When tuning/editing markdown, skip over any blockquote sections and leave them unchanged. Only modify quotes if the user specifically asks or when fetching updated info from a source URL.