New plugin: engineering-team/self-improving-agent/ - 5 skills: /si:review, /si:promote, /si:extract, /si:status, /si:remember - 2 agents: memory-analyst, skill-extractor - 1 hook: PostToolUse error capture (zero overhead on success) - 3 reference docs: memory architecture, promotion rules, rules directory patterns - 2 templates: rule template, skill template - 20 files, 1,829 lines Integrates natively with Claude Code's auto-memory (v2.1.32+). Reads from ~/.claude/projects/<path>/memory/ — no duplicate storage. Promotes proven patterns from MEMORY.md to CLAUDE.md or .claude/rules/. Also: - Added to marketplace.json (18 plugins total) - Added to README (Skills Overview + install section) - Updated badge count to 88+ - Regenerated .codex/skills-index.json + symlink Co-authored-by: Leo <leo@openclaw.ai>
12 lines
297 B
JSON
12 lines
297 B
JSON
{
|
|
"hooks": [
|
|
{
|
|
"name": "error-capture",
|
|
"event": "PostToolUse",
|
|
"matcher": "Bash",
|
|
"command": "./hooks/error-capture.sh",
|
|
"description": "Detects command failures and appends structured entries to auto-memory. Zero overhead on successful commands."
|
|
}
|
|
]
|
|
}
|