pub fn default_knowledge_base() -> &'static KnowledgeBaseExpand description
Returns a reference to the embedded default knowledge base.
The base is parsed once from config/commands.toml (embedded at compile
time) and cached for the process lifetime. Panics if the embedded TOML is
malformed — this is a compile-time invariant enforced by tests.