You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update v0.19.0 release notes and apply formatting fixes
Add #634 (stale schema metadata) to bug fixes section.
Apply ruff formatting to schema.py, write_note.py, test files.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: phernandez <paul@basicmachines.co>
Copy file name to clipboardExpand all lines: docs/releases/v0.19.0.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -255,6 +255,7 @@ making all major CLI commands scriptable for CI pipelines and automation.
255
255
-**#31**: `search_notes` returns cluttered observation/relation-level results — now defaults to entity-level results
256
256
-**#28**: `schema_infer` and `schema_diff` return raw Pydantic models as "undefined" in LLM output — added markdown formatters
257
257
- Fix `schema_validate` identifier resolution (now uses LinkResolver) and text rendering (markdown formatter)
258
+
-**#634**: `schema_validate` and `schema_diff` use stale database metadata instead of reading schema definitions from file — now reads frontmatter directly from the file with fallback to database metadata
258
259
- Fix `Post(**metadata)` crash when frontmatter contains `content` or `handler` keys
259
260
- Fix list-valued frontmatter fields (`title`, `type`) crashing on `.strip()` — now coerced to strings
260
261
- Cap sqlite-vec knn `k` parameter at 4096 to prevent backend errors
0 commit comments