包含: - 核心配置文件(AGENTS.md, SOUL.md, USER.md等) - 记忆系统(memory/文件夹) - 技能库(skills/文件夹) - 小说内容(novel/文件夹) - .gitignore配置
24 lines
589 B
Markdown
24 lines
589 B
Markdown
---
|
|
name: self-improvement
|
|
description: "Injects self-improvement reminder during agent bootstrap"
|
|
metadata: {"openclaw":{"emoji":"🧠","events":["agent:bootstrap"]}}
|
|
---
|
|
|
|
# Self-Improvement Hook
|
|
|
|
Injects a reminder to evaluate learnings during agent bootstrap.
|
|
|
|
## What It Does
|
|
|
|
- Fires on `agent:bootstrap` (before workspace files are injected)
|
|
- Adds a reminder block to check `.learnings/` for relevant entries
|
|
- Prompts the agent to log corrections, errors, and discoveries
|
|
|
|
## Configuration
|
|
|
|
No configuration needed. Enable with:
|
|
|
|
```bash
|
|
openclaw hooks enable self-improvement
|
|
```
|