pub async fn prepare_add_note(
runtime: &KhiveRuntime,
token: &NamespaceToken,
args: &Value,
) -> RuntimeResult<AtomicOpPlan>Expand description
Build the prepared plan for an AddNote proposal change. Mirrors
prepare_add_entity’s shape and the same
kind-already-canonicalized split. annotates is out of scope: the
proposal NoteDraft this backs carries no annotates targets, unlike
KhiveRuntime::create_note’s general-purpose signature.