docs: update hooks load order, session-memory reset event, and bootstrap allowlists

This commit is contained in:
Jacob Tomlinson
2026-03-22 20:38:41 +00:00
parent 822c68a2d0
commit 773fb9cead
2 changed files with 17 additions and 16 deletions

View File

@@ -38,7 +38,7 @@ Ready:
🚀 boot-md ✓ - Run BOOT.md on gateway startup
📎 bootstrap-extra-files ✓ - Inject extra workspace bootstrap files during agent bootstrap
📝 command-logger ✓ - Log all command events to a centralized audit file
💾 session-memory ✓ - Save session context to memory when /new command is issued
💾 session-memory ✓ - Save session context to memory when /new or /reset command is issued
```
**Example (verbose):**
@@ -84,14 +84,14 @@ openclaw hooks info session-memory
```
💾 session-memory ✓ Ready
Save session context to memory when /new command is issued
Save session context to memory when /new or /reset command is issued
Details:
Source: openclaw-bundled
Path: /path/to/openclaw/hooks/bundled/session-memory/HOOK.md
Handler: /path/to/openclaw/hooks/bundled/session-memory/handler.ts
Homepage: https://docs.openclaw.ai/automation/hooks#session-memory
Events: command:new
Events: command:new, command:reset
Requirements:
Config: ✓ workspace.dir
@@ -263,7 +263,7 @@ global `--yes` to bypass prompts in CI/non-interactive runs.
### session-memory
Saves session context to memory when you issue `/new`.
Saves session context to memory when you issue `/new` or `/reset`.
**Enable:**