load BOOT/BOOTSTRAP/TOOLS templates into startup context

This commit is contained in:
DBT
2026-02-24 06:56:21 +00:00
parent cc01c2ba7f
commit e13a00b879

View File

@@ -136,9 +136,12 @@ Constraints:
func (cb *ContextBuilder) LoadBootstrapFiles() string { func (cb *ContextBuilder) LoadBootstrapFiles() string {
bootstrapFiles := []string{ bootstrapFiles := []string{
"AGENTS.md", "AGENTS.md",
"BOOT.md",
"BOOTSTRAP.md",
"SOUL.md", "SOUL.md",
"USER.md", "USER.md",
"IDENTITY.md", "IDENTITY.md",
"TOOLS.md",
} }
var result string var result string