consciousness/src/mind
Kent Overstreet 592a3e2e52 config: move user_name/assistant_name to AppConfig (top level)
These are identity settings, not memory-graph settings. Sat inside the
\`memory\` section only because that's where Config started life. Move
to AppConfig alongside the other top-level stuff.

Readers now pull from \`config::app()\` instead of \`config::get()\`.
subconscious/defs.rs's conversation-building pass still needs Config
for surface_conversation_bytes, so both guards coexist there —
AppConfig's guard is dropped before the per-step await loop so we
don't stall the config-watcher's writer.

show_config picks up the two new fields at the top of its output.
Kent's config already has them hoisted to the top level.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-16 16:20:17 -04:00
..
identity.rs Remove find_context_files — identity comes from memory nodes 2026-04-15 03:11:27 -04:00
log.rs context: tighten timestamp schema; every AstNode has one 2026-04-16 12:35:16 -04:00
mod.rs config: drop dead code and collapse to a single backend 2026-04-16 15:41:55 -04:00
subconscious.rs config: move user_name/assistant_name to AppConfig (top level) 2026-04-16 16:20:17 -04:00
unconscious.rs config: unify subconscious API resolution with the main chat path 2026-04-16 16:02:43 -04:00