mirror of
https://github.com/harivansh-afk/claude-continual-learning.git
synced 2026-04-18 08:02:52 +00:00
continual learning setup
This commit is contained in:
commit
443592d6c7
8 changed files with 578 additions and 0 deletions
44
skills/codebase-agent/learnings.md
Normal file
44
skills/codebase-agent/learnings.md
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
# 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 -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue