claude-continual-learning/skills/codebase-agent/learnings.md

44 lines
942 B
Markdown

# Accumulated Learnings
This file is automatically updated after each coding session.
The SessionEnd hook triggers `/retrospective` which analyzes the session and adds new learnings here.
---
## Patterns (What Works)
Successful approaches and code patterns that should be reused.
<!-- Patterns will be added by /retrospective -->
---
## Failures (What to Avoid)
Approaches that failed, bugs encountered, and time-wasting paths.
<!-- Failures will be added by /retrospective -->
---
## Edge Cases
Tricky scenarios and non-obvious behaviors discovered during development.
<!-- Edge cases will be added by /retrospective -->
---
## Technology Insights
Framework-specific knowledge, library quirks, and API insights.
<!-- Technology insights will be added by /retrospective -->
---
## Conventions
Project-specific coding conventions and style guidelines.
<!-- Conventions will be added by /setup-agent and /retrospective -->