I am vibe coding and claude-code declared and is currently working around it:
The native SONA engine returns Rust debug format instead of JSON:
CoordinatorStats { trajectories_buffered: 0, ... }
This is a bug in ruvector package v0.1.35 - the native binding's getStats() is using Rust's Debug trait instead of serializing to JSON.