pub fn ingest_chat_cml(
session_id: String,
text: String,
) -> Result<usize, String>Expand description
Store a chat turn’s inline CML context (#project: / #topic: / #task: / [[concept]]) into the
person’s inforg (their private library). No-op if the message has no tags. Returns concepts stored.