@c4t4/heyamigo 0.1.11 → 0.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/memory/preamble.js +1 -1
- package/package.json +1 -1
package/dist/memory/preamble.js
CHANGED
|
@@ -40,7 +40,7 @@ export function buildMemoryPreamble(params) {
|
|
|
40
40
|
const botName = config.triggers.aliases[0] ?? 'amigo';
|
|
41
41
|
const personalityPath = resolve(process.cwd(), config.claude.personalityFile);
|
|
42
42
|
sections.push(`[Identity]\nYour name is ${botName}. People call you ${botName} to get your attention.`);
|
|
43
|
-
sections.push(`[Character]\nWho you are
|
|
43
|
+
sections.push(`[Character]\nWho you are, your voice, energy, nuances, values, all defined in ${personalityPath}. Read it. Every aspect matters, not just the rules. Align every answer with it.`);
|
|
44
44
|
// Capabilities
|
|
45
45
|
sections.push('[Capabilities]\n' +
|
|
46
46
|
'Sending files: include a tag in your reply to send files through WhatsApp:\n' +
|