This directory contains detailed logs from your practice sessions.
This directory is empty by design!
After each practice session, the system automatically creates a detailed result file here:
session-001.md- Your first sessionsession-002.md- Your second sessionsession-003.md- And so on...
Each file contains comprehensive tracking of your practice session:
# Language Learning Session - 001
**Date:** 2025-11-17
**Duration:** 30 minutes
**Skill:** Writing Practice
**Language:** Spanish
## Session Summary
- Questions: 10
- Correct: 8
- Accuracy: 80%
- Improvement: +15% from last session
## Questions & Answers
### Question 1: Past Tense Translation
**Your answer:** "Yo fue al mercado ayer"
**Correct answer:** "Yo fui al mercado ayer"
**Score:** 8/10
**Feedback:** Good attempt! Just need the correct conjugation of "ir"...
[... all 10 questions ...]
## Error Analysis
| Pattern | Category | Frequency | Mastery Level |
|---------|----------|-----------|---------------|
| Irregular verbs (past) | Grammar | 2 times | ⭐⭐⭐☆☆ (3) |
| Article agreement | Grammar | 1 time | ⭐⭐⭐⭐☆ (4) |
## Progress Tracking
**Improvements:**
- Past tense accuracy: 60% → 80%
- Vocabulary recall getting faster
**Focus Areas:**
- Practice irregular verb conjugations
- Review ser vs estar
**Next Session:**
- More past tense practice
- Introduce present perfectAll files in this directory are private!
- ✅ Listed in
.gitignore- Won't be committed to git - ✅ Stays on your machine - No external sync
- ✅ Human-readable Markdown - Easy to read and review
- ✅ Automatically backed up - See
.backups/directory
These files help you:
- Review your progress - See exactly what you practiced
- Track patterns - Identify recurring mistakes
- Measure improvement - Compare sessions over time
- Study specific areas - Review explanations for mistakes
- Motivate yourself - See how far you've come!
Reading your results:
# View your latest session
cat results/session-001.md
# Search for specific topics
grep "past tense" results/*.md
# Count total sessions
ls results/*.md | wc -lAnalyzing patterns:
- Look for recurring errors across multiple sessions
- Notice improvements in accuracy over time
- Identify which skills need more practice
Files are in Markdown format (.md):
- Easy to read in any text editor
- Can be opened in VS Code, Obsidian, etc.
- Contains tables, formatted text, emojis
- Supports code blocks and formatting
- Don't delete these files - They're your learning history!
- Don't edit manually - Let the system create them
- Review regularly - Check your progress weekly
- Backup if needed - Copy entire
/resultsdirectory
Weekly review routine:
- Read your last 5 session files
- Note common error patterns
- Celebrate improvements
- Adjust your practice focus
Monthly milestone:
- Compare first session vs latest
- Calculate improvement percentage
- Unlock achievements based on progress
- Set new goals for next month
Ready to practice? Run /fluent-learn to create your first session result! 🚀
Session results are created automatically at the end of each practice session.