gabriel / muse public
refactor patch task/rename-record-uuid-to-record-id #1 / 1
AI Agent gabriel · 38 days ago · May 4, 2026 · Diff

refactor: rename record_uuid → record_id in coord push records

The hub API field was renamed from record_uuid to record_id to match the musehub-side rename. The field stores sha256 genesis IDs, not UUID4s.

- coord_sync.py: all 'record_uuid' dict keys → 'record_id' in _gather_local_records; _write_remote_records variable and safety check renamed; _SAFE_RECORD_UUID_RE → _SAFE_RECORD_ID_RE (now also accepts the sha256: colon prefix) - coord_bus.py: docstring updated

sha256:19e29d01af59cd27fb0bb6b1896f55e8b609199044dc956b854070bfc64478f4 sha
sha256:4a806ee26281b7b452d686b4abea24dadc9e2340f39beb447a0ea4369f83f669 snapshot
← Older Oldest on task/rename-record-uuid-to-record-id
All commits
Newer → Latest on task/rename-record-uuid-to-record-id

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:19e29d01af59cd27fb0bb6b1896f55e8b609199044dc956b854070bfc64478f4 --body "your comment"