From e13a00b8799ad99d498e265cfd87baf0c4c1affb Mon Sep 17 00:00:00 2001 From: DBT Date: Tue, 24 Feb 2026 06:56:21 +0000 Subject: [PATCH] load BOOT/BOOTSTRAP/TOOLS templates into startup context --- pkg/agent/context.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/agent/context.go b/pkg/agent/context.go index 37746ce..aa854d8 100644 --- a/pkg/agent/context.go +++ b/pkg/agent/context.go @@ -136,9 +136,12 @@ Constraints: func (cb *ContextBuilder) LoadBootstrapFiles() string { bootstrapFiles := []string{ "AGENTS.md", + "BOOT.md", + "BOOTSTRAP.md", "SOUL.md", "USER.md", "IDENTITY.md", + "TOOLS.md", } var result string