self_improvement_log
Record learning and error entries for governance and future reference. Capture failures, corrections, and knowledge gaps to improve system performance.
Instructions
Log structured learning or error entries into .learnings/ directory for governance and later distillation. Use when: (1) a command/tool fails, (2) user corrects you, (3) you discover a knowledge gap, (4) you find a better approach.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Entry type | |
| summary | Yes | One-line summary | |
| details | No | Detailed context or error output | |
| suggestedAction | No | Action to prevent recurrence | |
| category | No | correction/best_practice/knowledge_gap | |
| area | No | frontend/backend/infra/tests/docs/config | |
| priority | No |