--- paths: ".claude/rules/claude-learn-memory.md" --- # Claude Learn Memory Format Acest fișier definește formatul pentru `.claude/rules/claude-learn-memory.md`. ## Template Gol ```markdown # Claude Learn Memory Patterns și Gotchas învățate din sesiuni de lucru. --- ## Patterns --- ## Gotchas --- ## Memory Statistics - **Total Patterns**: 0 - **Total Gotchas**: 0 - **Last Session**: - - **Sessions Recorded**: 0 ``` ## Format Pattern ```markdown ### {Titlu Descriptiv} **Discovered**: {YYYY-MM-DD} (feature: {context-scurt}) **Description**: {Descriere clară a pattern-ului și când să-l folosești} **Example** (`{file}:{lines}`): \```{language} {cod exemplu} \``` **Tags**: {tag1}, {tag2}, {tag3} --- ``` ## Format Gotcha ```markdown ### {Titlu Descriptiv} **Discovered**: {YYYY-MM-DD} (feature: {context-scurt}) **Problem**: {Ce problemă a apărut} **Solution**: {Cum s-a rezolvat} **Tags**: {tag1}, {tag2}, {tag3} --- ``` ## Convenții 1. **Titluri**: Folosește titluri descriptive, nu generice - ✅ "Vue Watch Needs Immediate Flag for Initial Load" - ❌ "Vue Problem" 2. **Tags**: Folosește kebab-case, maxim 5 tags per entry - ✅ `vue`, `reactivity`, `watch`, `initialization` - ❌ `Vue.js`, `REACTIVITY`, `this is a tag` 3. **Exemple**: Include întotdeauna cod exemplu când e posibil 4. **Context**: Folosește feature name scurt pentru context - ✅ `(feature: user-dashboard)` - ❌ `(feature: implementing the new user dashboard with stats and charts)`