debug: log pull record processing
Author: Aaron Steven White
Commit
334a94159d8b2dc49e31172bbf095469e24435d4Parent: b1d65a1c00
Structural diff unavailable
These commits were pushed via plain git push, so no pre-parsed
schemas are available. Install git-remote-cospan and re-push via panproto:// to
see scope-level changes, breaking change detection, and semantic diffs.
brew install panproto/tap/git-remote-cospan1 file changed +1 -0
@@ -235,6 +235,7 @@ async fn dispatch_special_upsert(
235235 236236 // ─── Pull Request (SSE event on create) ───────────────────── 237237 "dev.cospan.repo.pull" | "sh.tangled.repo.pull" => { 238+ tracing::info!(collection, did, rkey, "processing pull record"); 238239 // Tangled pulls have target.repo instead of top-level repo; 239240 // hoist it so the lens expression can find it. 240241 let rec = if rec.get("repo").is_none() {