Bug Description
# character accumulation in markdown frontmatter tags property
Steps To Reproduce
Steps to reproduce the behavior:
- Make sure the system edits the file multiple times
Expected Behavior
Correctly formatted tags list
Actual Behavior
As observed in git diff output after third edit, e.g.:
@@ -3,7 +3,7 @@ title: Baz Qux
type: note
permalink: baz-qux
tags:
-- '##foo #bar'
+- '###foo #bar'
---
Environment
- OS: macOS
- Python version: 3.10
- Basic Memory version: v0.11.0
- Installation method: uv
Bug Description
#character accumulation in markdown frontmatter tags propertySteps To Reproduce
Steps to reproduce the behavior:
Expected Behavior
Correctly formatted tags list
Actual Behavior
As observed in
git diffoutput after third edit, e.g.:Environment