fix: load AGENT.md instead of AGENTS.md in bootstrap
The bootstrap file list referenced "AGENTS.md" (plural) but the actual file is "AGENT.md" (singular), so media sending instructions were never included in the system prompt. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
13b89e1eba
commit
8b5d1cd785
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ The following skills extend your capabilities. To use a skill, read its SKILL.md
|
|||
|
||||
func (cb *ContextBuilder) LoadBootstrapFiles() string {
|
||||
bootstrapFiles := []string{
|
||||
"AGENTS.md",
|
||||
"AGENT.md",
|
||||
"SOUL.md",
|
||||
"USER.md",
|
||||
"IDENTITY.md",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue