pub fn push_knowledge(entries: &[Value]) -> Result<String, String>Expand description
Push the knowledge store as a zero-knowledge vault (GL #467): entries are sealed client-side (XChaCha20-Poly1305, domain-separated HKDF key) — the backend stores ciphertext and can never read them. The first vault push also purges the account’s legacy plaintext rows server-side.