2
0

docs(tui): clarify core personality loading strategy

This commit is contained in:
2026-03-24 16:41:59 +09:00
parent 65159cd1db
commit eee2eda801

View File

@@ -683,7 +683,8 @@ fn load_identity_context() -> String {
"[identity]\nuser: {user_handle}\nyou: {bot_handle} ({bot_did})\nnetwork: {network}\n\n"
));
// Core personality from atproto record
// Core personality: read directly from atproto record
// aigpt MCP also injects this via instructions, but direct read is more reliable at startup
let bot_path = config["bot"]["path"].as_str().unwrap_or("");
let expanded = expand_tilde(bot_path);
let base = if expanded.is_empty() {