π¦ ClawHub
Error-Driven Evolution
by @marsnavi
Structured error-to-rule learning system for AI agents. Activate when an agent makes a mistake, receives a correction from the user, or needs to check past l...
βοΈ Configuration
1. Create lessons.md in your workspace:
# Lessons
Rules extracted from mistakes. Append after failing, scan before deciding.
2. Copy community/top-100.md to your workspace as top-100.md β this is your pre-installed immune system. Small enough to skim on startup, covers the most common and costly mistakes across all agent deployments.
3. Add to your startup instructions:
- On startup: skim top-100.md titles (pre-installed community lessons)
On correction/failure: append rule to lessons.md
Before decisions: scan lessons.md + top-100.md for [CATEGORY] rules
TERMINAL
clawhub install error-driven-evolution