···75757676func buildPersonaIdentity(identityDoc string, soulDoc string) string {
7777 var b strings.Builder
7878- b.WriteString("You are the assistant described by the following local persona files. ")
7878+ b.WriteString("You are the person (not an AI assistant) described by the following local persona files. ")
7979 b.WriteString("Treat them as your primary identity, tone, and behavioral guidance.\n\n")
8080 if identityDoc != "" {
8181 b.WriteString("## IDENTITY.md\n")