mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
dc0ca71c18
frontmatter.Post.__init__ takes `content` and `handler` as positional parameters. When user YAML frontmatter contains these as field names, unpacking metadata via **kwargs causes "got multiple values for argument 'content'". Replace frontmatter.loads() with frontmatter.parse() + Post() + update() in entity_parser, and replace the **metadata unpacking in entity_service.update_entity() with the same safe pattern. Fixes basic-memory-cloud#375 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: phernandez <paul@basicmachines.co>