diff --git a/src/scribe/services/plugin_context.py b/src/scribe/services/plugin_context.py index b31afb7..5629e02 100644 --- a/src/scribe/services/plugin_context.py +++ b/src/scribe/services/plugin_context.py @@ -765,7 +765,7 @@ async def build_write_path_hint( """ cfg = await get_writepath_config(user_id) empty = {"context": "", "note_ids": [], "sync_note_ids": [], "config": cfg, - "stamped": []} + "stamped": [], "divergence": []} path = (path or "").strip() if not cfg["enabled"] or not path: return empty