first commit

This commit is contained in:
douboer
2026-03-21 18:57:10 +08:00
commit c49aa1a5e9
570 changed files with 107167 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
---
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
```