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:
repfigit 2026-02-15 23:46:54 -05:00
parent 13b89e1eba
commit 8b5d1cd785

View file

@ -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",