Shape ledger steps 5–7: write-path stamping, mechanical proposer, divergence readout (#2791, #2792, #2793) #117

Merged
bvandeusen merged 6 commits from dev into main 2026-08-21 07:32:23 -04:00
Showing only changes of commit efc650390e - Show all commits
+1 -1
View File
@@ -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