Merge PR #1417
This commit is contained in:
commit
01208fc643
1 changed files with 2 additions and 0 deletions
|
|
@ -227,6 +227,7 @@ func (cb *ContextBuilder) sourcePaths() []string {
|
||||||
filepath.Join(cb.workspace, "SOUL.md"),
|
filepath.Join(cb.workspace, "SOUL.md"),
|
||||||
filepath.Join(cb.workspace, "USER.md"),
|
filepath.Join(cb.workspace, "USER.md"),
|
||||||
filepath.Join(cb.workspace, "IDENTITY.md"),
|
filepath.Join(cb.workspace, "IDENTITY.md"),
|
||||||
|
filepath.Join(cb.workspace, "TOOLS.md"),
|
||||||
filepath.Join(cb.workspace, "memory", "MEMORY.md"),
|
filepath.Join(cb.workspace, "memory", "MEMORY.md"),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -437,6 +438,7 @@ func (cb *ContextBuilder) LoadBootstrapFiles() string {
|
||||||
"SOUL.md",
|
"SOUL.md",
|
||||||
"USER.md",
|
"USER.md",
|
||||||
"IDENTITY.md",
|
"IDENTITY.md",
|
||||||
|
"TOOLS.md",
|
||||||
}
|
}
|
||||||
|
|
||||||
var sb strings.Builder
|
var sb strings.Builder
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue