From 9098a4cc64487070464371022181f64633f142c2 Mon Sep 17 00:00:00 2001 From: Gustavo Madeira Santana Date: Thu, 19 Feb 2026 00:57:09 -0500 Subject: [PATCH] docs: clarify boot-md per-agent startup scope (openclaw#20569) thanks @mcaxtr --- src/hooks/bundled/boot-md/HOOK.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hooks/bundled/boot-md/HOOK.md b/src/hooks/bundled/boot-md/HOOK.md index 183325c6b1d..b31c97727d4 100644 --- a/src/hooks/bundled/boot-md/HOOK.md +++ b/src/hooks/bundled/boot-md/HOOK.md @@ -16,4 +16,5 @@ metadata: # Boot Checklist Hook -Runs `BOOT.md` every time the gateway starts, if the file exists in the workspace. +Runs `BOOT.md` at gateway startup for each configured agent scope, if the file exists in that +agent's resolved workspace.