Files
2026-03-21 18:57:10 +08:00

24 lines
631 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
name: self-improvement
description: "在 agent bootstrap 期间注入 self-improvement reminder"
metadata: {"openclaw":{"emoji":"🧠","events":["agent:bootstrap"]}}
---
# Self-Improvement Hook
在 agent bootstrap 阶段注入一段提醒,提示检查是否需要记录 learnings。
## What It Does
-`agent:bootstrap` 时触发(早于 workspace files 注入)
- 添加一段 reminder block提示检查 `.learnings/` 中是否有相关 entries
- 提醒 agent 记录 corrections、errors 和 discoveries
## Configuration
无需额外配置。启用方式:
```bash
openclaw hooks enable self-improvement
```