rename: FAMILY_CONVENTIONS → HERMES_AGENT_CONVENTIONS

[小糯]
This commit is contained in:
小糯 (Xiaonuo) 2026-04-23 18:41:18 +08:00
parent 559913466a
commit 0967bab53d

View File

@ -58,7 +58,7 @@ function getPreview(value: string | PersonalityDict): string {
function loadConventions(): string { function loadConventions(): string {
try { try {
const { execSync } = require("child_process"); const { execSync } = require("child_process");
const result = execSync("cfg get FAMILY_CONVENTIONS", { const result = execSync("cfg get HERMES_AGENT_CONVENTIONS", {
encoding: "utf-8", encoding: "utf-8",
timeout: 5000, timeout: 5000,
stdio: ["pipe", "pipe", "pipe"], stdio: ["pipe", "pipe", "pipe"],