mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
5d5efa02a5
schema_infer and schema_diff returned raw Pydantic models in text mode, causing LLMs to render field names as "undefined". Add text formatters (_format_inference_report, _format_drift_report) matching the existing _format_validation_report pattern. CLI paths are unaffected — they always use output_format="json". Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: phernandez <paul@basicmachines.co>