docs(tui): clarify core personality loading strategy
This commit is contained in:
@@ -683,7 +683,8 @@ fn load_identity_context() -> String {
|
|||||||
"[identity]\nuser: {user_handle}\nyou: {bot_handle} ({bot_did})\nnetwork: {network}\n\n"
|
"[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 bot_path = config["bot"]["path"].as_str().unwrap_or("");
|
||||||
let expanded = expand_tilde(bot_path);
|
let expanded = expand_tilde(bot_path);
|
||||||
let base = if expanded.is_empty() {
|
let base = if expanded.is_empty() {
|
||||||
|
|||||||
Reference in New Issue
Block a user