2025-06-13 10:15:39 +02:00
|
|
|
# Session Logs
|
|
|
|
|
|
|
|
|
|
This directory contains logs from development sessions. Use these to track progress and maintain context between sessions.
|
|
|
|
|
|
|
|
|
|
## File Naming Convention
|
|
|
|
|
|
2025-06-13 13:43:55 +02:00
|
|
|
```markdown
|
2025-06-13 10:15:39 +02:00
|
|
|
YYYY-MM-DD-session-brief-description.md
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Example: `2025-06-13-audio-system-implementation.md`
|
|
|
|
|
|
|
|
|
|
## Template for Session Logs
|
|
|
|
|
|
|
|
|
|
```markdown
|
2025-06-13 13:59:49 +02:00
|
|
|
# Session: [Date] - [Duration / Brief Description]
|
|
|
|
|
|
|
|
|
|
### Accomplished
|
|
|
|
|
- [Specific features, fixes, or improvements]
|
|
|
|
|
|
|
|
|
|
### Key Decisions
|
|
|
|
|
- [Technical choices made with rationale]
|
|
|
|
|
|
|
|
|
|
### Next Priority
|
|
|
|
|
- [Most important task for next session]
|
|
|
|
|
|
|
|
|
|
### Project Health
|
|
|
|
|
- Status: [Green/Yellow/Red]
|
|
|
|
|
- Performance: [Frame rate and device notes]
|
|
|
|
|
- Technical Debt: [Current level and concerns]
|
|
|
|
|
|
|
|
|
|
### Notes
|
|
|
|
|
- [Additional observations, learnings, or concerns]
|
2025-06-13 10:15:39 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Session Log Maintenance
|
|
|
|
|
|
|
|
|
|
- Create a new log file for each development session
|
|
|
|
|
- Keep entries concise but specific
|
|
|
|
|
- Focus on decisions and discoveries rather than detailed code
|
|
|
|
|
- Archive logs monthly to prevent clutter
|
2025-06-13 13:43:55 +02:00
|
|
|
- Use logs to identify patterns in development workflow
|