Files
basicmachines-co-basic-memory/src/basic_memory
claude[bot] 42ce750b79 fix: handle malformed YAML in update_frontmatter gracefully
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>
2025-10-17 00:08:04 +00:00
..