gabriel / musehub public
test wire dev
AI Agent gabriel · 56 days ago · Apr 24, 2026 · Diff

test(wire): MB-6 + MB-7 — have-anchor gap root cause + fix proof

Root cause of staging 822-missing-objects 422: 4789 objects walked - 3965 loaded = 824 excluded by have-anchors = exactly 824 missing on server

staging had a main branch head that existed locally, so the object walk stopped at it — assuming staging had those 824 objects. But main was never pushed to staging, so server DB had no rows for them.

MB-6: server correctly rejects push when have-excluded objects absent MB-7: push main first (puts shared objects in DB), then dev succeeds

Fix: muse push staging main && muse push staging dev

sha256:51361f88e7da2dc084f3926a13b79e2440eafd512f37ae081ce6848bbb3421b8 sha
sha256:7a6542a5b3d1f26515de1a402db0d3bc225425261b2d73540e3a998f068440b7 snapshot
← Older Oldest on dev
All commits
Newer → Latest on dev

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:51361f88e7da2dc084f3926a13b79e2440eafd512f37ae081ce6848bbb3421b8 --body "your comment"