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