pub fn add_note( path: &Path, finding_id: &str, text: &str, author: &str, apply: bool, ) -> Result<StateCommandReport, String>