pub fn handle_import(
project_root: &str,
path: &str,
merge: ImportMerge,
session_id: &str,
) -> StringExpand description
Imports knowledge from path. A directory is treated as an OKF bundle; a
file falls back to the native JSON / simple-array / JSONL import.