OpenClaw + ClawTeam + Superpowers Git Initialization

This commit is contained in:
2026-04-01 11:31:29 +07:00
parent b49ba1a719
commit 1eef79cae7
259 changed files with 0 additions and 50195 deletions
@@ -1,23 +0,0 @@
---
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
```