mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-17 14:17:28 +08:00
load BOOT/BOOTSTRAP/TOOLS templates into startup context
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user