diff --git a/src/commands/personality.ts b/src/commands/personality.ts index bf1dddc..e7b4cbe 100644 --- a/src/commands/personality.ts +++ b/src/commands/personality.ts @@ -58,7 +58,7 @@ function getPreview(value: string | PersonalityDict): string { function loadConventions(): string { try { const { execSync } = require("child_process"); - const result = execSync("cfg get FAMILY_CONVENTIONS", { + const result = execSync("cfg get HERMES_AGENT_CONVENTIONS", { encoding: "utf-8", timeout: 5000, stdio: ["pipe", "pipe", "pipe"],