rename: FAMILY_CONVENTIONS → HERMES_AGENT_CONVENTIONS
[小糯]
This commit is contained in:
parent
559913466a
commit
0967bab53d
@ -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"],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user