From e39fd7dbb3be66ac57fdc6d166a45f3d4866d04b Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 18 Jan 2026 06:23:09 +0000 Subject: [PATCH] docs: update bundled hooks list --- docs/cli/hooks.md | 3 ++- docs/hooks.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/cli/hooks.md b/docs/cli/hooks.md index 88684feb6..69136bfe1 100644 --- a/docs/cli/hooks.md +++ b/docs/cli/hooks.md @@ -29,11 +29,12 @@ List all discovered hooks from workspace, managed, and bundled directories. **Example output:** ``` -Hooks (2/2 ready) +Hooks (3/3 ready) Ready: 📝 command-logger ✓ - Log all command events to a centralized audit file 💾 session-memory ✓ - Save session context to memory when /new command is issued + 😈 soul-evil ✓ - Swap injected SOUL content during a purge window or by random chance ``` **Example (verbose):** diff --git a/docs/hooks.md b/docs/hooks.md index 8d99327f4..030f8fedf 100644 --- a/docs/hooks.md +++ b/docs/hooks.md @@ -37,10 +37,11 @@ The hooks system allows you to: ### Bundled Hooks -Clawdbot ships with two bundled hooks that are automatically discovered: +Clawdbot ships with three bundled hooks that are automatically discovered: - **💾 session-memory**: Saves session context to your agent workspace (default `~/clawd/memory/`) when you issue `/new` - **📝 command-logger**: Logs all command events to `~/.clawdbot/logs/commands.log` +- **😈 soul-evil**: Swaps injected `SOUL.md` content with `SOUL_EVIL.md` during a purge window or by random chance List available hooks: