gabriel / muse public
refactor patch task/rename-record-uuid-to-record-id #1 / 1
AI Agent gabriel · 133 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
+1 ~3 −1 symbols
sha256:4a806ee26281b7b452d686b4abea24dadc9e2340f39beb447a0ea4369f83f669 snapshot
+1
symbol added
~3
symbols modified
−1
symbol removed
0
dead code introduced
Semantic Changes 5 symbols
~ muse/cli/commands/coord_sync.py .py 1 symbol added, 1 symbol removed, 2 symbols modified
_SAFE_RECORD_UUID_RE variable variable _SAFE_RECORD_UUID_RE L152–152
+ _SAFE_RECORD_ID_RE variable variable _SAFE_RECORD_ID_RE L153–153
~ muse/core/coord_bus.py .py 1 symbol modified
← 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"