Files
openclaw/.learnings/LEARNINGS.md

81 lines
1.4 KiB
Markdown

# Learnings
> Captured insights and corrections. Promote to permanent memory after 3x repetition.
---
## Entry Format
```markdown
## [LRN-YYYYMMDD-XXX] [category]
**Logged:** YYYY-MM-DD HH:MM
**Priority:** low | medium | high | critical
**Status:** pending | in_progress | resolved | promoted | wont_fix
**Area:** workflow | communication | tool | security | other
### Summary
One-line description
### Details
Full context: what happened, what was tried, what worked
### Suggested Action
What to do differently
### Resolution
[Added when resolved/promoted]
```
---
## Active Learnings
<!-- Add new learnings here -->
---
## Ready to Promote
> Items that have appeared 3+ times or are high-impact
<!-- Move items here when ready for promotion review -->
---
## Promoted
> Items that have been elevated to permanent memory
| ID | Promoted To | Date |
|----|-------------|------|
| [LRN-XXX] | [MEMORY.md / AGENTS.md / etc.] | [Date] |
---
## Archive
> Resolved items that weren't promoted
<!-- Move resolved items here -->
---
## Promotion Triggers
| Trigger | Promote To |
|---------|-----------|
| Same learning 3x | MEMORY.md |
| Recurring error pattern | AGENTS.md |
| Core behavior insight | SOUL.md |
| Proven process | WORKFLOWS.md |
| Reusable solution | skills/ |
---
*Every learning is a chance to get better.*
---
*Part of AI Persona OS by Jeff J Hunter — https://os.aipersonamethod.com*