mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
42ce750b79
Fixes #378 - Changed error handling in update_frontmatter() to match PR #368 pattern - YAML parsing errors now logged as WARNING instead of ERROR - Files with malformed frontmatter treated as plain markdown - Added test for malformed YAML case (KB: title format) This resolves 1,112 errors/3hrs in production logs from files with colons in titles that confuse the YAML parser. Co-authored-by: Paul Hernandez <phernandez@users.noreply.github.com>